-
Notifications
You must be signed in to change notification settings - Fork 14
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 buildkit binary when creating a container image #868
Comments
Thank you for the issue @diana-zvulun! If you could share a few more details it would be tremendously helpful:
Does this mean you'll have something like |
`
` This is how we create the docker.Image resource:
Yes, we currently have |
@diana-zvulun are you able to use v4 of the provider, or at least run some tests with it? The newer version doesn't need a docker CLI and interacts with the build daemon directly. AFAIK the APIs involved are the same, so it should work equally well with Docker or |
@diana-zvulun you might also be interested in the new Docker Build provider, which is compatible with any buildkit daemon. The repository is here; our blog announcement is here; and finally API docs are here along with examples of how to migrate your existing |
Hello!
Issue details
Since dockershim was deprecated in EKS, we no longer have the option to build container images in K8S with docker. It would be great if pulumi would support building container images with other tools such as buildkit (using
buildctl
) or kaniko.Affected area/feature
Right now we build images using -
awsx.ecr.Image
&docker.Image
but on the next k8s version this will not work so we need to resort to using Command that will build the image instead.The text was updated successfully, but these errors were encountered: