皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Doctor 20.10.18发布

Doctor 20.10.18发布

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-36109GHSA-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

转自 https://github.com/moby/moby/releases/tag/v20.10.18