docker image の存在確認
https://stackoverflow.com/questions/32113330/check-if-imagetag-combination-already-exists-on-docker-hub
docker manifest inspect xxx > /dev/null
GCR
にあげているものなら
gcloud image describe xxx
で ok