Skip to content

zarf tools registry digest

zarf tools registry digest

Get the digest of an image

zarf tools registry digest IMAGE [flags]

Examples

# Return an image digest for an internal repo in Zarf
$ zarf tools registry digest 127.0.0.1:31999/stefanprodan/podinfo:6.4.0
# Return an image digest from a repo hosted at reg.example.com
$ zarf tools registry digest reg.example.com/stefanprodan/podinfo:6.4.0

Options

--full-ref (Optional) if true, print the full image reference by digest
-h, --help help for digest
--tarball string (Optional) path to tarball containing the image

Options inherited from parent commands

--allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers
--insecure Allow image references to be fetched without TLS
--platform string Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all")
-v, --verbose Enable debug logs

SEE ALSO