After the latest updates to gcloud and docker I\'m unable to access images on my google container repository. Locally when I run: gcloud auth configure-docker
In my case the problem was due to how WSL 1 works with Docker on Windows. At first I only installed and initialized gcloud
in WSL Ubuntu, not in Windows. However as Docker daemon is actually run by Windows, you need to install gcloud
for Windows as well (and don't forget to run all of the inits and authorizations there).