-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Upgrade to containerd 2 #5507
base: master
Are you sure you want to change the base?
Upgrade to containerd 2 #5507
Conversation
a1ee378
to
11d49af
Compare
11d49af
to
76ece75
Compare
e2d998b
to
6698381
Compare
Is this related to the change though?
Otherwise it is looking good, I'll close my other PR in favor of this one |
Not sure yet. |
f7fdc5d
to
c4cda61
Compare
Hmm... We're green on CI? |
c4cda61
to
c2617fc
Compare
Rebased on top of updated version of #5463 |
c2617fc
to
ed252ae
Compare
ed252ae
to
ffc6cce
Compare
Rebased on top of |
Failure of |
ffc6cce
to
e55f984
Compare
Needs rebase |
e55f984
to
c944bc1
Compare
Schema v1 support will be removed in containerd-2.1. While we continue to support it when containerd is launched with CONTAINERD_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE=1 env variable, the effort to keep the test working isn't worth it. Signed-off-by: Marat Radchenko <marat@slonopotamus.org>
c944bc1
to
4b64a1d
Compare
Co-authored-by: Derek McGowan <derek@mcg.dev> Signed-off-by: Marat Radchenko <marat@slonopotamus.org>
4b64a1d
to
8ba889b
Compare
Rebased to resolve conflicts. |
This PR depends on
Non-import changes:
unreleased commit because of containerd api changesv0.16.1ExpiresIn
was changed toExpiresInSeconds
inauthprovider.go
overlay_linux.go
main_containerd_worker_windows.go
testUndeclaredArg
indockerfile_lint_test.go
testSchema1Image
test. It is very nontrivial to pushCONTAINERD_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE=1
env variable from a single place to both rootful and rootless tests (if you know such place, tell me!). Schema v1 is going away in containerd 2.1 anyway. buildkit still supports in currently. If this change is unacceptable... Well, need more time to find where exactly to putCONTAINERD_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE=1
in buildkit test framework.Closes #5514