Search code examples
google-cloud-platformgoogle-visionautoml

Cannot get docker image of gcr.io/automl-vision-ondevice/gcloud-container-1.14.0:latest


I got an error when I was trying to download the docker image from

gcr.io/automl-vision-ondevice/gcloud-container-1.14.0:latest

But I got an error of Access Denied. How can I solve this issue? Thanks a lot.

$ export CPU_DOCKER_GCR_PATH=gcr.io/automl-vision-ondevice/gcloud-container-1.14.0:latest
$ docker pull ${CPU_DOCKER_GCR_PATH}
Error response from daemon: Get https://gcr.io/v2/automl-vision-ondevice/gcloud-container-1.14.0/manifests/latest: denied: Permission denied: Consumer 'project:automl-vision-ondevice' has been suspended.


Solution

  • I had the same problem. Luckily i changed the language of the documentation to english and found another URL under which the Docker image is located. The Google team has probably moved the image.

    Change

    $ export CPU_DOCKER_GCR_PATH=gcr.io/automl-vision-ondevice/gcloud-container-1.14.0:latest
    

    to

    $ export CPU_DOCKER_GCR_PATH=gcr.io/cloud-devrel-public-resources/gcloud-container-1.14.0:latest