@@ -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:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346  
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:3a920a83fc0135aaae2730fe9d446eb2da2ffc9d63a34bceea04afd24653bdee  
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:970285e3b0495961199523b566e0dd92ec2e29bedbcf61d8fc67106b06d0f923  
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.6 @sha256:7b4c101b71e48b267079a5b6331d22de0b25e008c9e1dcaca1c41c4312391e39  
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:d94cad7f41be61074dd21c7dff26dab9217c3435a16f62813c1cb8382dd9aae6  
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:2a290f91fdccf4c9ef726a1605163bc14904e1dbf9837ac6d2621caddd10f98e  
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:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec  
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 
@@ -499,7 +503,7 @@ spec:
499503        - name : name 
500504          value : sast-shell-check-oci-ta 
501505        - name : bundle 
502-           value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9  
506+           value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f950c3cefcff91de751f4d24a297c3312a2b265dd54478193ba1330791976c35  
503507        - name : kind 
504508          value : task 
505509        resolver : bundles 
@@ -525,7 +529,7 @@ spec:
525529        - name : name 
526530          value : sast-unicode-check-oci-ta 
527531        - name : bundle 
528-           value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651  
532+           value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1cf8f6f6e991e1820cbebddaf9f38442a2ea5669956c9ffc2b7e4698ae7e99be  
529533        - name : kind 
530534          value : task 
531535        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:14fba04580b236e4206a904b86ee2fd8eeaa4163f7619a9c2602d361e4f74c51  
574578        - name : kind 
575579          value : task 
576580        resolver : bundles 
0 commit comments