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:
Urvashi Mohnani
2017-11-07 15:57:17 -05:00
parent 5b14746045
commit 409dce8a89
6 changed files with 81 additions and 20 deletions

View File

@@ -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