How can I cleanly remove a container image from the Google Container Registry?
问题 I have pushed container images using gcloud docker push to the Google Container Registry. Two questions: How do I cleanly remove a pushed container image from the registry? (I know I can remove a tag to an image and make it not accessible anymore.) There are a bunch of Docker layers that an image brings with it. I want to remove all the unused layers with an image deletion. 回答1: UPDATE: You can now delete individual container images straight from the UI. Go to the Container Registry page. You