Sourced from github.com/moby/moby's releases.
v27.5.0
27.5.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bugfixes and enhancements
- containerd image store: Fix passing a build context via tarball to the
/buildendpoint. moby/moby#49194- Builder garbage collection policies without a
keepStoragevalue now inherit thedefaultKeepStoragelimit as intended. moby/moby#49137- Preserve network labels during daemon startup. moby/moby#49200
- Fix a potential race condition error when deleting a container. moby/moby#49239
Go SDK
pkg/sysinfo: deprecateNumCPU. This utility has the same behavior asruntime.NumCPU. moby/moby#49247pkg/fileutils: deprecateGetTotalUsedFds: this function is only used internally and will be removed in the next release. moby/moby#49209pkg/ioutils: deprecateBytesPipe,NewBytesPipe,ErrClosed,WriteCounter,NewWriteCounter,NewReaderErrWrapper,NopFlusher,NopWriter,NopWriteCloser. They were only used internally and will be removed in the next release. moby/moby#49246, moby/moby#49255pkg/reexec: This package is deprecated and moved to a separate module. Usegithub.com/moby/sys/reexecinstead. moby/moby#49135Packaging updates
- Update containerd to v1.7.25 moby/moby#49253
- Update
runcto v1.2.4 moby/moby#49243- Update BuildKit to v0.18.2 moby/moby#48949
- Update Compose to v2.32.2 docker/docker-ce-packaging#1140
v27.5.0-rc.2
27.5.0-rc.2
This is a pre-release of the upcoming 27.5.0 release.
Pre-releases are intended for testing new releases: only install in a test environment!
curl -fsSL https://get.docker.com -o get-docker.sh sudo CHANNEL=test sh get-docker.shKnown issues:
- There is no changelog yet; an overview of pull requests included in this release can be found on GitHub:
- docker cli: all pull requests for 27.5.0 / all "changelog" pull requests for 27.5.0
- docker engine: all pull requests for 27.5.0 / all "changelog" pull requests for 27.5.0
- There are no packages available yet for the s390x and ppc64le architectures
Bugs and regressions can be reported in these issue trackers:
... (truncated)
38b84dc
Merge pull request #49255
from thaJeztah/27.x_backport_ioutils_more_deprecationsae82113
Merge pull request #49253
from thaJeztah/27.x_backport_bump_containerd_binary...8a2fd51
pkg/ioutils: deprecate NopWriteClosercf37b66
pkg/ioutils: deprecate NopWriterc83f658
Dockerfile: update containerd to v1.7.25931be8e
Merge pull request #49246
from thaJeztah/27.x_backport_ioutils_deprecations2e1aee3
Merge pull request #49249
from robmry/backport-27.x/fix_unit_tests_for_nftabl...f53d72e
Fix unit tests for an nftables host55f7055
Merge pull request #49243
from thaJeztah/27.x_backport_bump_runc_binary_1.2.436ad318
Merge pull request #49247
from thaJeztah/27.x_backport_deprecate_runtime_numcpu