File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1414 bin/push
1515
1616docker : build push
17+
18+ pull :
19+ docker pull tonglil/auth-gcloud:latest
20+ docker pull tonglil/auth-gcloud:slim
21+ docker pull tonglil/auth-gcloud:alpine
22+
23+ version :
24+ docker run -it --rm --entrypoint=bash tonglil/auth-gcloud:alpine gcloud version
Original file line number Diff line number Diff line change @@ -33,6 +33,15 @@ pipeline:
3333 secret : [google_credentials]
3434` ` `
3535
36+ ## Releasing
37+
38+ Use the base image's ` gcloud` version number as the tag:
39+
40+ ```
41+ make pull
42+ make version
43+ ```
44+
3645## Changelog
3746
3847See release notes: https://github.com/tonglil/auth-gke/releases
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ cd "$(cd "$(dirname "$0")"; cd ..; pwd)"
44
55source bin/vars
66
7- docker build -t " $OWNER /$NAME :$TAG " -f " $DOCKERFILE " .
7+ docker build --pull - t " $OWNER /$NAME :$TAG " -f " $DOCKERFILE " .
You can’t perform that action at this time.
0 commit comments