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

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