Skip to content

Commit 73bf521

Browse files
author
Joe Cardella
committed
NT: update readme with image generation instructions
1 parent aab0a4b commit 73bf521

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
55
This Docker image adds the gke-gcloud-auth-plugin and kubectl to the base `google-cloud-cli:alpine` image.
66

7-
## Dockerhub Integration
7+
## Image generation
88

9-
* To generate new images for the latest google-cloud-cli version, add a new tag off `main` like `398.0.0`
9+
* To generate new images for the latest google-cloud-cli version:
10+
* * Go to [Google's container registry](https://console.cloud.google.com/gcr/images/google.com:cloudsdktool/global/google-cloud-cli) and find the latest version.
11+
* * Update the `src/Dockerfile` and set the docker image tag to the latest version number: ex `399.0.0-alpine`
12+
* * Commit and tag the main branch with `v` followed by the version number: ex `v399.0.0`
13+
* * Push the udpates and tag upstream.
1014

1115
## Security Reports
1216

0 commit comments

Comments
 (0)