update runc to v1.0.0-rc10 (CVE-2019-19921)#40404
Conversation
This comment has been minimized.
This comment has been minimized.
|
Could you
Also the commit message for the binary update should probably contain some details about the changes, as this update of runc includes opencontainers/runc#2207, which fixes: CVE-2019-19921 (as reported in opencontainers/runc#2197) Given, I don't think the CVE affects docker, but it might still be useful to have Are there other notable changes? This is the full diff upstream; opencontainers/runc@v1.0.0-rc9...v1.0.0-rc10 Finally; should we wait for containerd/containerd#3973 to be merged (and backported to a containerd release) so that we can update both? |
Notable changes: * Fix CVE-2019-19921 (Volume mount race condition with shared mounts): opencontainers/runc#2207 * Fix exec FIFO race: opencontainers/runc#2185 * Basic support for cgroup v2. Almost feature-complete, but still missing support for systemd mode in rootless. See also opencontainers/runc#2209 for the known issues. Full changes: opencontainers/runc@v1.0.0-rc9...v1.0.0-rc10 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
203dcff to
8d94b16
Compare
|
updated |
Notable changes: * Fix CVE-2019-19921 (Volume mount race condition with shared mounts): opencontainers/runc#2207 * Fix exec FIFO race: opencontainers/runc#2185 * Basic support for cgroup v2. Almost feature-complete, but still missing support for systemd mode in rootless. See also opencontainers/runc#2209 for the known issues. Full changes: opencontainers/runc@v1.0.0-rc9...v1.0.0-rc10 Also updates go-selinux: opencontainers/selinux@3a1f366...5215b18 (See containerd/cri#1383 (comment)) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
8d94b16 to
6d68080
Compare
Seems not worth doing. If we need, we can do in a separate PR. |
runc v1.0.0-rc10 release note: https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc10
Notable changes:
See also cgroup2: TODO list opencontainers/runc#2209 for the known issues.
Full changes: opencontainers/runc@v1.0.0-rc9...v1.0.0-rc10
Also updates go-selinux: opencontainers/selinux@3a1f366...5215b18
(See containerd/cri#1383 (comment))