-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Dockerfile: update container runtime components #5977
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
Dockerfile: update container runtime components #5977
Conversation
5243439
to
5d91f48
Compare
.github/workflows/.test.yml
Outdated
- containerd-rootless | ||
- containerd-1.6 | ||
- containerd-1.7 | ||
- containerd-2.0 |
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.
containerd 1.6 will EOL in July 2025, so don't worry this list won't grow indefinitely. Once 1.7 EOL's in March 2026; the list should decrement to 2 versions at any time.
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.
You can remove 1.6 already
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.
Update to containerd v2.1.1 as well.
5d91f48
to
21c110f
Compare
I am still looking into the startup failures on FreeBSD. So far I don't believe it is related to rootlesskit or nerdctl changes. |
I was able to confirm the FreeBSD issue is related to the containerd commit. Perhaps the client needs to be vendored in the same commit. Going to test that. |
Signed-off-by: Tonis Tiigi <[email protected]>
This change adds containerd v2.1.1 into buildkit integration CI and drops containerd v1.6.x which goes end-of-life in July 2025. Signed-off-by: Austin Vazquez <[email protected]>
Signed-off-by: Austin Vazquez <[email protected]>
Signed-off-by: Austin Vazquez <[email protected]>
Signed-off-by: Austin Vazquez <[email protected]>
21c110f
to
69e3cdc
Compare
@crazy-max I didn't get what was exactly wrong with BSD, but this includes #5985 and seems to be ok, so if we can get this in we can close #5985 |
This change updates a few container runtime components in CI: