commands.sh

crane index append

all

Append manifest to a remote index. This sub-command pushes an index based on an (optional) base index, with appended manifests. The platform for appended manifests is inferred from the configuration file or omitted if that is infeasible.

More info →

Options (3)

-m, --manifestboolean

Reference to manifests to append to the base index

Example: crane index append {{[-m|--manifest]}} {{manifest_name1 manifest_name2 ...}}
-t, --tagboolean

Tag to apply to resulting image

Example: crane index append {{[-t|--tag]}} {{tag_name}}
-h, --helpboolean

Display help

Example: crane index append {{[-h|--help]}}

Examples (6)

Append manifest to a remote index

Reference to manifests to append to the base index

crane index append [-m|--manifest] manifest_name1 manifest_name2 ...

Tag to apply to resulting image

crane index append [-t|--tag] tag_name

Empty base index will have Docker media types instead of OCI

crane index append --docker-empty-base

Append each of its children rather than the index itself (defaults true)

Display help

crane index append [-h|--help]
made by @shridhargupta | data from tldr-pages