github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_registry.md (about) 1 # jackal tools registry 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 Tools for working with container registries using go-containertools 5 6 ## Options 7 8 ``` 9 --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers 10 -h, --help help for registry 11 --insecure Allow image references to be fetched without TLS 12 --platform string Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all") 13 -v, --verbose Enable debug logs 14 ``` 15 16 ## SEE ALSO 17 18 * [jackal tools](jackal_tools.md) - Collection of additional tools to make airgap easier 19 * [jackal tools registry catalog](jackal_tools_registry_catalog.md) - List the repos in a registry 20 * [jackal tools registry copy](jackal_tools_registry_copy.md) - Efficiently copy a remote image from src to dst while retaining the digest value 21 * [jackal tools registry delete](jackal_tools_registry_delete.md) - Delete an image reference from its registry 22 * [jackal tools registry digest](jackal_tools_registry_digest.md) - Get the digest of an image 23 * [jackal tools registry login](jackal_tools_registry_login.md) - Log in to a registry 24 * [jackal tools registry ls](jackal_tools_registry_ls.md) - List the tags in a repo 25 * [jackal tools registry prune](jackal_tools_registry_prune.md) - Prunes images from the registry that are not currently being used by any Jackal packages. 26 * [jackal tools registry pull](jackal_tools_registry_pull.md) - Pull remote images by reference and store their contents locally 27 * [jackal tools registry push](jackal_tools_registry_push.md) - Push local image contents to a remote registry 28 * [jackal tools registry version](jackal_tools_registry_version.md) - Print the version