pack manifest rm

pack manifest rm

Remove an image manifest from a manifest list.

Synopsis

‘manifest rm’ will remove the specified image manifest if it is already referenced in the index. Users must pass the digest of the image in order to delete it from the index. To discard all the images in an index and the index itself, use ‘manifest delete’.

pack manifest rm [manifest-list] [manifest] [manifest...] [flags]

Examples

pack manifest rm my-image-index my-image@sha256:<some-sha>

Options

  -h, --help   Help for 'rm'

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