-
Notifications
You must be signed in to change notification settings - Fork 57
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
Update to containerd v2 #1329
Update to containerd v2 #1329
Conversation
Signed-off-by: apostasie <[email protected]>
Ping @sondavidb: here is the adapted PR to merge into the custom branch. Given the way the CI is configured, it is not running on a PR against a branch. Do we want to change that or was that done on purpose for some reason? |
Hey, thanks for this again!
Not a particularly good reason, but we don't really do feature branches usually, so we can change this. I have a PR out for this at #1330. However, we did some discussion internally and realized that, should nerdctl release v2 with this branch's commit, we will have to keep up this branch forever, so it would not be a temporary branch. This is fine if necessary, but we would prefer to not do so. As nerdctl's only dependency is this function in fs/source, I'd like to see if nerdctl maintainers are interested in just keeping a local copy in nerdctl instead, so I've opened a PR in nerdctl. We can always revert this once we update to containerd v2, but as we don't want to be forced to keep this branch unless necessary, the nerdctl change is preferred. |
Hey @sondavidb Your PR got merged into nerdctl - which does solve my problem. Thanks a lot! This PR here still has value of course - would you like me to close it and re-open it against master, and we go back to the previously agreed state (wait until containerd v2 is out, rebase)? |
🎉
Sure, we can do that. I don't think you have to close this, though. I can edit your PR to main instead of the feature branch, so I've gone ahead and did that. Also deleted the feature branch entirely. LMK if there's anything else you need. Thanks a bunch! |
Hey @sondavidb ! Hope this finds you well. Lmk and I can dust it off. |
Hey @apostasie ! Given that we require compatibility with older client versions, this isn't something that we believe we can do anytime soon, as some of our users will require support for containerd 1.7 for a while. Currently the plan is to wait for an LTS version to be announced before moving SOCI to v2.0.0. |
Totally understandable. Cheers. |
Follow-on #1305