-
-
Notifications
You must be signed in to change notification settings - Fork 687
Open
Labels
backend: DockerDocker backend-related issuesDocker backend-related issuescategory:new featureenhancement
Description
Is your feature request related to a problem? Please describe.
I need to run Docker image builds inside Kubernetes using buildctl for my actual job.
Describe the solution you'd like
I have an adhoc script for this today that basically mimics what Pants does for Docker builds today, except instead of docker build followed by docker push it just does buildctl build with --output type=image,name=...,push=true. I would like to build this logic into Pants itself.
Metadata
Metadata
Assignees
Labels
backend: DockerDocker backend-related issuesDocker backend-related issuescategory:new featureenhancement