← 返回命令列表

Linux command

crane-index-append 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Add image to index

crane index append -t [index:tag] -m [image:tag]

Create new index

crane index append -t [index:tag] -m [linux/amd64:tag] -m [linux/arm64:tag]

说明

crane index append adds images to a multi-platform manifest index. This creates or updates an index that allows pulling platform-specific images automatically.

参数

-t, --tag _tag_
Tag for the resulting index.
-m, --manifest _image_
Image to add to the index (repeatable).

FAQ

What is the crane-index-append command used for?

crane index append adds images to a multi-platform manifest index. This creates or updates an index that allows pulling platform-specific images automatically.

How do I run a basic crane-index-append example?

Run `crane index append -t [index:tag] -m [image:tag]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -t, --tag _tag_ do in crane-index-append?

Tag for the resulting index.