Update runc binary to v1.0.0-rc94#42369
Conversation
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
AkihiroSuda
left a comment
There was a problem hiding this comment.
Please see #42308 to fix up the mount path and KernelMemory
|
@AkihiroSuda Should I submit it directly on this PR, or will you separate the commits in #42308 |
I opened #42370 for the mount path fix, as they should be ok for older runc versions as well (but the kernel-memory test changes should probably be cherry-picked into this PR) |
Sure! Thanks for your work. Let me update this. |
Starting with runc v1.0.0-rc94, runc no longer supports KernelMemory. opencontainers/runc@52390d6 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
|
I have cherry-picked @AkihiroSuda 's commits. (kernel-memory test changes) |
|
Hi, will this be patched into docker version 19.03.x? BTW, since kuberentes 1.20.x depends on docker 19.03 whose latest containerd version is 1.3.9 which doesn't include runc-1.0.0-rc94. |
|
ping @thaJeztah can we merge this? |
full diff opencontainers/runc@v1.0.0-rc93...v1.0.0-rc94
release notes (https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc94):
Potentially breaking changes:
been effectively deprecated by the kernel. Users should make use of
regular memory cgroup controls.
configs.Resources rather than configs.Cgroups
connection is closed (after dbus restart)
Bugfixes:
Improvements: