@@ -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 : ai-tools
1615 appstudio.openshift.io/component : ocm-mcp
4746 - name : name
4847 value : show-sbom
4948 - name : bundle
50- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
49+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5150 - name : kind
5251 value : task
5352 resolver : bundles
@@ -63,13 +62,11 @@ spec:
6362 name : output-image
6463 type : string
6564 - default : .
66- description : Path to the source code of an application's component from where
67- to build image.
65+ description : Path to the source code of an application's component from where to build image.
6866 name : path-context
6967 type : string
7068 - default : Dockerfile
71- description : Path to the Dockerfile inside the context specified by parameter
72- path-context
69+ description : Path to the Dockerfile inside the context specified by parameter path-context
7370 name : dockerfile
7471 type : string
7572 - default : " false"
8986 name : prefetch-input
9087 type : string
9188 - default : " "
92- description : Image tag expiration time, time values could be something like
93- 1h, 2d, 3w for hours, days, and weeks, respectively.
89+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9490 name : image-expires-after
9591 - default : " false"
9692 description : Build a source image.
@@ -109,10 +105,13 @@ spec:
109105 name : build-args-file
110106 type : string
111107 - default : " false"
112- description : Whether to enable privileged mode, should be used only with remote
113- VMs
108+ description : Whether to enable privileged mode, should be used only with remote VMs
114109 name : privileged-nested
115110 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.
116115 results :
117116 - description : " "
118117 name : IMAGE_URL
@@ -140,7 +139,7 @@ spec:
140139 - name : name
141140 value : init
142141 - name : bundle
143- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
142+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
144143 - name : kind
145144 value : task
146145 resolver : bundles
@@ -161,7 +160,7 @@ spec:
161160 - name : name
162161 value : git-clone-oci-ta
163162 - name : bundle
164- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
163+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0d80f66610efd1f957700f61dcd5080689321b10ad544e136d58fc4673290d1b
165164 - name : kind
166165 value : task
167166 resolver : bundles
@@ -190,7 +189,7 @@ spec:
190189 - name : name
191190 value : prefetch-dependencies-oci-ta
192191 - name : bundle
193- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
192+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
194193 - name : kind
195194 value : task
196195 resolver : bundles
@@ -226,14 +225,16 @@ spec:
226225 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
227226 - name : CACHI2_ARTIFACT
228227 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
228+ - name : BUILDAH_FORMAT
229+ value : $(params.buildah-format)
229230 runAfter :
230231 - prefetch-dependencies
231232 taskRef :
232233 params :
233234 - name : name
234235 value : buildah-oci-ta
235236 - name : bundle
236- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5
237+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5 @sha256:38d08ea58511a67f8754dc025feebdec8ae342fb4e25bc67a3726ec84f7cb7d1
237238 - name : kind
238239 value : task
239240 resolver : bundles
@@ -255,14 +256,16 @@ spec:
255256 - name : IMAGES
256257 value :
257258 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
259+ - name : BUILDAH_FORMAT
260+ value : $(params.buildah-format)
258261 runAfter :
259262 - build-container
260263 taskRef :
261264 params :
262265 - name : name
263266 value : build-image-index
264267 - name : bundle
265- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
268+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
266269 - name : kind
267270 value : task
268271 resolver : bundles
@@ -274,19 +277,21 @@ spec:
274277 - name : build-source-image
275278 params :
276279 - name : BINARY_IMAGE
277- value : $(params.output -image)
280+ value : $(tasks.build -image-index.results.IMAGE_URL )
278281 - name : SOURCE_ARTIFACT
279282 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
280283 - name : CACHI2_ARTIFACT
281284 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
285+ - name : BINARY_IMAGE_DIGEST
286+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
282287 runAfter :
283288 - build-image-index
284289 taskRef :
285290 params :
286291 - name : name
287292 value : source-build-oci-ta
288293 - name : bundle
289- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
294+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:36d44f2924f60da00a079a9ab7ce25ad8b2ad593c16d90509203c125ff0ccd46
290295 - name : kind
291296 value : task
292297 resolver : bundles
@@ -312,7 +317,7 @@ spec:
312317 - name : name
313318 value : deprecated-image-check
314319 - name : bundle
315- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
320+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
316321 - name : kind
317322 value : task
318323 resolver : bundles
@@ -334,7 +339,7 @@ spec:
334339 - name : name
335340 value : clair-scan
336341 - name : bundle
337- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
342+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
338343 - name : kind
339344 value : task
340345 resolver : bundles
@@ -354,7 +359,7 @@ spec:
354359 - name : name
355360 value : ecosystem-cert-preflight-checks
356361 - name : bundle
357- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
362+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
358363 - name : kind
359364 value : task
360365 resolver : bundles
@@ -380,7 +385,7 @@ spec:
380385 - name : name
381386 value : sast-snyk-check-oci-ta
382387 - name : bundle
383- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
388+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
384389 - name : kind
385390 value : task
386391 resolver : bundles
@@ -402,7 +407,7 @@ spec:
402407 - name : name
403408 value : clamav-scan
404409 - name : bundle
405- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
410+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
406411 - name : kind
407412 value : task
408413 resolver : bundles
@@ -447,7 +452,7 @@ spec:
447452 - name : name
448453 value : sast-coverity-check-oci-ta
449454 - name : bundle
450- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:7c845b10d257b874f645ea30deeff3c1ce2b38e7b6e331564f32c8684f41b520
455+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
451456 - name : kind
452457 value : task
453458 resolver : bundles
@@ -468,7 +473,7 @@ spec:
468473 - name : name
469474 value : coverity-availability-check
470475 - name : bundle
471- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
476+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
472477 - name : kind
473478 value : task
474479 resolver : bundles
@@ -494,7 +499,7 @@ spec:
494499 - name : name
495500 value : sast-shell-check-oci-ta
496501 - name : bundle
497- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f
502+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
498503 - name : kind
499504 value : task
500505 resolver : bundles
@@ -520,7 +525,7 @@ spec:
520525 - name : name
521526 value : sast-unicode-check-oci-ta
522527 - name : bundle
523- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
528+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
524529 - name : kind
525530 value : task
526531 resolver : bundles
@@ -531,16 +536,18 @@ spec:
531536 - " false"
532537 - name : apply-tags
533538 params :
534- - name : IMAGE
539+ - name : IMAGE_URL
535540 value : $(tasks.build-image-index.results.IMAGE_URL)
541+ - name : IMAGE_DIGEST
542+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
536543 runAfter :
537544 - build-image-index
538545 taskRef :
539546 params :
540547 - name : name
541548 value : apply-tags
542549 - name : bundle
543- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
550+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
544551 - name : kind
545552 value : task
546553 resolver : bundles
@@ -563,7 +570,7 @@ spec:
563570 - name : name
564571 value : push-dockerfile-oci-ta
565572 - name : bundle
566- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
573+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2bc5b3afc5de56da0f06eac60b65e86f6b861b16a63f48579fc0bac7d657e14c
567574 - name : kind
568575 value : task
569576 resolver : bundles
@@ -580,7 +587,7 @@ spec:
580587 - name : name
581588 value : rpms-signature-scan
582589 - name : bundle
583- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
590+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
584591 - name : kind
585592 value : task
586593 resolver : bundles
0 commit comments