Skip to content

Commit 00cf573

Browse files
Merge pull request shipwright-io#1644 from shipwright-io/gcr.io/kaniko-project/executor
Bump gcr.io/kaniko-project/executor from 1.23.1 to 1.23.2
2 parents 0284eb6 + ec13114 commit 00cf573

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

docs/buildstrategies.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ metadata:
610610
spec:
611611
steps:
612612
- name: build-and-push
613-
image: gcr.io/kaniko-project/executor:v1.23.1
613+
image: gcr.io/kaniko-project/executor:v1.23.2
614614
workingDir: $(params.shp-source-root)
615615
securityContext:
616616
runAsUser: 0
@@ -659,7 +659,7 @@ metadata:
659659
spec:
660660
steps:
661661
- name: build-and-push
662-
image: gcr.io/kaniko-project/executor:v1.23.1
662+
image: gcr.io/kaniko-project/executor:v1.23.2
663663
workingDir: $(params.shp-source-root)
664664
securityContext:
665665
runAsUser: 0

samples/v1alpha1/buildstrategy/source-to-image/buildstrategy_source-to-image_cr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
name: gen-source
2323
workingDir: $(params.shp-source-root)
2424
- name: build-and-push
25-
image: gcr.io/kaniko-project/executor:v1.23.1
25+
image: gcr.io/kaniko-project/executor:v1.23.2
2626
command:
2727
- /kaniko/executor
2828
args:

samples/v1beta1/buildstrategy/kaniko/buildstrategy_kaniko_cr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
steps:
88
- name: build-and-push
9-
image: gcr.io/kaniko-project/executor:v1.23.1
9+
image: gcr.io/kaniko-project/executor:v1.23.2
1010
workingDir: $(params.shp-source-root)
1111
securityContext:
1212
capabilities:

samples/v1beta1/buildstrategy/source-to-image/buildstrategy_source-to-image_cr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
name: gen-source
2323
workingDir: $(params.shp-source-root)
2424
- name: build-and-push
25-
image: gcr.io/kaniko-project/executor:v1.23.1
25+
image: gcr.io/kaniko-project/executor:v1.23.2
2626
command:
2727
- /kaniko/executor
2828
args:

test/v1alpha1_samples/clusterbuildstrategy_samples.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ metadata:
149149
spec:
150150
buildSteps:
151151
- name: step-build-and-push
152-
image: gcr.io/kaniko-project/executor:v1.23.1
152+
image: gcr.io/kaniko-project/executor:v1.23.2
153153
workingDir: $(params.shp-source-root)
154154
securityContext:
155155
runAsUser: 0
@@ -198,7 +198,7 @@ metadata:
198198
spec:
199199
buildSteps:
200200
- name: step-build-and-push
201-
image: gcr.io/kaniko-project/executor:v1.23.1
201+
image: gcr.io/kaniko-project/executor:v1.23.2
202202
workingDir: $(params.shp-source-root)
203203
securityContext:
204204
runAsUser: 0
@@ -316,7 +316,7 @@ metadata:
316316
spec:
317317
buildSteps:
318318
- name: step-build-and-push
319-
image: gcr.io/kaniko-project/executor:v1.23.1
319+
image: gcr.io/kaniko-project/executor:v1.23.2
320320
workingDir: $(params.shp-source-root)
321321
securityContext:
322322
runAsUser: 0

test/v1beta1_samples/clusterbuildstrategy_samples.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ metadata:
166166
spec:
167167
steps:
168168
- name: step-build-and-push
169-
image: gcr.io/kaniko-project/executor:v1.23.1
169+
image: gcr.io/kaniko-project/executor:v1.23.2
170170
workingDir: $(params.shp-source-root)
171171
securityContext:
172172
runAsUser: 0
@@ -215,7 +215,7 @@ metadata:
215215
spec:
216216
steps:
217217
- name: step-build-and-push
218-
image: gcr.io/kaniko-project/executor:v1.23.1
218+
image: gcr.io/kaniko-project/executor:v1.23.2
219219
workingDir: $(params.shp-source-root)
220220
securityContext:
221221
runAsUser: 0
@@ -333,7 +333,7 @@ metadata:
333333
spec:
334334
steps:
335335
- name: step-build-and-push
336-
image: gcr.io/kaniko-project/executor:v1.23.1
336+
image: gcr.io/kaniko-project/executor:v1.23.2
337337
workingDir: $(params.shp-source-root)
338338
securityContext:
339339
runAsUser: 0

0 commit comments

Comments
 (0)