Skip to content

Commit 4dee72a

Browse files
committed
bump bitnami/kubectl, cloud-builders
1 parent 29870d7 commit 4dee72a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

cloudbuild.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55

66
# $COMMIT_SHA is a default gcloud env var, to run via cloudbuild submit use:
77
# gcloud builds submit --substitutions COMMIT_SHA=<commit sha>,REPO_NAME=solo-io/gloo,_PR_NUM=<<insert PR Number here>> --project solo-public
8-
- name: 'gcr.io/$PROJECT_ID/prepare-go-workspace:0.7.6'
8+
- name: 'gcr.io/$PROJECT_ID/prepare-go-workspace:0.7.7'
99
args:
1010
- "--repo-name"
1111
- "$REPO_NAME"
@@ -35,7 +35,7 @@ steps:
3535
# Run all the tests with ginkgo -r -failFast -trace -progress --noColor
3636
# This requires setting up envoy, AWS, helm, and docker
3737
# The e2e-go-mod-ginkgo container provides everything else needed for running tests
38-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.6'
38+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.7'
3939
entrypoint: 'bash'
4040
args:
4141
- '-c'
@@ -47,7 +47,7 @@ steps:
4747
waitFor: ['prepare-workspace']
4848
id: 'get-envoy'
4949

50-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.6'
50+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.7'
5151
entrypoint: 'bash'
5252
args: ['-c', 'make proxycontroller']
5353
dir: '/workspace/gloo/example/proxycontroller'
@@ -68,7 +68,7 @@ steps:
6868

6969
# Docker related setup
7070
# grab this container immediately in parallel
71-
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.7.6'
71+
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.7.7'
7272
entrypoint: ls
7373
waitFor: ['-']
7474
id: 'grab-ginkgo-container'
@@ -82,12 +82,12 @@ steps:
8282
waitFor: ['set-gcr-zone']
8383
id: 'get-test-credentials'
8484

85-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.6'
85+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.7'
8686
args: ['install-go-tools']
8787
dir: *dir
8888
id: 'install-go-tools'
8989

90-
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.7.6'
90+
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.7.7'
9191
entrypoint: make
9292
env:
9393
- 'ACK_GINKGO_RC=true'
@@ -117,7 +117,7 @@ steps:
117117
id: 'docker-login'
118118

119119
# 1) Run make targets to push docker images to quay.io
120-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.6'
120+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.7'
121121
args: ['docker-push-extended']
122122
env:
123123
- 'DOCKER_CONFIG=/workspace/docker-config'
@@ -138,7 +138,7 @@ steps:
138138
waitFor: ['docker-push-extended']
139139
id: 'gcr-auth'
140140

141-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.6'
141+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.7'
142142
args: ['fetch-package-and-save-helm', 'render-manifests', 'upload-github-release-assets', 'push-chart-to-registry', '-B']
143143
env:
144144
- 'DOCKER_CONFIG=/workspace/docker-config'
@@ -152,7 +152,7 @@ steps:
152152
id: 'release-chart'
153153

154154
# Run make targets to retag and push docker images to GCR
155-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.6'
155+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.7'
156156
args: ['docker-push-retag']
157157
env:
158158
- 'DOCKER_CONFIG=/workspace/docker-config'

jobs/kubectl/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bitnami/kubectl:1.24.16 as kubectl
1+
FROM bitnami/kubectl:1.27.15 as kubectl
22

33
FROM alpine:3.17.6
44

0 commit comments

Comments
 (0)