fix(release-2.18): update Containerd to pull runc race fix#1293
Merged
dkoshkin merged 1 commit intorelease-2.18from Apr 17, 2025
Merged
fix(release-2.18): update Containerd to pull runc race fix#1293dkoshkin merged 1 commit intorelease-2.18from
dkoshkin merged 1 commit intorelease-2.18from
Conversation
The bug was introduced in a library bump opencontainers/runc#4393 on Sep 11th, 2024 Then it was fixed in opencontainers/runc#4549 on Dec 6th, 2024 During that time, Konvoy was always using the main branch when building runc for Containerd tars. containerd-1.6.33 used in a previous minor release would not have had this bug, but containerd-1.7.22 did introduce it. containerd-1.7.24 built on Dec 11 has the fix ``` containerd-1.6.28-d2iq.1-rhel-8.6-x86_64.tar.gz: gzip compressed data, last modified: Fri Sep 13 12:30:10 2024, from Unix, original size modulo 2^32 155238400 containerd-1.6.33-d2iq.1-rhel-8.6-x86_64.tar.gz: gzip compressed data, last modified: Wed Jun 26 21:16:52 2024, from Unix, original size modulo 2^32 149504000 containerd-1.7.22-d2iq.1-rhel-8.6-x86_64.tar.gz: gzip compressed data, last modified: Tue Sep 24 22:17:43 2024, from Unix, original size modulo 2^32 152832000 containerd-1.7.24-d2iq.1-rhel-8.6-x86_64.tar.gz: gzip compressed data, last modified: Wed Dec 11 22:13:07 2024, from Unix, original size modulo 2^32 153128960 ```
770ab1a to
5d36ca8
Compare
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.
What problem does this PR solve?:
The bug was introduced in a library bump opencontainers/runc#4393 on Sep 11th, 2024
Then it was fixed in opencontainers/runc#4549 on Dec 6th, 2024
During that time, Konvoy was always using the main branch when building runc for Containerd tars. containerd-1.6.33 used in a previous minor release would not have had this bug, but containerd-1.7.22 did introduce it.
containerd-1.7.24 built on Dec 11 has the fix
Which issue(s) does this PR fix?:
Special notes for your reviewer:
Does this PR introduce a user-facing change?: