LinuxCommandLibrary

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

Get manifest for specific platform.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community