我们有一个未标记的 docker 镜像。 我在此图片上创建了一个标签,但现在我想删除该标签并再次将图片完全取消标记。
根据此boto3-batch-delete-image和aws-cli-batch-delete-image
您可以移除标签,但如果您移除 LAST 标签,图片将被移除。我不想要那个。 我只想取消标记图像而不删除图像。
换句话说,我想删除标记并取消标记图像。
你是怎么做到的?
答案 0 :(得分:0)
目前看来,您只能remove the tag from the repository,但不能从图像中获取,因此这是 AWS 的限制
--resource-arn (string)
The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.
可能在未来我们可以期待这个 API 的改进