v20.10.16
版本发布时间: 2022-05-12 23:41:58
moby/moby最新发布版本:v27.2.0(2024-08-28 04:19:04)
This release of Docker Engine fixes a regression in the Docker CLI builds for
macOS, fixes an issue with docker stats
when using containerd 1.5 and up,
and updates the Go runtime to include a fix for CVE-2022-29526.
Client
- Fix a regression in binaries for macOS introduced in 20.10.15, which resulted in a panic docker/cli#43426.
- Update golang.org/x/sys dependency which contains a fix for CVE-2022-29526.
Daemon
- Fix an issue where
docker stats
was showing empty stats when running with containerd 1.5.0 or up moby/moby#43567. - Update the
golang.org/x/sys
build-time dependency which contains a fix for CVE-2022-29526.
Packaging
- Update Go runtime to 1.17.10, which contains a fix for CVE-2022-29526.
- Use "weak" dependencies for the
docker scan
CLI plugin, to prevent a "conflicting requests" error when users performed an off-line installation from downloaded RPM packages docker/docker-ce-packaging#659.