fix(deps): update module github.com/docker/docker to v20.10.7 #80
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v20.10.6+incompatible
->v20.10.7
Release Notes
docker/docker
v20.10.7
Compare Source
20.10.7
Client
SIGURG
signals to container on Linux and macOS. The Go runtime(starting with Go 1.14) uses
SIGURG
signals internally as an interrupt tosupport preemptable syscalls. In situations where the Docker CLI was attached
to a container, these interrupts were forwarded to the container. This fix
changes the Docker CLI to ignore
SIGURG
signals docker/cli#3107,moby/moby#42421.
Builder
a breaking change in runc v1.0.0-rc94 and up. moby/buildkit#2137.
a
COPY
command with a wildcard. Note that this change invalidatesexisting build caches for copy commands that use a wildcard. moby/buildkit#2018.
FROM
image is not cached when using legacy schema 1 images moby/moby#42382.Logging
Rootless
user-namespaces enabled moby/moby#42352.
Networking
parameter
ipv6.disable=1
, and to fix a deadlock causing internal DNS lookupsto fail moby/moby#42413.
Contrib
with the
slirp4netns
port driver moby/moby#42294.daemon moby/moby#42342.
Packaging
moby/moby#42398, moby/moby#42395,
ocker/containerd-packaging#234
moby/moby#42388, docker/containerd-packaging#232.
docker-scan-plugin
) to v0.8 docker/docker-ce-packaging#545.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 WhiteSource Renovate. View repository job log here.