snippetbashTip
crane catalog — List the repositories in a registry. More information: <https://github.com/google/go-containerregist
Viewed 0 times
therepositoriesregistrycommandclicrane catalogmorelist
Problem
How to use the
crane catalog command: List the repositories in a registry. More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_catalog.md>.Solution
crane catalog — List the repositories in a registry. More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_catalog.md>.List the repositories in a registry:
crane catalog {{registry_address}}Print the full image reference:
crane catalog {{registry_address}} --full-refDisplay help:
crane catalog {{[-h|--help]}}Code Snippets
List the repositories in a registry
crane catalog {{registry_address}}Print the full image reference
crane catalog {{registry_address}} --full-refDisplay help
crane catalog {{[-h|--help]}}Context
tldr-pages: common/crane catalog
Revisions (0)
No revisions yet.