LinuxCommandLibrary

crane-index-append

add images to manifest index

TLDR

Add image to index

$ crane index append -t [index:tag] -m [image:tag]
copy
Create new index with multiple images
$ crane index append -t [index:tag] -m [linux/amd64:tag] -m [linux/arm64:tag]
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community