File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 1
- # This cloudbuild builds and tests a deployer image of the form:
2
- #
3
- # gcr.io/jetstack-public/jetstack-secure-for-cert-manager/deployer:build-3dc9ba45-d23c-441c-8809-ac693054716e
4
- #
5
- # Remember that you then have to "promote" this build by pushing the
6
- # deployer and tester image. Imagining that you want to release the
7
- # application version "1.1.0-gcm.2", you will have to run:
8
- #
9
- # BUILD_TAG=build-3dc9ba45-d23c-441c-8809-ac693054716e
10
- # RELEASE_TAG=1.1.0-gcm.2
11
- # while read img; do
12
- # docker pull $img:$BUILD_TAG
13
- # docker tag $img:{$BUILD_TAG,$RELEASE_TAG}
14
- # docker push $img:$RELEASE_TAG
15
- # done <<EOF
16
- # gcr.io/jetstack-public/jetstack-secure-for-cert-manager/deployer
17
- # gcr.io/jetstack-public/jetstack-secure-for-cert-manager/smoke-test
18
- # EOF
19
-
20
1
timeout : 1800s # 30m
21
2
substitutions :
22
3
# WARNING: the "verify" step only works on the jetstack-public project.
You can’t perform that action at this time.
0 commit comments