打包容器镜像
此接口用于打包 ECS 容器镜像。
接口说明
ecs pack: 'bundle-name'
[, name: 'container-name']
[, tag: 'container-tag']
[, tarball: 'tarball-path']
参数说明
参数 | 类型 | 是否必填 | 说明 | 示例值 |
---|---|---|---|---|
pack | string | 是 | 容器 Bundle 名称 | app_template |
name | string | 否 | 容器镜像名称。默认为 Bundle 名称 | app_template |
tag | string | 否 | 容器镜像版本,默认为 latest | latest |
tarball | string | 否 | 容器镜像包的文件名称,命名方式默认为 bundle 名.架构名.tar | app_template.arm64.tar |
调用示例
ecs pack: "app_template"