Skip to content

v20.10.18

Compare
Choose a tag to compare
@thaJeztah thaJeztah released this 09 Sep 09:45
· 10255 commits to master since this release
e42327a

This release of Docker Engine comes with a fix for a low-severity security issue,
some minor bug fixes, and updated versions of Docker Compose, Docker Buildx,
containerd, and runc.

Client

Builder

  • Fix an issue where file-capabilities were not preserved during build moby/moby#43876.
  • Fix an issue that could result in a panic caused by a concurrent map read and map write moby/moby#44067

Daemon

  • Fix a security vulnerability relating to supplementary group permissions, which
    could allow a container process to bypass primary group restrictions within the
    container CVE-2022-36109, GHSA-rc4r-wh2q-q6c4.
  • seccomp: add support for Landlock syscalls in default policy moby/moby#43991.
  • seccomp: update default policy to support new syscalls introduced in kernel 5.12 - 5.16 moby/moby#43991.
  • Fix an issue where cache lookup for image manifests would fail, resulting
    in a redundant round-trip to the image registry moby/moby#44109.
  • Fix an issue where exec processes and healthchecks were not terminated
    when they timed out moby/moby#44018.

Packaging