File tree Expand file tree Collapse file tree 11 files changed +4
-48
lines changed Expand file tree Collapse file tree 11 files changed +4
-48
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ TAG ?=v$(shell date +%Y%m%d)-$(SHORT_SHA)
2323
2424REGISTRY ?= local
2525
26-
27-
2826IMAGE = $(REGISTRY ) /e2e-test-cfssl
2927
3028# required to enable buildx
Original file line number Diff line number Diff line change 66 entrypoint : bash
77 env :
88 - DOCKER_CLI_EXPERIMENTAL=enabled
9- - SHORT_SHA=$SHORT_SHA
10- - BASE_REF=$_PULL_BASE_REF
119 - REGISTRY=gcr.io/k8s-staging-ingress-nginx
1210 # default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
1311 # set the home to /root explicitly to if using docker buildx
1715 - |
1816 gcloud auth configure-docker \
1917 && cd images/cfssl && make push
20- substitutions :
21- _GIT_TAG : " 12345"
22- _PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change 66 entrypoint : bash
77 env :
88 - DOCKER_CLI_EXPERIMENTAL=enabled
9- - SHORT_SHA=$SHORT_SHA
10- - BASE_REF=$_PULL_BASE_REF
119 - REGISTRY=gcr.io/k8s-staging-ingress-nginx
1210 # default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
1311 # set the home to /root explicitly to if using docker buildx
1715 - |
1816 gcloud auth configure-docker \
1917 && cd images/custom-error-pages && make push
20- substitutions :
21- _GIT_TAG : " 12345"
22- _PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change 66 entrypoint : bash
77 env :
88 - DOCKER_CLI_EXPERIMENTAL=enabled
9- - SHORT_SHA=$SHORT_SHA
10- - BASE_REF=$_PULL_BASE_REF
119 - REGISTRY=gcr.io/k8s-staging-ingress-nginx
1210 # default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
1311 # set the home to /root explicitly to if using docker buildx
1715 - |
1816 gcloud auth configure-docker \
1917 && cd images/echo && make push
20- substitutions :
21- _GIT_TAG : " 12345"
22- _PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ SHELL=/bin/bash -o pipefail -o errexit
1818DIR: =$(strip $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST ) ) ) ) )
1919INIT_BUILDX =$(DIR ) /../../hack/init-buildx.sh
2020
21- TAG ?=v1.0.0
21+ SHORT_SHA ?=$(shell git rev-parse --short HEAD)
22+ TAG ?=v$(shell date +% Y% m% d) -$(SHORT_SHA )
23+
2224REGISTRY ?= local
2325
2426IMAGE = $(REGISTRY ) /ext-auth-example-authsvc
Original file line number Diff line number Diff line change 88 entrypoint : bash
99 env :
1010 - DOCKER_CLI_EXPERIMENTAL=enabled
11- - SHORT_SHA=$SHORT_SHA
12- - BASE_REF=$_PULL_BASE_REF
1311 - REGISTRY=gcr.io/k8s-staging-ingress-nginx
1412 # default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
1513 # set the home to /root explicitly to if using docker buildx
1917 - |
2018 gcloud auth configure-docker \
2119 && cd images/ext-auth-example-authsvc && make push
22- substitutions :
23- _GIT_TAG : " 12345"
24- _PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change 66 entrypoint : bash
77 env :
88 - DOCKER_CLI_EXPERIMENTAL=enabled
9- - SHORT_SHA=$SHORT_SHA
10- - BASE_REF=$_PULL_BASE_REF
119 - REGISTRY=gcr.io/k8s-staging-ingress-nginx
1210 # default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
1311 # set the home to /root explicitly to if using docker buildx
1715 - |
1816 gcloud auth configure-docker \
1917 && cd images/fastcgi-helloserver && make push
20- substitutions :
21- _GIT_TAG : " 12345"
22- _PULL_BASE_REF : " master"
18+
Original file line number Diff line number Diff line change 88 entrypoint : bash
99 env :
1010 - DOCKER_CLI_EXPERIMENTAL=enabled
11- - SHORT_SHA=$SHORT_SHA
12- - BASE_REF=$_PULL_BASE_REF
1311 - REGISTRY=gcr.io/k8s-staging-ingress-nginx
1412 # default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
1513 # set the home to /root explicitly to if using docker buildx
1917 - |
2018 gcloud auth configure-docker \
2119 && cd images/go-grpc-greeter-server && make push
22- substitutions :
23- _GIT_TAG : " 12345"
24- _PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change 88 entrypoint : bash
99 env :
1010 - DOCKER_CLI_EXPERIMENTAL=enabled
11- - SHORT_SHA=$SHORT_SHA
12- - BASE_REF=$_PULL_BASE_REF
1311 - REGISTRY=gcr.io/k8s-staging-ingress-nginx
1412 # default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
1513 # set the home to /root explicitly to if using docker buildx
1917 - |
2018 gcloud auth configure-docker \
2119 && cd images/httpbun && make push
22- substitutions :
23- _GIT_TAG : " 12345"
24- _PULL_BASE_REF : " master"
Original file line number Diff line number Diff line change 2121 entrypoint : bash
2222 env :
2323 - DOCKER_CLI_EXPERIMENTAL=enabled
24- - SHORT_SHA=$SHORT_SHA
25- - BASE_REF=$_PULL_BASE_REF
2624 - REGISTRY=gcr.io/k8s-staging-ingress-nginx
2725 # default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
2826 # set the home to /root explicitly to if using docker buildx
3230 - |
3331 gcloud auth configure-docker \
3432 && cd images/kube-webhook-certgen && make push
35- substitutions :
36- _GIT_TAG : " 12345"
37- _PULL_BASE_REF : " main"
You can’t perform that action at this time.
0 commit comments