LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

crane-ls

List tags in a container image repository

TLDR

List all tags in a repository
$ crane ls [registry/repository]
copy
List tags with full image references
$ crane ls --full-ref [registry/repository]
copy
List tags excluding digest-based tags
$ crane ls -O [registry/repository]
copy
List tags from an insecure (HTTP) registry
$ crane ls --insecure [registry/repository]
copy

SYNOPSIS

crane ls [options] REPOSITORY

DESCRIPTION

crane ls lists all tags in a container image repository by querying the registry's tag list API. It is part of crane, a tool for interacting with remote container registries from Google's go-containerregistry project.The command is useful for inspecting available image versions without pulling any images locally.

PARAMETERS

--full-ref

Print full image references instead of just tag names.
-O, --omit-digest-tags
Omit digest-based tags (e.g., sha256-...) from output.
--platform PLATFORM
Specify platform in os/arch[/variant] format (e.g., linux/amd64). Default: all.
--insecure
Allow fetching image references without TLS (plain HTTP).
-v, --verbose
Enable debug logging.
-h, --help
Display help information.

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

Requires authentication for private registries (configured via crane auth or Docker config). The --insecure flag forces HTTP instead of HTTPS, which should only be used for local or trusted registries.

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