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

Convert compose pull-policy:always to [Container] Pull=always #61

Closed woodsb02 closed 5 months ago

woodsb02 commented 7 months ago

When converting a compose file to a quadlet file, the following compose.yml line under the service was not converted: pull_policy: always

According to podman-systemd.unit(5), this should become a line in the quadlet [Container] section: Pull=always

k9withabone commented 7 months ago

This issue is blocked on #63.