mirror of
https://github.com/containers/skopeo.git
synced 2025-09-01 06:37:32 +00:00
Merge pull request #1266 from cgwalters/copy-print-digest
copy: Add --digestfile
This commit is contained in:
@@ -42,6 +42,10 @@ Path of the authentication file for the source registry. Uses path given by `--a
|
||||
|
||||
Path of the authentication file for the destination registry. Uses path given by `--authfile`, if not provided.
|
||||
|
||||
**--digestfile** _path_
|
||||
|
||||
After copying the image, write the digest of the resulting image to the file.
|
||||
|
||||
**--format, -f** _manifest-type_ Manifest type (oci, v2s1, or v2s2) to use when saving image to directory using the 'dir:' transport (default is manifest type of source)
|
||||
|
||||
**--quiet, -q** suppress output information when copying images
|
||||
|
Reference in New Issue
Block a user