update runc binary to v1.1.12#47268
Merged
thaJeztah merged 1 commit intomoby:masterfrom Jan 31, 2024
Merged
Conversation
Update the runc binary that's used in CI and for the static packages, which includes a fix for [CVE-2024-21626]. - release notes: https://github.com/opencontainers/runc/releases/tag/v1.1.12 - full diff: opencontainers/runc@v1.1.11...v1.1.12 [CVE-2024-21626]: GHSA-xr7r-f8xq-vfvv Signed-off-by: Sebastiaan van Stijn <[email protected]>
vvoland
approved these changes
Jan 31, 2024
rumpl
approved these changes
Jan 31, 2024
This was referenced Jan 31, 2024
Member
Author
|
Failure is unrelated, and looks like we can ignore; |
Member
Author
|
Everything else is green; bringing this one in |
|
@thaJeztah - Is this PR going to be backported to 20.10 as well? |
Member
Author
|
20.10 is EOL, so no backport there, but if you're running docker from deb or rpm packages, the runc binary is part of the containerd.io package, which is currently being published, so you can update the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the runc binary that's used in CI and for the static packages, which includes a fix for CVE-2024-21626.
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)