I'm trying to pull an image like this in my project repository and I keep getting this error.
I don't have problems with authentification and docker login works fine.
$ docker pull gcr.io/[PROJECT-ID]/[IMAGE]:[TAG]
Error response from daemon: pull access denied for gcr.io/[PROJECT-ID]/[IMAGE]:[TAG], repository does not exist or may require 'docker login': denied: Permission denied for "0.2.0" from request "/v2/[PROJECT-ID]/[IMAGE]/manifests/[TAG]".
Any ideas?