How to remove a pushed image in Google Container Registry

后端 未结 5 1134
春和景丽
春和景丽 2021-01-04 02:06

Is it possible to remove a pushed image from Google Container Registry?

I mean without handling the Google Cloud Storage directory

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-04 02:46

    Check how to delete images here.

    Using CLI

    gcloud container images delete [HOSTNAME]/[PROJECT-ID]/[IMAGE]

    https://cloud.google.com/container-registry/docs/managing#deleting_images

提交回复
热议问题