mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 10:53:32 +00:00
Add manifest type conversion to skopeo with dir transport
User can select from 3 manifest types: oci, v2s1, or v2s2 skopeo copy defaults to oci manifest if the --format flag is not set Adds option to compress blobs when saving to the directory using the dir transport e.g skopeo copy --format v2s1 --compress-blobs docker-archive:alp.tar dir:my-directory Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
github.com/urfave/cli v1.17.0
|
||||
github.com/containers/image master
|
||||
github.com/containers/image f950aa3529148eb0dea90888c24b6682da641b13
|
||||
github.com/opencontainers/go-digest master
|
||||
gopkg.in/cheggaaa/pb.v1 ad4efe000aa550bb54918c06ebbadc0ff17687b9 https://github.com/cheggaaa/pb
|
||||
github.com/containers/storage master
|
||||
|
Reference in New Issue
Block a user