@@ -8,9 +8,8 @@ metadata:
88    build.appstudio.redhat.com/target_branch : ' {{target_branch}}' 
99    pipelinesascode.tekton.dev/cancel-in-progress : " true" 
1010    pipelinesascode.tekton.dev/max-keep-runs : " 3" 
11-     pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch 
12-       == "main" 
13-   creationTimestamp : null 
11+     pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main" 
12+   creationTimestamp :
1413  labels :
1514    appstudio.openshift.io/application : logilca-try1 
1615    appstudio.openshift.io/component : gh-actions-exp-e0b28 
4544        - name : name 
4645          value : show-sbom 
4746        - name : bundle 
48-           value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594  
47+           value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7  
4948        - name : kind 
5049          value : task 
5150        resolver : bundles 
@@ -61,13 +60,11 @@ spec:
6160      name : output-image 
6261      type : string 
6362    - default : . 
64-       description : Path to the source code of an application's component from where 
65-         to build image. 
63+       description : Path to the source code of an application's component from where to build image. 
6664      name : path-context 
6765      type : string 
6866    - default : Dockerfile 
69-       description : Path to the Dockerfile inside the context specified by parameter 
70-         path-context 
67+       description : Path to the Dockerfile inside the context specified by parameter path-context 
7168      name : dockerfile 
7269      type : string 
7370    - default : " false" 
8784      name : prefetch-input 
8885      type : string 
8986    - default : " " 
90-       description : Image tag expiration time, time values could be something like 
91-         1h, 2d, 3w for hours, days, and weeks, respectively. 
87+       description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. 
9288      name : image-expires-after 
9389    - default : " false" 
9490      description : Build a source image. 
@@ -107,10 +103,13 @@ spec:
107103      name : build-args-file 
108104      type : string 
109105    - default : " false" 
110-       description : Whether to enable privileged mode, should be used only with remote 
111-         VMs 
106+       description : Whether to enable privileged mode, should be used only with remote VMs 
112107      name : privileged-nested 
113108      type : string 
109+     - name : buildah-format 
110+       default : docker 
111+       type : string 
112+       description : The format for the resulting image's mediaType. Valid values are oci or docker. 
114113    results :
115114    - description : " " 
116115      name : IMAGE_URL 
@@ -138,7 +137,7 @@ spec:
138137        - name : name 
139138          value : init 
140139        - name : bundle 
141-           value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a  
140+           value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10  
142141        - name : kind 
143142          value : task 
144143        resolver : bundles 
@@ -159,7 +158,7 @@ spec:
159158        - name : name 
160159          value : git-clone-oci-ta 
161160        - name : bundle 
162-           value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327  
161+           value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3dc39eae48745a96097c07c577b944d6203a91c35d3f71d9ed5feab41d327a6a  
163162        - name : kind 
164163          value : task 
165164        resolver : bundles 
@@ -188,7 +187,7 @@ spec:
188187        - name : name 
189188          value : prefetch-dependencies-oci-ta 
190189        - name : bundle 
191-           value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7  
190+           value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:0503f9313dfe70e4defda88a7226ec91a74af42198dccfa3280397d965aa16d6  
192191        - name : kind 
193192          value : task 
194193        resolver : bundles 
@@ -224,14 +223,16 @@ spec:
224223        value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) 
225224      - name : CACHI2_ARTIFACT 
226225        value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT) 
226+       - name : BUILDAH_FORMAT 
227+         value : $(params.buildah-format) 
227228      runAfter :
228229      - prefetch-dependencies 
229230      taskRef :
230231        params :
231232        - name : name 
232233          value : buildah-oci-ta 
233234        - name : bundle 
234-           value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5  
235+           value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6 @sha256:220bb6f39de7ab7d0ee0606c84623889e4141f2d216f519ffafc7252355bd174  
235236        - name : kind 
236237          value : task 
237238        resolver : bundles 
@@ -253,14 +254,16 @@ spec:
253254      - name : IMAGES 
254255        value :
255256        - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST) 
257+       - name : BUILDAH_FORMAT 
258+         value : $(params.buildah-format) 
256259      runAfter :
257260      - build-container 
258261      taskRef :
259262        params :
260263        - name : name 
261264          value : build-image-index 
262265        - name : bundle 
263-           value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875  
266+           value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:d4c07e29fbd9a7bdcec58b2ad15b656316f935a9009ea387adcb413aa3cd8ecd  
264267        - name : kind 
265268          value : task 
266269        resolver : bundles 
@@ -272,19 +275,21 @@ spec:
272275    - name : build-source-image 
273276      params :
274277      - name : BINARY_IMAGE 
275-         value : $(params.output -image) 
278+         value : $(tasks.build -image-index.results.IMAGE_URL ) 
276279      - name : SOURCE_ARTIFACT 
277280        value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) 
278281      - name : CACHI2_ARTIFACT 
279282        value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT) 
283+       - name : BINARY_IMAGE_DIGEST 
284+         value : $(tasks.build-image-index.results.IMAGE_DIGEST) 
280285      runAfter :
281286      - build-image-index 
282287      taskRef :
283288        params :
284289        - name : name 
285290          value : source-build-oci-ta 
286291        - name : bundle 
287-           value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e  
292+           value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:282cb5a9119a87e88559444feff67d76d6f356d03654b4845632c049b2314735  
288293        - name : kind 
289294          value : task 
290295        resolver : bundles 
@@ -310,7 +315,7 @@ spec:
310315        - name : name 
311316          value : deprecated-image-check 
312317        - name : bundle 
313-           value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf  
318+           value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489  
314319        - name : kind 
315320          value : task 
316321        resolver : bundles 
@@ -332,7 +337,7 @@ spec:
332337        - name : name 
333338          value : clair-scan 
334339        - name : bundle 
335-           value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d  
340+           value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e  
336341        - name : kind 
337342          value : task 
338343        resolver : bundles 
@@ -352,7 +357,7 @@ spec:
352357        - name : name 
353358          value : ecosystem-cert-preflight-checks 
354359        - name : bundle 
355-           value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:8a2d3ce9205df1f59f410529cb38134336e0a4b06ee1187b3229f26c80ecc5ba  
360+           value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec  
356361        - name : kind 
357362          value : task 
358363        resolver : bundles 
@@ -378,7 +383,7 @@ spec:
378383        - name : name 
379384          value : sast-snyk-check-oci-ta 
380385        - name : bundle 
381-           value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627  
386+           value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760  
382387        - name : kind 
383388          value : task 
384389        resolver : bundles 
@@ -400,7 +405,7 @@ spec:
400405        - name : name 
401406          value : clamav-scan 
402407        - name : bundle 
403-           value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442  
408+           value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3  
404409        - name : kind 
405410          value : task 
406411        resolver : bundles 
@@ -445,7 +450,7 @@ spec:
445450        - name : name 
446451          value : sast-coverity-check-oci-ta 
447452        - name : bundle 
448-           value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:7c845b10d257b874f645ea30deeff3c1ce2b38e7b6e331564f32c8684f41b520  
453+           value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7  
449454        - name : kind 
450455          value : task 
451456        resolver : bundles 
@@ -466,7 +471,7 @@ spec:
466471        - name : name 
467472          value : coverity-availability-check 
468473        - name : bundle 
469-           value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e  
474+           value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:5623e48314ffd583e9cab383011dc0763b6c92b09c4f427b8bfcca885394a21c  
470475        - name : kind 
471476          value : task 
472477        resolver : bundles 
@@ -492,7 +497,7 @@ spec:
492497        - name : name 
493498          value : sast-shell-check-oci-ta 
494499        - name : bundle 
495-           value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f  
500+           value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed  
496501        - name : kind 
497502          value : task 
498503        resolver : bundles 
@@ -518,7 +523,7 @@ spec:
518523        - name : name 
519524          value : sast-unicode-check-oci-ta 
520525        - name : bundle 
521-           value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9  
526+           value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712  
522527        - name : kind 
523528          value : task 
524529        resolver : bundles 
@@ -529,16 +534,18 @@ spec:
529534        - " false" 
530535    - name : apply-tags 
531536      params :
532-       - name : IMAGE 
537+       - name : IMAGE_URL 
533538        value : $(tasks.build-image-index.results.IMAGE_URL) 
539+       - name : IMAGE_DIGEST 
540+         value : $(tasks.build-image-index.results.IMAGE_DIGEST) 
534541      runAfter :
535542      - build-image-index 
536543      taskRef :
537544        params :
538545        - name : name 
539546          value : apply-tags 
540547        - name : bundle 
541-           value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:0c411c27483849a936c0c420a57e477113e9fafc63077647200d6614d9ebb872  
548+           value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448  
542549        - name : kind 
543550          value : task 
544551        resolver : bundles 
@@ -561,7 +568,7 @@ spec:
561568        - name : name 
562569          value : push-dockerfile-oci-ta 
563570        - name : bundle 
564-           value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95  
571+           value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:13633d5ba8445c0f732a0a5d1b33ffbb708398e45ef1647542b0ab22fee25a6a  
565572        - name : kind 
566573          value : task 
567574        resolver : bundles 
@@ -578,7 +585,7 @@ spec:
578585        - name : name 
579586          value : rpms-signature-scan 
580587        - name : bundle 
581-           value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c  
588+           value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120  
582589        - name : kind 
583590          value : task 
584591        resolver : bundles 
0 commit comments