Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
检查“ibmcloud cr 图像”,我发现 IBM Cloud 容器注册表中有数百个旧图像。有没有办法全部删除,或者按日期删除?例如,超过一年的图像?
(当然,一些 shell 脚本可能会这样做......)
有多个选项可以一次从IBM Cloud Container Registry移除多个映像:
ibmcloud cr image-prune-untagged
ibmcloud cr image-list --format '{{.Repository}}@{{.Digest}}'
ibmcloud cr image-rm