Skip to content

v20.10.16

Compare
Choose a tag to compare
@thaJeztah thaJeztah released this 12 May 15:41
· 10826 commits to master since this release
f756502

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

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.