Due to net/http changes in Go 1.16,
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
to learn how to configure the Docker Daemon to use a proxy server.
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
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](moby/moby#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.
Fix some situations where docker stop could hang forever moby/moby#42956.
Swarm
Fix an issue where updating a service did not roll back on failure moby/moby#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.
Commits
e2f740d Merge pull request #42959 from thaJeztah/20.10_backport_fix_racey_health_test
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/moby/moby from 20.10.9+incompatible to 20.10.10+incompatible.
Release notes
Sourced from github.com/moby/moby's releases.
Commits
e2f740d
Merge pull request #42959 from thaJeztah/20.10_backport_fix_racey_health_testacb4f26
Fix racey TestHealthKillContainer8ab80e4
Merge pull request #42957 from thaJeztah/20.10_backport_rootless_quotes52f5b61
Merge pull request #42956 from cpuguy83/20.10-backport-kill-fixesa4b1ae5
Merge pull request #42954 from crazy-max/20.10_build-local-normalized59d2a2c
dockerd-rootless.sh: Fix variable not double quotes cause unexpected behavior2c6aa5a
Remove needless check3285c27
Fix log statement 'failed to exit' timeout accuracya4bcd4c
docker daemon container stop refactorbed624f
docker kill: fix bug where failed kills didnt fallback to unix killDependabot 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)