...
1## crane digest
2
3Get the digest of an image
4
5```
6crane digest IMAGE [flags]
7```
8
9### Options
10
11```
12 --full-ref (Optional) if true, print the full image reference by digest
13 -h, --help help for digest
14 --tarball string (Optional) path to tarball containing the image
15```
16
17### Options inherited from parent commands
18
19```
20 --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers
21 --insecure Allow image references to be fetched without TLS
22 --platform platform Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default all)
23 -v, --verbose Enable debug logs
24```
25
26### SEE ALSO
27
28* [crane](crane.md) - Crane is a tool for managing container images
29
View as plain text