mirror of
https://github.com/containers/skopeo.git
synced 2026-07-14 05:21:15 +00:00
Change how we represent image pulling policy from a pair of booleans to a single field which can take three values (never, if-missing, always), with the default value being if-missing. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> Closes: #71 Approved by: rhatdan