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

daemonless builds #200

Open
blampe opened this issue Aug 14, 2024 · 0 comments
Open

daemonless builds #200

blampe opened this issue Aug 14, 2024 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@blampe
Copy link
Contributor

blampe commented Aug 14, 2024

Alternative builders like podman don't require a BuildKit daemon to be running but are still Docker-compatible frontends.

We currently have an exec: true mode which shells out to the docker-buildx binary directly. It would be nice to generalize this to additional tools, but

  • What would that API look like?
  • How would we map Docker inputs to the tool?

It would be nice to have something as general as possible, but it would be straightforward to define another exec mode which invokes a particular CLI and understands how to translate inputs into its expected format.

If you're interested in this feature, please give it a 👍 and let us know if you have ideas for how the API might look!

@blampe blampe added the kind/enhancement Improvements or new features label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

1 participant