|
@@ -24,7 +24,7 @@ Once you have the above mentioned software installed follow these steps to insta
|
|
|
1. __Authorize to Google Cloud and create Application default credentials__ - You need to have a Google account when downloading the Docker container images so that we can monitor and ensure fair use of the public container registry and temporarily suspend accounts which download images excessively.
|
|
|
|
|
|
```sh
|
|
|
- gcloud auth application-default login
|
|
|
+ gcloud auth login
|
|
|
```
|
|
|
2. __Configure Docker to use Artifact registries__ - Docker needs to be configured to use `gcloud` as a credential helper when downloading container images from the public container registry at `europe-west1-docker.pkg.dev`.
|
|
|
|