This release of Docker Engine contains some bug-fixes and packaging changes,
updates to the docker scan and docker buildx commands, an updated version of
the Go runtime, and new versions of the containerd.io runtime.
Together with this release, we now also provide .deb and .rpm packages of
Docker Compose V2, which can be installed using the (optional) docker-compose-plugin
package.
Fix a race condition when updating the container's state moby/moby#43166.
Update the etcd dependency to prevent the daemon from incorrectly holding file locks moby/moby#43259
Fix detection of user-namespaces when configuring the default net.ipv4.ping_group_range sysctl moby/moby#43084.
Distribution
Retry downloading image-manifests if a connection failure happens during image
pull moby/moby#43333.
Documentation
Various fixes in command-line reference and API documentation.
Logging
Prevent an OOM when using the "local" logging driver with containers that produce
a large amount of log messages moby/moby#43165.
Updates the fluentd log driver to prevent a potential daemon crash, and prevent
containers from hanging when using the fluentd-async-connect=true and the
remote server is unreachable moby/moby#43147.
Packaging
Provide .deb and .rpm packages for Docker Compose V2. Docker Compose v2.3.3
can now be installed on Linux using the docker-compose-plugin packages, which
provides the docker compose subcommand on the Docker CLI. The Docker Compose
plugin can also be installed and run standalone to be used as a drop-in replacement
for docker-compose (Docker Compose V1) docker/docker-ce-packaging#638.
The compose-cli-plugin package can also be used on older version of the Docker
CLI with support for CLI plugins (Docker CLI 18.09 and up).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/docker/docker from 20.10.12+incompatible to 20.10.13+incompatible.
Release notes
Sourced from github.com/docker/docker's releases.
Commits
906f57f
Merge pull request #43333 from pete-woods/20.10-backport-43291-schema-downloa...ce3b6d1
distribution: retry downloading schema config on retryable errorc3dec60
Merge pull request #43329 from thaJeztah/20.10_backport_update_containerd_bin...180f3b9
update containerd binary to v1.5.10409d7ac
Merge pull request #43326 from thaJeztah/20.10_bump_go_1.16.150fa0d70
[20.10] update to go 1.16.15 to address CVE-2022-24921c4f6167
Merge pull request #43259 from thaJeztah/20.10_backport_fix_lock9a57c5c
Merge pull request #43260 from thaJeztah/20.10_backport_docs_fixes4679ffd
docs: remove HostConfig.LxcConf field from API docsfbbe1fc
api: remove HostConfig.LxcConf fieldDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)