Bump github.com/docker/docker from 23.0.1+incompatible to 24.0.5+incompatible
Bumps github.com/docker/docker from 23.0.1+incompatible to 24.0.5+incompatible.
Release notes
Sourced from github.com/docker/docker's releases.
v24.0.5
24.0.5
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
- The Go client now avoids using UNIX socket paths in the HTTP
Host:
header, in order to be compatible with changes introduced ingo1.20.6
. moby/moby#45962, moby/moby#45990- containerd storage backend: Fix
Variant
not being included indocker image inspect
andGET /images/{name}/json
. moby/moby#46025- containerd storage backend: Prevent potential garbage collection of content during image export. moby/moby#46021
- containerd storage backend: Prevent duplicate digest entries in
RepoDigests
. moby/moby#46014- containerd storage backend: Fix operations taking place against the incorrect tag when working with an image referenced by tag and digest. moby/moby#46013
- containerd storage backend: Fix a panic caused by
EXPOSE
when building containers with the legacy builder. moby/moby#45921- Fix a regression causing unintuitive errors to be returned when attempting to create an
overlay
network on a non-Swarm node. moby/moby#45974- Properly report errors parsing volume specifications from the command line. docker/cli#4423
- Fix a panic caused when
auths: null
is found in the CLI config file. docker/cli#4450Packaging updates
- Use init scripts as provided by moby/moby
contrib/init
. docker/docker-ce-packaging#914, docker/docker-ce-packaging#926- Drop Upstart from
contrib/init
. moby/moby#46044- Upgrade Go to
go1.20.6
. docker/cli#4428, moby/moby#45970, docker/docker-ce-packaging#921- Upgrade Compose to
v2.20.2
. docker/docker-ce-packaging#924- Upgrade buildx to
v0.11.2
. docker/docker-ce-packaging#922v24.0.4
24.0.4
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
- Fix a regression introduced during 24.0.3 that causes a panic during live-restore of containers with bind mounts. moby/moby#45903
v24.0.3
24.0.3
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
... (truncated)
Commits
-
a61e2b4
Merge pull request #46044 from neersighted/init_cleanup_24.0 -
eede7f0
Remove Upstart scripts -
907f838
Remove Upstart and cgroups bits from Debian sysvinit script -
52c92be
Merge pull request #46029 from thaJeztah/24.0_backport_bump_runc_binary_1.1.8 -
f022632
Dockerfile: update runc binary to v1.1.8 -
bd41493
Merge pull request #46023 from thaJeztah/24.0_backport_bump_buildx -
5164e5f
Merge pull request #46025 from vvoland/c8d-inspect-variant-24 -
2b2a72c
Merge pull request #46021 from thaJeztah/24.0_backport_c8d-image-save-lease -
98a6422
c8d/inspect: Include platform Variant -
aab94fb
Dockerfile: update buildx to v0.11.2 - Additional commits viewable in compare view