zarf tools registry ls
zarf tools registry ls
List the tags in a repo
zarf tools registry ls REPO [flags]
Examples
# List the tags for a repo internal to Zarf$ zarf tools registry ls 127.0.0.1:31999/stefanprodan/podinfo
# List the tags for a repo hosted at reg.example.com$ zarf tools registry ls reg.example.com/stefanprodan/podinfo
Options
--full-ref (Optional) if true, print the full image reference -h, --help help for ls -O, --omit-digest-tags (Optional), if true, omit digest tags (e.g., ':sha256-...')
Options inherited from parent commands
--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
SEE ALSO
- zarf tools registry - Tools for working with container registries using go-containertools