-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Update runc binary to v1.0.0-rc94 #42369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Jintao Zhang <[email protected]>
AkihiroSuda
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
|
I have cherry-picked @AkihiroSuda 's commits. (kernel-memory test changes) |
thaJeztah
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
yes, this will go green / depends on #42370 to be merged
tianon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
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: