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

RFC: Support other container runtimes #83

Closed
aleksrutins opened this issue May 7, 2022 · 2 comments
Closed

RFC: Support other container runtimes #83

aleksrutins opened this issue May 7, 2022 · 2 comments

Comments

@aleksrutins
Copy link
Contributor

I specifically have in mind Podman.

This could probably just be done as a fallback - if Docker's found, use it, else try Podman, etc.

Also, Podman has some interesting features that might be useful for Nixpacks - for instance, Buildah, which is a tool for building containers imperatively.

@aleksrutins aleksrutins changed the title Support other container runtimes RFC: Support other container runtimes May 7, 2022
@coffee-cup
Copy link
Contributor

This is a good idea. There is nothing in Nixpacks that should be Docker specific and supporting multiple container runtimes would ensure that. A first step would be to abstract the generation of the Dockerfile into a trait that could be implemented by a DockerGenerator or a PodmanGenerator.

@ghost
Copy link

ghost commented May 14, 2022

Migrated to #121

@ghost ghost closed this as completed May 14, 2022
This issue was closed.
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