southalc / podman

Puppet module for podman
Apache License 2.0
13 stars 30 forks source link

Even with update=false each puppet run uses one pull per container #26

Closed jaevans closed 2 years ago

jaevans commented 2 years ago

Exec["verify_container_image_${handle}"] unconditionally calls skopeo inspect docker://${image} which hits the docker pull limit. If the current running image and the desired image are the same, there is no reason to inspect the remote image.