mirror of
https://github.com/containers/skopeo.git
synced 2026-07-14 13:48:32 +00:00
Prefer higher-level storage APIs (Store) over lower-level storage APIs (LayerStore, ImageStore, and ContainerStore objects), so that we don't bypass synchronization and locking. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> Closes: #211 Approved by: rhatdan