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

Add support for buildkit + kubernetes #10

Open
davidferlay opened this issue Nov 29, 2023 · 1 comment
Open

Add support for buildkit + kubernetes #10

davidferlay opened this issue Nov 29, 2023 · 1 comment

Comments

@davidferlay
Copy link
Contributor

Observed

  • Building the image of an action using a local Dockerfile uses docker build
  • Running the image as a container uses docker run

Expected

It would be great to support

  • buildkit > to remplace docker build
  • kubernetes (CRI?) > to remplace container run

Later on, we could also add additional support for containerd

@andypost
Copy link

andypost commented Dec 9, 2023

FYI Drupal selected to use buildah in kubernertes runner as this is only (ATM) runtime that can build without special privileges, ref https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#docker-alternatives

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

No branches or pull requests

2 participants