File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ spec:
105
105
description : Whether to enable privileged mode, should be used only with remote VMs
106
106
name : privileged-nested
107
107
type : string
108
+ - name : buildah-format
109
+ default : docker
110
+ type : string
111
+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
108
112
results :
109
113
- description : " "
110
114
name : IMAGE_URL
@@ -207,7 +211,7 @@ spec:
207
211
- name : name
208
212
value : init
209
213
- name : bundle
210
- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
214
+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
211
215
- name : kind
212
216
value : task
213
217
resolver : bundles
@@ -274,6 +278,8 @@ spec:
274
278
value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
275
279
- name : IMAGE_APPEND_PLATFORM
276
280
value : " true"
281
+ - name : BUILDAH_FORMAT
282
+ value : $(params.buildah-format)
277
283
runAfter :
278
284
- prefetch-dependencies
279
285
taskRef :
@@ -303,6 +309,8 @@ spec:
303
309
- name : IMAGES
304
310
value :
305
311
- $(tasks.build-images.results.IMAGE_REF[*])
312
+ - name : BUILDAH_FORMAT
313
+ value : $(params.buildah-format)
306
314
runAfter :
307
315
- build-images
308
316
taskRef :
Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ spec:
105
105
description : Whether to enable privileged mode, should be used only with remote VMs
106
106
name : privileged-nested
107
107
type : string
108
+ - name : buildah-format
109
+ default : docker
110
+ type : string
111
+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
108
112
results :
109
113
- description : " "
110
114
name : IMAGE_URL
@@ -335,7 +339,7 @@ spec:
335
339
- name : name
336
340
value : init
337
341
- name : bundle
338
- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
342
+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
339
343
- name : kind
340
344
value : task
341
345
resolver : bundles
You can’t perform that action at this time.
0 commit comments