mirror of https://github.com/docker/docs.git
commit
852a588489
Binary file not shown.
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 36 KiB |
|
|
@ -9,6 +9,12 @@ toc_max: 2
|
|||
Here you can learn about the latest changes, new features, bug fixes, and
|
||||
known issues for each Docker Hub release.
|
||||
|
||||
## 2021-10-27
|
||||
|
||||
### New
|
||||
|
||||
* **Beta:** Try [Beta IPv6 support for Docker Hub Registry](https://www.docker.com/blog/beta-ipv6-support-on-docker-hub-registry/) and [provide your feedback](https://github.com/docker/hub-feedback/issues/2165).
|
||||
|
||||
## 2021-08-31
|
||||
|
||||
### New
|
||||
|
|
@ -71,8 +77,7 @@ For more information about this feature and for instructions on how to use it, s
|
|||
|
||||
### New feature
|
||||
|
||||
The **Repositories** view now shows which images have gone stale because they haven't been
|
||||
pulled or pushed recently. For more information, see [repository tags](repos.md#viewing-repository-tags).
|
||||
The **Repositories** view now shows which images have gone stale because they haven't been pulled or pushed recently. For more information, see [repository tags](repos.md#viewing-repository-tags).
|
||||
|
||||
# 2020-10-07
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ To install Docker Engine, you need the 64-bit version of one of these Fedora ver
|
|||
|
||||
- Fedora 33
|
||||
- Fedora 34
|
||||
- Fedora 35
|
||||
|
||||
### Uninstall old versions
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ To get started with Docker Engine on Ubuntu, make sure you
|
|||
To install Docker Engine, you need the 64-bit version of one of these Ubuntu
|
||||
versions:
|
||||
|
||||
- Ubuntu Impish 21.10
|
||||
- Ubuntu Hirsute 21.04
|
||||
- Ubuntu Focal 20.04 (LTS)
|
||||
- Ubuntu Bionic 18.04 (LTS)
|
||||
|
|
|
|||
|
|
@ -22,6 +22,44 @@ for Docker Engine.
|
|||
|
||||
# Version 20.10
|
||||
|
||||
## 20.10.10
|
||||
2021-10-25
|
||||
|
||||
> **IMPORTANT**
|
||||
>
|
||||
> Due to [net/http changes](https://github.com/golang/go/issues/40909) in [Go 1.16](https://golang.org/doc/go1.16#net/http),
|
||||
> HTTP proxies configured through the `$HTTP_PROXY` environment variable are no
|
||||
> longer used for TLS (`https://`) connections. Make sure you also set an `$HTTPS_PROXY`
|
||||
> environment variable for handling requests to `https://` URLs.
|
||||
>
|
||||
> Refer to the [HTTP/HTTPS proxy section](../../config/daemon/systemd.md#httphttps-proxy)
|
||||
> to learn how to configure the Docker Daemon to use a proxy server.
|
||||
{: .important }
|
||||
|
||||
|
||||
### Builder
|
||||
|
||||
- Fix platform-matching logic to fix `docker build` using not finding images in
|
||||
the local image cache on Arm machines when using BuildKit [moby/moby#42954](https://github.com/moby/moby/pull/42954)
|
||||
|
||||
## Runtime
|
||||
|
||||
- Add support for `clone3` syscall in the default seccomp policy to support running
|
||||
containers based on recent versions of Fedora and Ubuntu. [moby/moby/#42836](https://github.com/moby/moby/pull/42836).
|
||||
- Windows: update hcsshim library to fix a bug in sparse file handling in container
|
||||
layers, which was exposed by recent changes in Windows [moby/moby#42944](https://github.com/moby/moby/pull/42944).
|
||||
- Fix some situations where `docker stop` could hang forever [moby/moby#42956](https://github.com/moby/moby/pull/42956).
|
||||
|
||||
### Swarm
|
||||
|
||||
- Fix an issue where updating a service did not roll back on failure [moby/moby#42875](https://github.com/moby/moby/pull/42875).
|
||||
|
||||
## Packaging
|
||||
|
||||
- Add packages for Ubuntu 21.10 "Impish Indri" and Fedora 35.
|
||||
- Update `docker scan` to v0.9.0
|
||||
- Update Golang runtime to Go 1.16.9.
|
||||
|
||||
## 20.10.9
|
||||
2021-10-04
|
||||
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ You can view the confirmation of the upgrade with an invoice containing details
|
|||
|
||||
## Update billing information
|
||||
|
||||
You must be on owner of the organization to make changes to the billing information.
|
||||
You must be an owner of the organization to make changes to the billing information.
|
||||
|
||||
To update the billing information for your organization or personal account:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue