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 @@ -105,6 +105,10 @@ spec:
105105 description : Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
106106 name : build-args-file
107107 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.
108112 results :
109113 - description : " "
110114 name : IMAGE_URL
@@ -132,7 +136,7 @@ spec:
132136 - name : name
133137 value : init
134138 - name : bundle
135- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
139+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:afc8d0af71c24285599120946b29eea2ab56663c5f49c6ca80ba12bf56ef2371
136140 - name : kind
137141 value : task
138142 resolver : bundles
@@ -216,6 +220,8 @@ spec:
216220 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
217221 - name : CACHI2_ARTIFACT
218222 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
223+ - name : BUILDAH_FORMAT
224+ value : $(params.buildah-format)
219225 runAfter :
220226 - prefetch-dependencies
221227 taskRef :
@@ -245,6 +251,8 @@ spec:
245251 - name : IMAGES
246252 value :
247253 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
254+ - name : BUILDAH_FORMAT
255+ value : $(params.buildah-format)
248256 runAfter :
249257 - build-container
250258 taskRef :
Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ spec:
102102 description : Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
103103 name : build-args-file
104104 type : string
105+ - name : buildah-format
106+ default : docker
107+ type : string
108+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
105109 results :
106110 - description : " "
107111 name : IMAGE_URL
@@ -129,7 +133,7 @@ spec:
129133 - name : name
130134 value : init
131135 - name : bundle
132- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
136+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:afc8d0af71c24285599120946b29eea2ab56663c5f49c6ca80ba12bf56ef2371
133137 - name : kind
134138 value : task
135139 resolver : bundles
@@ -213,6 +217,8 @@ spec:
213217 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
214218 - name : CACHI2_ARTIFACT
215219 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
220+ - name : BUILDAH_FORMAT
221+ value : $(params.buildah-format)
216222 runAfter :
217223 - prefetch-dependencies
218224 taskRef :
@@ -242,6 +248,8 @@ spec:
242248 - name : IMAGES
243249 value :
244250 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
251+ - name : BUILDAH_FORMAT
252+ value : $(params.buildah-format)
245253 runAfter :
246254 - build-container
247255 taskRef :
You can’t perform that action at this time.
0 commit comments