crane-index-append
add images to manifest index
TLDR
Add image to index
$ crane index append -t [index:tag] -m [image:tag]
Create new index with multiple images$ crane index append -t [index:tag] -m [linux/amd64:tag] -m [linux/arm64:tag]
SYNOPSIS
crane index append [options]
DESCRIPTION
crane index append adds images to a multi-platform manifest index. This creates or updates an index that allows pulling platform-specific images automatically.
PARAMETERS
-t, --tag tag
Tag for the resulting index.-m, --manifest image
Image to add to the index (repeatable).
SEE ALSO
crane(1), crane-index(1)
