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
422 stars 12 forks source link

Containers org #76

Closed k9withabone closed 4 months ago

k9withabone commented 4 months ago

Closes #71

k9withabone commented 4 months ago

@cdrage, could you review CODE-OF-CONDUCT.md, CONTRIBUTING.md, and SECURITY.md?

cdrage commented 4 months ago

@TomSweeneyRedHat is the best to ask and I've seen he has done a review!

Above all LGTM after his changes

k9withabone commented 4 months ago

Just found out that the --annotation option on podman manifest create is new to Podman v5.0.0. Looks like I'll need to figure out how to run newer versions of Podman/Buildah (current version in the runner is Podman v4.6.2, from the Kubic project) or a different way to update the manifest for the release-container action.

k9withabone commented 4 months ago

Thanks for the review @TomSweeneyRedHat! I'll work on fixing the capitalization throughout the documentation.