containers / podlet

Generate Podman Quadlet files from a Podman command, compose file, or existing object
https://crates.io/crates/podlet
Mozilla Public License 2.0
322 stars 10 forks source link

Suggestion: Create containerfile (and possibly setup ci/cd build to make the images) #10

Closed Nitrousoxide closed 1 year ago

Nitrousoxide commented 1 year ago

This seems like an ideal project to create the containerfile and images so the project can be deployed through podman itself. It would also reduce the number platforms you would need to support since you could just focus on a multicarch container rather than native installs.

k9withabone commented 1 year ago

Sounds like a good idea! Releases are currently managed with cargo-dist so supporting the current four platforms is pretty easy.

k9withabone commented 1 year ago

I have made a Containerfile and container image build CI in #11. I'm pretty sure it will work, but I would love to have someone else look it over too.