Merge pull request #1266 from cgwalters/copy-print-digest

copy: Add --digestfile
This commit is contained in:
Daniel J Walsh
2021-05-07 05:17:35 -04:00
committed by GitHub
3 changed files with 36 additions and 2 deletions

View File

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