LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

crane-catalog

list repositories in container registries

TLDR

List repositories in a registry
$ crane catalog [registry]
copy
List repositories with full image references
$ crane catalog --full-ref [registry]
copy
List repositories using platform-specific settings
$ crane catalog --platform [linux/amd64] [registry]
copy

SYNOPSIS

crane catalog [options] registry

DESCRIPTION

crane catalog lists all repositories in a container registry. This requires the registry to support the catalog API (the `_catalog` endpoint defined in the OCI Distribution Spec).Note that many registries limit or disable the catalog endpoint for security reasons.

PARAMETERS

--full-ref

Print the full image reference for each repository.
--platform platform
Specifies the platform in the form os/arch (e.g., linux/amd64).
--insecure
Allow image references to be fetched without TLS.

INSTALL

sudo pacman -S crane
copy
sudo apk add crane
copy
sudo zypper install crane
copy
brew install crane
copy
nix profile install nixpkgs#crane
copy

CAVEATS

Not all registries support the catalog API. Results may be paginated for large registries. Major cloud registries (Docker Hub, GCR, ECR) often restrict or disable the catalog endpoint entirely.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid