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, --manifestbooleanReference to manifests to append to the base index
Example:
crane index append {{[-m|--manifest]}} {{manifest_name1 manifest_name2 ...}}-t, --tagbooleanTag to apply to resulting image
Example:
crane index append {{[-t|--tag]}} {{tag_name}}-h, --helpbooleanDisplay 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_nameEmpty base index will have Docker media types instead of OCI
crane index append --docker-empty-baseAppend each of its children rather than the index itself (defaults true)
crane index append --flattenDisplay help
crane index append [-h|--help]made by @shridhargupta | data from tldr-pages