Google Container Registry
gcr.io
- Tag your image to match Google Container Registry format
docker tag your-image:yourtag gcr.io/PROJECTID/your-image:yourtag
- Pushing the Docker Image to Google Container Registry
gcloud docker -- push gcr.io/PROJECTID/your-image:yourtag
- Delete the Docker Image from Google Container Registry
gcloud container images delete [HOSTNAME]/[PROJECT-ID]/[IMAGE]