@@ -108,6 +108,10 @@ spec:
108108 description : Whether to enable privileged mode, should be used only with remote VMs
109109 name : privileged-nested
110110 type : string
111+ - name : buildah-format
112+ default : docker
113+ type : string
114+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
111115 results :
112116 - description : ' '
113117 name : IMAGE_URL
@@ -135,7 +139,7 @@ spec:
135139 - name : name
136140 value : init
137141 - name : bundle
138- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
142+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
139143 - name : kind
140144 value : task
141145 resolver : bundles
@@ -185,7 +189,7 @@ spec:
185189 - name : name
186190 value : prefetch-dependencies-oci-ta
187191 - name : bundle
188- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:098322d6b789824f716f2d9caca1862d4afdc083ebaaee61aadd22a8c179480a
192+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
189193 - name : kind
190194 value : task
191195 resolver : bundles
@@ -221,14 +225,16 @@ spec:
221225 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
222226 - name : CACHI2_ARTIFACT
223227 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
228+ - name : BUILDAH_FORMAT
229+ value : $(params.buildah-format)
224230 runAfter :
225231 - prefetch-dependencies
226232 taskRef :
227233 params :
228234 - name : name
229235 value : buildah-oci-ta
230236 - name : bundle
231- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:203b7a3d8c04c1f3b5327db3f31a19647f8d46304e7ced1dd5dcbba19445ac10
237+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:6ec006242975a17388bfe813e2afd0ae721dd013247580c0d988e3c4a9c7f867
232238 - name : kind
233239 value : task
234240 resolver : bundles
@@ -250,14 +256,16 @@ spec:
250256 - name : IMAGES
251257 value :
252258 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
259+ - name : BUILDAH_FORMAT
260+ value : $(params.buildah-format)
253261 runAfter :
254262 - build-container
255263 taskRef :
256264 params :
257265 - name : name
258266 value : build-image-index
259267 - name : bundle
260- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:8e5dfb2fac011148f8715bbe0b99415f88297683d269eae0dfcad52562195d45
268+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
261269 - name : kind
262270 value : task
263271 resolver : bundles
0 commit comments