crane-digest
retrieve image content digest
TLDR
Get the digest of an image
$ crane digest [image:tag]
Get digest for specific platform$ crane digest --platform [linux/amd64] [image:tag]
SYNOPSIS
crane digest [options] image
DESCRIPTION
crane digest retrieves the content-addressable digest (SHA256) of a container image. The digest uniquely identifies the image content regardless of tag.
PARAMETERS
--platform platform
Get digest for specific platform.--full-ref
Print the full image reference with digest.--tarball path
Path to tarball containing the image.
SEE ALSO
crane(1), crane-manifest(1)
