@@ -12,7 +12,7 @@ metadata:
1212 event == "pull_request"
1313 && target_branch == "release-1.7"
1414 && files.all.exists(x, !x.matches('^(?:docs|.github|.vscode|.ci)/|\\.md$|^(?:.*/)?(?:\\.gitignore|OWNERS|PROJECT|LICENSE.txt|.golangci.yaml|.goreleaser.yaml|.snyk|.dockerignore|yamllint.yaml)$'))
15- creationTimestamp : null
15+ creationTimestamp :
1616 labels :
1717 appstudio.openshift.io/application : tssc-cli-1-7
1818 appstudio.openshift.io/component : tssc-cli-1-7
@@ -65,13 +65,11 @@ spec:
6565 name : output-image
6666 type : string
6767 - default : .
68- description : Path to the source code of an application's component from where
69- to build image.
68+ description : Path to the source code of an application's component from where to build image.
7069 name : path-context
7170 type : string
7271 - default : Dockerfile
73- description : Path to the Dockerfile inside the context specified by parameter
74- path-context
72+ description : Path to the Dockerfile inside the context specified by parameter path-context
7573 name : dockerfile
7674 type : string
7775 - default : " false"
9189 name : prefetch-input
9290 type : string
9391 - default : " "
94- description : Image tag expiration time, time values could be something like
95- 1h, 2d, 3w for hours, days, and weeks, respectively.
92+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9693 name : image-expires-after
9794 type : string
9895 - default : " true"
@@ -112,10 +109,13 @@ spec:
112109 name : build-args-file
113110 type : string
114111 - default : " false"
115- description : Whether to enable privileged mode, should be used only with remote
116- VMs
112+ description : Whether to enable privileged mode, should be used only with remote VMs
117113 name : privileged-nested
118114 type : string
115+ - name : buildah-format
116+ default : docker
117+ type : string
118+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
119119 results :
120120 - description : " "
121121 name : IMAGE_URL
@@ -143,7 +143,7 @@ spec:
143143 - name : name
144144 value : init
145145 - name : bundle
146- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
146+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
147147 - name : kind
148148 value : task
149149 resolver : bundles
@@ -164,7 +164,7 @@ spec:
164164 - name : name
165165 value : git-clone-oci-ta
166166 - name : bundle
167- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
167+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
168168 - name : kind
169169 value : task
170170 resolver : bundles
@@ -193,7 +193,7 @@ spec:
193193 - name : name
194194 value : prefetch-dependencies-oci-ta
195195 - name : bundle
196- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:29869c64ff27e964e26a8a7ea2c882a2ed5424210bd0603be45a07e2ebf308cc
196+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
197197 - name : kind
198198 value : task
199199 resolver : bundles
@@ -229,14 +229,16 @@ spec:
229229 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
230230 - name : CACHI2_ARTIFACT
231231 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
232+ - name : BUILDAH_FORMAT
233+ value : $(params.buildah-format)
232234 runAfter :
233235 - prefetch-dependencies
234236 taskRef :
235237 params :
236238 - name : name
237239 value : buildah-oci-ta
238240 - name : bundle
239- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:5194b17407c4951fb9169c00e4c8c54d01dba4bac01c48441220a4fbc6eb898e
241+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5 @sha256:6ec006242975a17388bfe813e2afd0ae721dd013247580c0d988e3c4a9c7f867
240242 - name : kind
241243 value : task
242244 resolver : bundles
@@ -258,14 +260,16 @@ spec:
258260 - name : IMAGES
259261 value :
260262 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
263+ - name : BUILDAH_FORMAT
264+ value : $(params.buildah-format)
261265 runAfter :
262266 - build-container
263267 taskRef :
264268 params :
265269 - name : name
266270 value : build-image-index
267271 - name : bundle
268- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3bf6e4e83f911066430041534a69eec51dbd0f52f34a9bf41c6f3a24ec2ffb22
272+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
269273 - name : kind
270274 value : task
271275 resolver : bundles
@@ -291,7 +295,7 @@ spec:
291295 - name : name
292296 value : source-build-oci-ta
293297 - name : bundle
294- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:f1c0743939fe246b19e9e268a3b96b22b724096dcf946548c3d60e184136e32f
298+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
295299 - name : kind
296300 value : task
297301 resolver : bundles
@@ -317,7 +321,7 @@ spec:
317321 - name : name
318322 value : deprecated-image-check
319323 - name : bundle
320- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
324+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
321325 - name : kind
322326 value : task
323327 resolver : bundles
@@ -339,7 +343,7 @@ spec:
339343 - name : name
340344 value : clair-scan
341345 - name : bundle
342- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
346+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
343347 - name : kind
344348 value : task
345349 resolver : bundles
@@ -359,7 +363,7 @@ spec:
359363 - name : name
360364 value : ecosystem-cert-preflight-checks
361365 - name : bundle
362- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:1f151e00f7fc427654b7b76045a426bb02fe650d192ffe147a304d2184787e38
366+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
363367 - name : kind
364368 value : task
365369 resolver : bundles
@@ -385,7 +389,7 @@ spec:
385389 - name : name
386390 value : sast-snyk-check-oci-ta
387391 - name : bundle
388- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
392+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
389393 - name : kind
390394 value : task
391395 resolver : bundles
@@ -452,7 +456,7 @@ spec:
452456 - name : name
453457 value : sast-coverity-check-oci-ta
454458 - name : bundle
455- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:9c776c82aeaf36539a0aa68764ed285f78530d78207ddb011aaa0a01f9ccb16d
459+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
456460 - name : kind
457461 value : task
458462 resolver : bundles
@@ -547,7 +551,7 @@ spec:
547551 - name : name
548552 value : apply-tags
549553 - name : bundle
550- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
554+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
551555 - name : kind
552556 value : task
553557 resolver : bundles
@@ -570,7 +574,7 @@ spec:
570574 - name : name
571575 value : push-dockerfile-oci-ta
572576 - name : bundle
573- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
577+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
574578 - name : kind
575579 value : task
576580 resolver : bundles
0 commit comments