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.sh
Known 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:
- Related to the CLI: https://github.com/docker/cli/issues
- Related to the Docker Engine https://github.com/moby/moby/issues
When reporting issues, include [27.5.0-rc]
in the issue title
What's Changed
- [27.x backport] Restore labels when re-creating Windows networks by @robmry in #49200
- [27.x backport] daemon: adjust tests for changes in go1.24 JSON errors by @thaJeztah in #49203
- [27.x backport] fix non-constant format string (caught by go1.24) by @thaJeztah in #49204
- [27.x backport] libnetwork/drivers/windows: fix error-matching for hcsshim "not found" by @thaJeztah in #49212
- [27.x backport] pkg/fileutils: deprecate GetTotalUsedFds by @thaJeztah in #49209
- [27.x backport] Use the roundtripper during build by @rumpl in #49194
Full Changelog: v27.5.0-rc.1...v27.5.0-rc.2