File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
v1alpha1/buildstrategy/source-to-image Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -718,7 +718,7 @@ metadata:
718
718
spec:
719
719
steps:
720
720
- name: build-and-push
721
- image: gcr.io/kaniko-project/executor:v1.23.2
721
+ image: gcr.io/kaniko-project/executor:null
722
722
workingDir: $(params.shp-source-root)
723
723
securityContext:
724
724
runAsUser: 0
@@ -767,7 +767,7 @@ metadata:
767
767
spec:
768
768
steps:
769
769
- name: build-and-push
770
- image: gcr.io/kaniko-project/executor:v1.23.2
770
+ image: gcr.io/kaniko-project/executor:null
771
771
workingDir: $(params.shp-source-root)
772
772
securityContext:
773
773
runAsUser: 0
Original file line number Diff line number Diff line change 22
22
name : gen-source
23
23
workingDir : $(params.shp-source-root)
24
24
- name : build-and-push
25
- image : gcr.io/kaniko-project/executor:v1.23.2
25
+ image : gcr.io/kaniko-project/executor:null
26
26
command :
27
27
- /kaniko/executor
28
28
args :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
6
6
spec :
7
7
steps :
8
8
- name : build-and-push
9
- image : gcr.io/kaniko-project/executor:v1.23.2
9
+ image : gcr.io/kaniko-project/executor:null
10
10
workingDir : $(params.shp-source-root)
11
11
securityContext :
12
12
capabilities :
Original file line number Diff line number Diff line change 22
22
name : gen-source
23
23
workingDir : $(params.shp-source-root)
24
24
- name : build-and-push
25
- image : gcr.io/kaniko-project/executor:v1.23.2
25
+ image : gcr.io/kaniko-project/executor:null
26
26
command :
27
27
- /kaniko/executor
28
28
args :
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ metadata:
149
149
spec:
150
150
buildSteps:
151
151
- name: step-build-and-push
152
- image: gcr.io/kaniko-project/executor:v1.23.2
152
+ image: gcr.io/kaniko-project/executor:null
153
153
workingDir: $(params.shp-source-root)
154
154
securityContext:
155
155
runAsUser: 0
@@ -198,7 +198,7 @@ metadata:
198
198
spec:
199
199
buildSteps:
200
200
- name: step-build-and-push
201
- image: gcr.io/kaniko-project/executor:v1.23.2
201
+ image: gcr.io/kaniko-project/executor:null
202
202
workingDir: $(params.shp-source-root)
203
203
securityContext:
204
204
runAsUser: 0
@@ -316,7 +316,7 @@ metadata:
316
316
spec:
317
317
buildSteps:
318
318
- name: step-build-and-push
319
- image: gcr.io/kaniko-project/executor:v1.23.2
319
+ image: gcr.io/kaniko-project/executor:null
320
320
workingDir: $(params.shp-source-root)
321
321
securityContext:
322
322
runAsUser: 0
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ metadata:
166
166
spec:
167
167
steps:
168
168
- name: step-build-and-push
169
- image: gcr.io/kaniko-project/executor:v1.23.2
169
+ image: gcr.io/kaniko-project/executor:null
170
170
workingDir: $(params.shp-source-root)
171
171
securityContext:
172
172
runAsUser: 0
@@ -215,7 +215,7 @@ metadata:
215
215
spec:
216
216
steps:
217
217
- name: step-build-and-push
218
- image: gcr.io/kaniko-project/executor:v1.23.2
218
+ image: gcr.io/kaniko-project/executor:null
219
219
workingDir: $(params.shp-source-root)
220
220
securityContext:
221
221
runAsUser: 0
@@ -333,7 +333,7 @@ metadata:
333
333
spec:
334
334
steps:
335
335
- name: step-build-and-push
336
- image: gcr.io/kaniko-project/executor:v1.23.2
336
+ image: gcr.io/kaniko-project/executor:null
337
337
workingDir: $(params.shp-source-root)
338
338
securityContext:
339
339
runAsUser: 0
You can’t perform that action at this time.
0 commit comments