v23.0.0-rc.2
版本发布时间: 2023-01-12 19:51:42
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
-
The
docker-buildx-plugin
.deb
package for0.10.0-rc2
had an incorrectly formatted version-string, causing it to be installed instead of the0.10.0
(non-pre-release) version. To install v0.10.0 of buildx instead of the 0.10.0-rc2 pre-release, specify the version to install. For example, if you're on Ubuntu 22.04 "jammy", useapt-cache
to find the available versions of thedocker-buildx-plugin
package:apt-cache madison docker-buildx-plugin docker-buildx-plugin | 0.10.0-rc2~ubuntu-jammy | https://download-stage.docker.com/linux/ubuntu jammy/test amd64 Packages docker-buildx-plugin | 0.10.0-1~ubuntu.22.04~jammy | https://download-stage.docker.com/linux/ubuntu jammy/test amd64 Packages docker-buildx-plugin | 0.9.1~ubuntu-jammy | https://download-stage.docker.com/linux/ubuntu jammy/test amd64 Packages ...
In this case, the version to specify is
0.10.0-1~ubuntu.22.04~jammy
;apt-get install docker-buildx-plugin=0.10.0-rc2~ubuntu-jammy Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages will be DOWNGRADED: docker-buildx-plugin 0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 82 not upgraded. Need to get 25.9 MB of archives. After this operation, 34.8 kB of additional disk space will be used. Do you want to continue? [Y/n]
-
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