Home Explore Blog Models CI



docker

6th chunk of `content/manuals/engine/release-notes/20.10.md`
f0702f7432268cb42d68f5985d28a9c097b65cc72456225b0000000100001001
  which contains a fix for [CVE-2022-29526](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29526).

### Bug fixes and enhancements
- Fixed a regression in binaries for macOS introduced in [20.10.15](#201015), which
  resulted in a panic [docker/cli#43426](https://github.com/docker/cli/pull/3592).
- Fixed an issue where `docker stats` was showing empty stats when running with
  containerd 1.5.0 or up [moby/moby#43567](https://github.com/moby/moby/pull/43567).
- Used "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](https://github.com/docker/docker-ce-packaging/pull/659).

## 20.10.15
{{< release-date date="2022-05-05" >}}

This release of Docker Engine comes with updated versions of the `compose`,
`buildx`, `containerd`, and `runc` components, as well as some minor bug fixes.

### Updates
- Update Docker Compose to [v2.5.0](https://github.com/docker/compose/releases/tag/v2.5.0).
- Update Docker Buildx to [v0.8.2](https://github.com/docker/buildx/releases/tag/v0.8.2).
- Update Go runtime to [1.17.9](https://go.dev/doc/devel/release#go1.17.minor).
- Update containerd (`containerd.io` package) to [v1.6.4](https://github.com/containerd/containerd/releases/tag/v1.6.4).
- Update runc version to [v1.1.1](https://github.com/opencontainers/runc/releases/tag/v1.1.1).

### Bug fixes and enhancements
- Use a RWMutex for stateCounter to prevent potential locking congestion [moby/moby#43426](https://github.com/moby/moby/pull/43426).
- Prevent an issue where the daemon was unable to find an available IP-range in
  some conditions [moby/moby#43360](https://github.com/moby/moby/pull/43360) 
- Add packages for CentOS 9 stream and Fedora 36.

### Known issues
- We've identified an issue with the [macOS CLI binaries](https://download.docker.com/mac/static/stable/)
in the 20.10.15 release. This issue has been resolved in the [20.10.16](#201016) release.

## 20.10.14
{{< release-date date="2022-03-23" >}}

This release of Docker Engine updates the default inheritable capabilities for
containers to address [CVE-2022-24769](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24769),
a new version of the `containerd.io` runtime is also included to address the same
issue.

### Updates
- Update the default inheritable capabilities.
- Update the default inheritable capabilities for containers used during build.
- Update containerd (`containerd.io` package) to [v1.5.11](https://github.com/containerd/containerd/releases/tag/v1.5.11).
- Update `docker buildx` to [v0.8.1](https://github.com/docker/buildx/releases/tag/v0.8.1).

## 20.10.13
{{< release-date date="2022-03-10" >}} 

This release of Docker Engine contains some bug-fixes and packaging changes,
updates to the `docker scan` and `docker buildx` commands, an updated version of
the Go runtime, and new versions of the `containerd.io` runtime.
Together with this release, we now also provide `.deb` and `.rpm` packages of
Docker Compose V2, which can be installed using the (optional) `docker-compose-plugin`
package.

### New
- Provide `.deb` and `.rpm` packages for Docker Compose V2. [Docker Compose v2.3.3](https://github.com/docker/compose/releases/tag/v2.3.3)
  can now be installed on Linux using the `docker-compose-plugin` packages, which
  provides the `docker compose` subcommand on the Docker CLI. The Docker Compose
  plugin can also be installed and run standalone to be used as a drop-in replacement
  for `docker-compose` (Docker Compose V1) [docker/docker-ce-packaging#638](https://github.com/docker/docker-ce-packaging/pull/638).
  The `compose-cli-plugin` package can also be used on older version of the Docker
  CLI with support for CLI plugins (Docker CLI 18.09 and up).
- Provide packages for the upcoming Ubuntu 22.04 "Jammy Jellyfish" LTS release [docker/docker-ce-packaging#645](https://github.com/docker/docker-ce-packaging/pull/645), [docker/containerd-packaging#271](https://github.com/docker/containerd-packaging/pull/271).

Title: Docker Engine 20.10 Release Notes (20.10.15, 20.10.14, 20.10.13)
Summary
This document summarizes the release notes for Docker Engine versions 20.10.15, 20.10.14, and 20.10.13. Version 20.10.15 updates Docker Compose to v2.5.0, Buildx to v0.8.2, Go runtime to 1.17.9, containerd to v1.6.4, and runc to v1.1.1, and includes bug fixes. It also identifies an issue with macOS CLI binaries, fixed in 20.10.16. Version 20.10.14 updates the default inheritable capabilities for containers to address CVE-2022-24769, and includes updated containerd and buildx. Version 20.10.13 introduces .deb and .rpm packages for Docker Compose V2, packages for Ubuntu 22.04, and includes updates to docker scan, docker buildx, Go runtime and containerd, along with bug fixes and packaging changes.