Skip to content
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

Support for containerd as a driver #257

Open
andrewrynhard opened this issue Apr 19, 2020 · 2 comments
Open

Support for containerd as a driver #257

andrewrynhard opened this issue Apr 19, 2020 · 2 comments
Labels
kind/enhancement New feature or request

Comments

@andrewrynhard
Copy link

We run our kubernetes clusters with containerd as the CRI. I'd like to be able to use containerd as a driver for buildlkit. Otherwise we will have to deploy DIND. Not the end of the world, but the added layer of complexity can be removed if builldx supported containerd, or even CRI as a driver.

@AkihiroSuda
Copy link
Collaborator

buildx already has Kubernetes driver, does it cover your requirement?

@andrewrynhard
Copy link
Author

It does, almost. The issues is that we have to run docker buildx create ... on each and every run, and we have to pass in a kubeconfig to do so. Orchestrating that is a bit of a mess. For clusters using containerd as the CRI, buildx could just create the buildkit container using the containerd socket.

@AkihiroSuda AkihiroSuda added the kind/enhancement New feature or request label Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants