pack manifest

pack manifest

Interact with OCI image indexes

Synopsis

An image index is a higher-level manifest which points to specific image manifests and is ideal for one or more platforms; see: https://github.com/opencontainers/image-spec/ for more details

‘pack manifest’ commands provide tooling to create, update, or delete images indexes or push them to a remote registry. ‘pack’ will save a local copy of the image index at ‘$PACK_HOME/manifests’; the environment variable ‘XDG_RUNTIME_DIR’ can be set to override the location, allowing manifests to be edited locally before being pushed to a registry.

These commands are experimental. For more information, consult the RFC which can be found at https://github.com/buildpacks/rfcs/blob/main/text/0124-pack-manifest-list-commands.md

Options

  -h, --help   Help for 'manifest'

Options inherited from parent commands

      --force-color   Force color output
      --no-color      Disable color output
  -q, --quiet         Show less output
      --timestamps    Enable timestamps in output
  -v, --verbose       Show more output

SEE ALSO