Hello,
I am following instructions from Setup local build server and I’ve ran into a problem.
I followed Step 1 (from the mentioned instructions):
$ gcloud auth application-default login
Your browser has been opened to visit:
https://accounts.google.com/o/oauth2/auth?response_type=code<removed the rest>
Credentials saved to file: [C:\Users\citizen\AppData\Roaming\gcloud\application_default_credentials.json]
These credentials will be used by any library that requests Application Default Credentials (ADC).
WARNING:
Cannot find a quota project to add to ADC. You might receive a “quota exceeded” or “API not enabled” error. Run $ gcloud auth application-default set-quota-project to add a quota project.
Step 2:
$ gcloud auth configure-docker europe-west1-docker.pkg.dev
Adding credentials for: europe-west1-docker.pkg.dev
After update, the following will be written to your Docker config file located at [C:\Users\citizen.docker\config.json]:
{
"credHelpers": {
"europe-west1-docker.pkg.dev": "gcloud"
}
}
Do you want to continue (Y/n)? Y
Docker configuration file updated.
Step 3:
$ docker pull --platform linux/amd64 europe-west1-docker.pkg.dev/extender-426409/extender-public-registry/extender-base-env:latest
Python not foundError response from daemon: failed to resolve reference “europe-west1-docker.pkg.dev/extender-426409/extender-public-registry/extender-base-env:latest”: failed to authorize: failed to fetch anonymous token: unexpected status from GET request to https://europe-west1-docker.pkg.dev/v2/token?scope=repository%3Aextender-426409%2Fextender-public-registry%2Fextender-base-env%3Apull&service=europe-west1-docker.pkg.dev: 403 Forbidden
I believe Step 1 and 2 passed fine, but Step 3 is failing as above.
I am trying this on Windows.
Any help would be appreciated.