Sourced from github.com/docker/docker's releases.
v24.0.2
24.0.2
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
- Fix a panic during build when referencing locally tagged images. moby/buildkit#3899, moby/moby#45582
- Fix builds potentially failing with
exit code: 4294967295
when performing many concurrent build stages. moby/moby#45620- Fix DNS resolution on Windows ignoring
etc/hosts
(%WINDIR%\System32\Drivers\etc\hosts
), including resolution oflocalhost
. moby/moby#45562- Apply a workaround for a containerd bug that causes concurrent
docker exec
commands to take significantly longer than expected. moby/moby#45625- containerd image store: Fix an issue where the image
Created
field would contain an incorrect value. moby/moby#45623- containerd image store: Adjust the output of image pull progress so that the output has the same format regardless of whether the containerd image store is enabled. moby/moby#45602
- containerd image store: Switching between the default and containerd image store now requires a daemon restart. moby/moby#45616
v24.0.1
24.0.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Removed
- Remove CLI completions for storage drivers removed in the 24.0 major release. docker/cli#4302
Bug fixes and enhancements
- Fix an issue where DNS query NXDOMAIN replies from external servers were forwarded to the client as SERVFAIL. moby/moby#45573
- Fix an issue where
docker pull --platform
would reportNo such image
regarding another tag pointing to the same image. moby/moby#45562- Fix an issue where insecure registry configuration would be forgotten during config reload. moby/moby#45571
- containerd image store: Fix an issue where images which have no layers would not be listed in
docker images -a
moby/moby#45588- API: Fix an issue where
GET /images/{id}/json
would returnnull
instead of emptyRepoTags
andRepoDigests
. moby/moby#45564- API: Fix an issue where
POST /commit
did not accept an empty request body. moby/moby#45568Packaging updates
- Upgrade Compose to
v2.18.1
. docker/docker-ce-packaging#896v24.0.0
24.0.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
... (truncated)
659604f
Merge pull request #45625
from thaJeztah/24.0_backport_serialize_exec_starts_...6660133
Merge pull request #45582
from thaJeztah/24.0_backport_vendor_buildkit_0.11.7...67b3563
Merge pull request #45623
from vvoland/c8d-inspect-created-time-247a4ea19
libcontainerd: work around exec start bug in c8dae6e933
vendor: github.com/moby/buildkit
v0.11.7-0.20230525183624-798ad6b0ce9f0d9acd2
c8d/inspect: Fill Created
time if available37bc639
Merge pull request #45620
from thaJeztah/24.0_backport_update_go_runc_v1.1.004eccf8
vendor: github.com/containerd/go-runc v1.1.02472277
Merge pull request #45616
from thaJeztah/24.0_backport_lock_in_snapshotter_se...9d8acb7
Merge pull request #45612
from vvoland/dangling-image-repotagsdigests-test-24