You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,13 @@
4
4
5
5
This Docker image adds the gke-gcloud-auth-plugin and kubectl to the base `google-cloud-cli:alpine` image.
6
6
7
-
## Dockerhub Integration
7
+
## Image generation
8
8
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`
0 commit comments