zarf tools registry manifest
Get the manifest of an image
zarf tools registry manifest IMAGE [flags]
# Return an image manifest for an internal repo in Zarf$ zarf tools registry manifest 127.0.0.1:31999/stefanprodan/podinfo:6.4.0
# Return an image manifest from a repo hosted at ghcr.io$ zarf tools registry manifest ghcr.io/stefanprodan/podinfo:6.4.0
-h, --help help for manifest
--allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers --insecure Allow image references to be fetched without TLS --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. --platform string Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all") -v, --verbose Enable debug logs
- zarf tools registry - Tools for working with container registries using go-containertools