github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_registry_digest.md (about)

     1  # jackal tools registry digest
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  Get the digest of an image
     5  
     6  ```
     7  jackal tools registry digest IMAGE [flags]
     8  ```
     9  
    10  ## Examples
    11  
    12  ```
    13  
    14  # Return an image digest for an internal repo in Jackal
    15  $ jackal tools registry digest 127.0.0.1:31999/stefanprodan/podinfo:6.4.0
    16  
    17  # Return an image digest from a repo hosted at reg.example.com
    18  $ jackal tools registry digest reg.example.com/stefanprodan/podinfo:6.4.0
    19  
    20  ```
    21  
    22  ## Options
    23  
    24  ```
    25        --full-ref         (Optional) if true, print the full image reference by digest
    26    -h, --help             help for digest
    27        --tarball string   (Optional) path to tarball containing the image
    28  ```
    29  
    30  ## Options inherited from parent commands
    31  
    32  ```
    33        --allow-nondistributable-artifacts   Allow pushing non-distributable (foreign) layers
    34        --insecure                           Allow image references to be fetched without TLS
    35        --platform string                    Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all")
    36    -v, --verbose                            Enable debug logs
    37  ```
    38  
    39  ## SEE ALSO
    40  
    41  * [jackal tools registry](jackal_tools_registry.md)	 - Tools for working with container registries using go-containertools