HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

crane catalog — List the repositories in a registry. More information: <https://github.com/google/go-containerregist

Submitted by: @import:tldr-pages··
0
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-ref


Display 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-ref

Display help

crane catalog {{[-h|--help]}}

Context

tldr-pages: common/crane catalog

Revisions (0)

No revisions yet.