@@ -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,8 +105,7 @@ 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
116111 results :
@@ -140,7 +135,7 @@ spec:
140135 - name : name
141136 value : init
142137 - name : bundle
143- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
138+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
144139 - name : kind
145140 value : task
146141 resolver : bundles
@@ -161,7 +156,7 @@ spec:
161156 - name : name
162157 value : git-clone-oci-ta
163158 - name : bundle
164- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
159+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
165160 - name : kind
166161 value : task
167162 resolver : bundles
@@ -190,7 +185,7 @@ spec:
190185 - name : name
191186 value : prefetch-dependencies-oci-ta
192187 - name : bundle
193- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
188+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
194189 - name : kind
195190 value : task
196191 resolver : bundles
@@ -233,7 +228,7 @@ spec:
233228 - name : name
234229 value : buildah-oci-ta
235230 - name : bundle
236- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5
231+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5 @sha256:6ec006242975a17388bfe813e2afd0ae721dd013247580c0d988e3c4a9c7f867
237232 - name : kind
238233 value : task
239234 resolver : bundles
@@ -262,7 +257,7 @@ spec:
262257 - name : name
263258 value : build-image-index
264259 - name : bundle
265- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
260+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
266261 - name : kind
267262 value : task
268263 resolver : bundles
@@ -274,19 +269,21 @@ spec:
274269 - name : build-source-image
275270 params :
276271 - name : BINARY_IMAGE
277- value : $(params.output -image)
272+ value : $(tasks.build -image-index.results.IMAGE_URL )
278273 - name : SOURCE_ARTIFACT
279274 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
280275 - name : CACHI2_ARTIFACT
281276 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
277+ - name : BINARY_IMAGE_DIGEST
278+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
282279 runAfter :
283280 - build-image-index
284281 taskRef :
285282 params :
286283 - name : name
287284 value : source-build-oci-ta
288285 - name : bundle
289- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
286+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
290287 - name : kind
291288 value : task
292289 resolver : bundles
@@ -312,7 +309,7 @@ spec:
312309 - name : name
313310 value : deprecated-image-check
314311 - name : bundle
315- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
312+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
316313 - name : kind
317314 value : task
318315 resolver : bundles
@@ -334,7 +331,7 @@ spec:
334331 - name : name
335332 value : clair-scan
336333 - name : bundle
337- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
334+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
338335 - name : kind
339336 value : task
340337 resolver : bundles
@@ -354,7 +351,7 @@ spec:
354351 - name : name
355352 value : ecosystem-cert-preflight-checks
356353 - name : bundle
357- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
354+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
358355 - name : kind
359356 value : task
360357 resolver : bundles
@@ -380,7 +377,7 @@ spec:
380377 - name : name
381378 value : sast-snyk-check-oci-ta
382379 - name : bundle
383- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
380+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
384381 - name : kind
385382 value : task
386383 resolver : bundles
@@ -402,7 +399,7 @@ spec:
402399 - name : name
403400 value : clamav-scan
404401 - name : bundle
405- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
402+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
406403 - name : kind
407404 value : task
408405 resolver : bundles
@@ -447,7 +444,7 @@ spec:
447444 - name : name
448445 value : sast-coverity-check-oci-ta
449446 - name : bundle
450- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:7c845b10d257b874f645ea30deeff3c1ce2b38e7b6e331564f32c8684f41b520
447+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
451448 - name : kind
452449 value : task
453450 resolver : bundles
@@ -468,7 +465,7 @@ spec:
468465 - name : name
469466 value : coverity-availability-check
470467 - name : bundle
471- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
468+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
472469 - name : kind
473470 value : task
474471 resolver : bundles
@@ -494,7 +491,7 @@ spec:
494491 - name : name
495492 value : sast-shell-check-oci-ta
496493 - name : bundle
497- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f
494+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
498495 - name : kind
499496 value : task
500497 resolver : bundles
@@ -520,7 +517,7 @@ spec:
520517 - name : name
521518 value : sast-unicode-check-oci-ta
522519 - name : bundle
523- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
520+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
524521 - name : kind
525522 value : task
526523 resolver : bundles
@@ -531,16 +528,18 @@ spec:
531528 - " false"
532529 - name : apply-tags
533530 params :
534- - name : IMAGE
531+ - name : IMAGE_URL
535532 value : $(tasks.build-image-index.results.IMAGE_URL)
533+ - name : IMAGE_DIGEST
534+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
536535 runAfter :
537536 - build-image-index
538537 taskRef :
539538 params :
540539 - name : name
541540 value : apply-tags
542541 - name : bundle
543- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
542+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
544543 - name : kind
545544 value : task
546545 resolver : bundles
@@ -563,7 +562,7 @@ spec:
563562 - name : name
564563 value : push-dockerfile-oci-ta
565564 - name : bundle
566- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
565+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
567566 - name : kind
568567 value : task
569568 resolver : bundles
@@ -580,7 +579,7 @@ spec:
580579 - name : name
581580 value : rpms-signature-scan
582581 - name : bundle
583- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
582+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
584583 - name : kind
585584 value : task
586585 resolver : bundles
0 commit comments