LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

crane-manifest

retrieve container image manifest

TLDR

Get image manifest
$ crane manifest [image:tag]
copy
Get manifest for specific platform
$ crane manifest --platform [linux/amd64] [image:tag]
copy
Pretty print manifest
$ crane manifest [image] | jq .
copy

SYNOPSIS

crane manifest [options] image

DESCRIPTION

crane manifest retrieves the manifest for a container image. The manifest describes the image's layers, configuration, and platform information.Output is in JSON format (OCI or Docker manifest schema).

PARAMETERS

--platform platform

Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). Default: all.
--insecure
Allow image references to be fetched without TLS.
-v, --verbose
Enable debug logs.

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

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