-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Bump to Containerd 2 #20497
Comments
Previously containerd was included with docker, so it was only bumped when docker did. https://docs.docker.com/engine/install/binaries/ $ ./docker --version
Docker version 28.0.1, build 068a01e
$ ./containerd --version
containerd github.com/containerd/containerd v1.7.25 bcc810d6b9066471b0b6fa75f557a15a1cbf31bb
$ ./runc --version
runc version 1.2.5
commit: v1.2.5-0-g59923ef
spec: 1.2.0
go: go1.23.6
libseccomp: 2.5.4 i.e. 1.7, rather than 2.0 |
possible related issue kubernetes/kubernetes#130799 |
As I have described in the previous triage meeting, the problem is this:
This is the reason why previous CI fails. The best solution seems to be: update buildroot to the newest version, but it will cause some other problems:
For now I am trying if we can build an iso without falco. |
#20485
currently the ISO Fails to build
we might need to bump some Version of dependecies in the ISO and Kic Base
in that case we need to make sure it is PreBaked for the Default Kubernetes version and other kubernetes versions can Download on the Fly or Get a user warnining
The text was updated successfully, but these errors were encountered: