v23.0.0-rc.1
版本发布时间: 2022-12-27 20:24:14
moby/moby最新发布版本:v27.2.0(2024-08-28 04:19:04)
This is a pre-release of the upcoming 23.0.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
Starting with the 23.0.0 release, we're moving away from using CalVer versioning, and use versioning that's using SemVer format. Changing the version format is a stepping-stone towards go module compatibility, but the repository does not yet use go-modules, and still requires using a "+incompatible" version; we'll be working towards go module compatibility in a future release.
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 23.0.0 / all "changelog" pull requests for 23.0.0
- docker engine: all pull requests for 23.0.0 / all "changelog" pull requests for 23.0.0
- Static binaries (
.tar.gz
) are no longer include cli plugins; use the deb/rpm packages, or manual installation instructions from the buildx github repository and docker compose github repository - Static binaries for
dockerd
are broken onarmhf
andarmel
(32-bit). - There are no packages available yet for the s390x and ppc64le architectures
- There may be bugs! :warning:
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 [23.0.0-rc]
in the issue title