File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,10 @@ spec:
124124 description : Whether to enable privileged mode, should be used only with remote VMs
125125 name : privileged-nested
126126 type : string
127+ - name : buildah-format
128+ default : docker
129+ type : string
130+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
127131 results :
128132 - description : " "
129133 name : IMAGE_URL
@@ -151,7 +155,7 @@ spec:
151155 - name : name
152156 value : init
153157 - name : bundle
154- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
158+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
155159 - name : kind
156160 value : task
157161 resolver : bundles
@@ -237,6 +241,8 @@ spec:
237241 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
238242 - name : CACHI2_ARTIFACT
239243 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
244+ - name : BUILDAH_FORMAT
245+ value : $(params.buildah-format)
240246 runAfter :
241247 - prefetch-dependencies
242248 taskRef :
@@ -266,6 +272,8 @@ spec:
266272 - name : IMAGES
267273 value :
268274 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
275+ - name : BUILDAH_FORMAT
276+ value : $(params.buildah-format)
269277 runAfter :
270278 - build-container
271279 taskRef :
Original file line number Diff line number Diff line change @@ -121,6 +121,10 @@ spec:
121121 description : Whether to enable privileged mode, should be used only with remote VMs
122122 name : privileged-nested
123123 type : string
124+ - name : buildah-format
125+ default : docker
126+ type : string
127+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
124128 results :
125129 - description : " "
126130 name : IMAGE_URL
@@ -148,7 +152,7 @@ spec:
148152 - name : name
149153 value : init
150154 - name : bundle
151- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
155+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
152156 - name : kind
153157 value : task
154158 resolver : bundles
@@ -234,6 +238,8 @@ spec:
234238 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
235239 - name : CACHI2_ARTIFACT
236240 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
241+ - name : BUILDAH_FORMAT
242+ value : $(params.buildah-format)
237243 runAfter :
238244 - prefetch-dependencies
239245 taskRef :
@@ -263,6 +269,8 @@ spec:
263269 - name : IMAGES
264270 value :
265271 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
272+ - name : BUILDAH_FORMAT
273+ value : $(params.buildah-format)
266274 runAfter :
267275 - build-container
268276 taskRef :
You can’t perform that action at this time.
0 commit comments