github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_registry_prune.md (about) 1 # jackal tools registry prune 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 Prunes images from the registry that are not currently being used by any Jackal packages. 5 6 ``` 7 jackal tools registry prune [flags] 8 ``` 9 10 ## Options 11 12 ``` 13 --confirm Confirm the image prune action to prevent accidental deletions 14 -h, --help help for prune 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 string 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 * [jackal tools registry](jackal_tools_registry.md) - Tools for working with container registries using go-containertools