Skip to content

Commit 14c5cfa

Browse files
committed
manually specify versions of go builder images
Signed-off-by: Ashley Davis <[email protected]>
1 parent 37310db commit 14c5cfa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gcb/publish/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ secrets:
2020
steps:
2121

2222
## Clone & checkout the cert-manager release repository
23-
- name: gcr.io/cloud-builders/go
23+
- name: gcr.io/cloud-builders/go:alpine-1.16
2424
dir: "go/src/github.com/cert-manager/release"
2525
entrypoint: sh
2626
args:

gcb/stage/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
git clone "${_CM_REPO}" . && git checkout "${_CM_REF}"
1414
1515
## Clone & checkout the cert-manager release repository
16-
- name: gcr.io/cloud-builders/go
16+
- name: gcr.io/cloud-builders/go:alpine-1.16
1717
dir: "go/src/github.com/cert-manager/release"
1818
entrypoint: sh
1919
args:

gcb/test/helm/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# (Please do not remove this security notice.)
1212
steps:
1313

14-
- name: gcr.io/cloud-builders/go
14+
- name: gcr.io/cloud-builders/go:alpine-1.16
1515
dir: "go/src/github.com/cert-manager/release"
1616
entrypoint: sh
1717
secretEnv:

0 commit comments

Comments
 (0)