zarf tools registry
Tools for working with container registries using go-containertools
      --allow-nondistributable-artifacts   Allow pushing non-distributable (foreign) layers  -h, --help                               help for registry      --insecure                           Allow image references to be fetched without TLS      --platform string                    Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all")  -v, --verbose                            Enable debug logs      --features stringToString    [ALPHA] Provide a comma-separated list of feature names to bools to enable or disable. Ex. --features "foo=true,bar=false,baz=true" (default [])      --insecure-skip-tls-verify   Skip checking server's certificate for validity. This flag should only be used if you have a specific reason and accept the reduced security posture.      --plain-http                 Force the connections over HTTP instead of HTTPS. This flag should only be used if you have a specific reason and accept the reduced security posture.- zarf tools - Collection of additional tools to make airgap easier
 - zarf tools registry catalog - List the repos in a registry
 - zarf tools registry copy - Efficiently copy a remote image from src to dst while retaining the digest value
 - zarf tools registry delete - Delete an image reference from its registry
 - zarf tools registry digest - Get the digest of an image
 - zarf tools registry export - Export filesystem of a container image as a tarball
 - zarf tools registry login - Login to a container registry
 - zarf tools registry ls - List the tags in a repo
 - zarf tools registry manifest - Get the manifest of an image
 - zarf tools registry prune - Prunes images from the registry that are not currently being used by any Zarf packages.
 - zarf tools registry pull - Pull remote images by reference and store their contents locally
 - zarf tools registry push - Push local image contents to a remote registry
 - zarf tools registry version - Print the version