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

Container CI #11

Closed k9withabone closed 1 year ago

k9withabone commented 1 year ago

Closes #10, adds a Containerfile and automated builds via CI.

Nitrousoxide commented 1 year ago

Seems to work for me on an x86 system. I was able to use it to build a simple .container stdout.

[core@coreos-cockpit-01 podlet]$ podman run localhost/podlet:newest podman run podman run quay.io/podman/hello
[Container]
Image=podman
Exec=run quay.io/podman/hello

It also worked when built on my m1 mac so, so that's both x86 and ARM.

k9withabone commented 1 year ago

Good, thanks for testing! Hopefully the CI will work as well.