Skip to content

Commit 7ff3109

Browse files
authored
Remove the documentation section referencing gcr.io in favor of local build because we will stop publishing containers in the future (#59)
* First pass draft. Replace all references of "gcr.io" with a custom artifact registry string. Will review and adjust in subsequent commits. * Formatted as an environmental variable * Addressed feedback
1 parent f887584 commit 7ff3109

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,12 @@ cd marketplace-vm-imagebuilder
4343

4444
### Use the Docker image
4545

46-
You can build the Docker image, or pull an image from the Google Container Registry (GCR) repository.
47-
48-
If you want to build the `imagebuilder` container image, run the following `docker` command:
46+
To build the `imagebuilder` container image, run the following `docker` command:
4947

5048
```shell
5149
docker build -t imagebuilder .
5250
```
5351

54-
If you want to pull the `imagebuilder` container image, run the following `docker` command:
55-
56-
```shell
57-
docker pull gcr.io/cloud-marketplace-tools/vm/imagebuilder:0.1.7
58-
docker tag gcr.io/cloud-marketplace-tools/vm/imagebuilder:0.1.7 imagebuilder
59-
```
60-
6152
### Set the environment variables for your build environment
6253

6354
```shell
@@ -96,7 +87,7 @@ The service account key might not be available when executing locally for manual
9687
gcloud auth application-default login
9788
```
9889

99-
Follow instructions to get authentication token and complete the login.
90+
Follow instructions to get authentication token and complete the login.
10091

10192
Set the env variable `SERVICE_ACCOUNT_EMAIL` and mount the gcloud config into `/root/.config/gcloud` when executig the docker command:
10293

0 commit comments

Comments
 (0)