chore(deps): upgrade containerd to 2.3.2 - #85
Merged
Conversation
muchzill4
marked this pull request as draft
July 6, 2026 10:48
muchzill4
force-pushed
the
containerd-upgrade
branch
2 times, most recently
from
July 9, 2026 08:20
5704497 to
a300a4c
Compare
Signed-off-by: Bartek Mucha <bartosz.mucha@arm.com>
Signed-off-by: Bartek Mucha <bartosz.mucha@arm.com>
Signed-off-by: Bartek Mucha <bartosz.mucha@arm.com>
muchzill4
force-pushed
the
containerd-upgrade
branch
from
July 9, 2026 08:53
58f072a to
998e1c7
Compare
muchzill4
marked this pull request as ready for review
July 9, 2026 11:31
yejseo01
reviewed
Jul 10, 2026
Signed-off-by: Bartek Mucha <bartosz.mucha@arm.com>
th3james
reviewed
Jul 13, 2026
| ## Prerequisites | ||
|
|
||
| - Go 1.25 or higher | ||
| - Go 1.26 or higher |
Contributor
There was a problem hiding this comment.
As I understand it, we actually have to use the same minimum version as the vendored containerd, which is
Suggested change
| - Go 1.26 or higher | |
| - Go 1.26.3 or higher |
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.
Changes
Implements Dependabot PRs that upgrade Containerd:
A
simplecode change was required to make it work, hence a non-bot PR.This PR makes the shim work with both Containerd 2.2.x and 2.3.x bootstrap protocols. Former uses cli flags and a bit of RPC, latter goes full RPC.
Our current testing strategy makes it rather convoluted to test against multiple Containerd versions, so this will be tackled separately. For now, shim passes in CI and in LimaVM (2.2.x, until 2.3.x upgrade lands in docker), which proves that nothing has been broken. I've also tested it manually in a VM by overriding Containerd used by docker.
Checklist