regclient
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

regctl image manifest

Synopsis

Shows the manifest or manifest list of the specified image.

regctl image manifest <image_ref> [flags]

Examples

# return the manifest of the golang image
regctl image manifest golang

Options

      --format string     Format output with go template syntax (use "raw-body" for the original manifest) (default "{{printPretty .}}")
  -p, --platform string   Specify platform (e.g. linux/amd64 or local)
      --require-list      Fail if manifest list is not received

Options from parent commands

      --host stringArray     Registry hosts to add (reg=registry,user=username,pass=password,tls=enabled)
      --logopt stringArray   Log options
      --user-agent string    Override user agent
  -v, --verbosity string     Log level (trace, debug, info, warn, error) (default "WARN")