-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[1.13.x] bump RunC / libcontainer to fix SELinux regression #30649
Conversation
hack/dockerfile/binaries-commits
Outdated
@@ -1,7 +1,9 @@ | |||
#!/bin/sh | |||
|
|||
TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a | |||
RUNC_COMMIT=2f7393a47307a16f8cee44a37b262e8b81021e3e | |||
|
|||
# When updating RUNC_COMMIT, also update libcontainerd in vendor.conf accordingly |
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.
s/libcontainerd/runc/
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.
ah, was doubting, because that line especially refers to libcontainer; will update, hold on
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.
updated
This bumps RunC and libcontainer to fix a regression in 1.13 that caused SELinux labels to not be applied correctly. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
d5cad2b
to
d00e249
Compare
LGTM |
2 similar comments
LGTM |
LGTM |
I'll look at a similar PR for master |
This bumps RunC and libcontainer to fix a regression
in 1.13 that caused SELinux labels to not be
applied correctly.
diff is http://github.com/docker/runc/compare/2f7393a47307a16f8cee44a37b262e8b81021e3e...9df8b306d01f59d3a8029be411de015b7304dd8f
For more information about this change, see the discussion on opencontainers/runc#1303, #30532 (comment), and opencontainers/runc#1109 (comment)
ping @cpuguy83 @runcom @rhatdan PTAL