Skip to content

Containerd improvement #149

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

darkspadez
Copy link
Contributor

Containerd Improvements

Currently containerd is included in the sysexts of docker, k3s, etc. This will remove containerd from them directly and create a new sysext for each like: containerd-

This allows us to still provide containerd that comes with docker, k3s, etc while allowing it to be switched out with that of upstream or different ones without causing any issues.

It will automatically build the extension during build time of the upstream sysext of docker, k3s, etc.

I really think we should do something to better handle containerd and I think this is a good compromise. I will add k3s and any others to this PR but want to make sure this is the route we want to go before spending all the time doing that and updating docs as well.

Testing done

Included in this pull request is test-build.sh that I used to test building that I will remove. This will need more testing especially w/ the github build system to make sure everything is built correctly.

@darkspadez
Copy link
Contributor Author

This is a replacement/improvement of the following PR #130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant