Update module github.com/docker/docker to v20.10.23 #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/github.com-docker-docker-20.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v20.10.22+incompatible->v20.10.23⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
docker/docker
v20.10.23Compare Source
Bug fixes and enhancements
Fix an issue where
docker buildwould fail when using--add-host=host.docker.internal:host-gatewaywith BuildKit enabled moby/moby#44650.
Revert seccomp: block socket calls to
AF_VSOCKin default profile moby/moby#44712.This change, while favorable from a security standpoint, caused a change
in behavior for some use-cases. As such, we are reverting it to ensure
stability and compatibility for the affected users.
However, users of
AF_VSOCKin containers should recognize that this(special) address family is not currently namespaced in any version of
the Linux kernel, and may result in unexpected behavior, like containers
communicating directly with host hypervisors.
Future releases, will filter
AF_VSOCK. Users who need to allow containersto communicate over the unnamespaced
AF_VSOCKwill need to turn off seccompconfinement or set a custom seccomp profile.
Packaging Updates
containerd.iopackage) to v1.6.15.docker-compose-clito allow distro version updates docker/docker-ce-packaging#822.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.