@@ -9,7 +9,7 @@ metadata:
99 pipelinesascode.tekton.dev/cancel-in-progress : " true"
1010 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1111 pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main"
12- creationTimestamp : null
12+ creationTimestamp :
1313 labels :
1414 appstudio.openshift.io/application : maestro-main
1515 appstudio.openshift.io/component : maestro-main
5555 - name : name
5656 value : show-sbom
5757 - name : bundle
58- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
58+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5959 - name : kind
6060 value : task
6161 resolver : bundles
@@ -71,13 +71,11 @@ spec:
7171 name : output-image
7272 type : string
7373 - default : .
74- description : Path to the source code of an application's component from where
75- to build image.
74+ description : Path to the source code of an application's component from where to build image.
7675 name : path-context
7776 type : string
7877 - default : Dockerfile
79- description : Path to the Dockerfile inside the context specified by parameter
80- path-context
78+ description : Path to the Dockerfile inside the context specified by parameter path-context
8179 name : dockerfile
8280 type : string
8381 - default : " false"
9795 name : prefetch-input
9896 type : string
9997 - default : " "
100- description : Image tag expiration time, time values could be something like
101- 1h, 2d, 3w for hours, days, and weeks, respectively.
98+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10299 name : image-expires-after
103100 - default : " false"
104101 description : Build a source image.
@@ -118,8 +115,7 @@ spec:
118115 type : string
119116 - default :
120117 - linux/x86_64
121- description : List of platforms to build the container images on. The available
122- set of values is determined by the configuration of the multi-platform-controller.
118+ description : List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
123119 name : build-platforms
124120 type : array
125121 results :
@@ -149,7 +145,7 @@ spec:
149145 - name : name
150146 value : init
151147 - name : bundle
152- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
148+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:08e18a4dc5f947c1d20e8353a19d013144bea87b72f67236b165dd4778523951
153149 - name : kind
154150 value : task
155151 resolver : bundles
@@ -170,7 +166,7 @@ spec:
170166 - name : name
171167 value : git-clone-oci-ta
172168 - name : bundle
173- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
169+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:be82c55346e8810bd1edc5547f864064da6945979baccca7dfc99990b392a02b
174170 - name : kind
175171 value : task
176172 resolver : bundles
@@ -201,7 +197,7 @@ spec:
201197 - name : name
202198 value : prefetch-dependencies-oci-ta
203199 - name : bundle
204- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
200+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:63448dd12b8ace978df27c155b3662cb1a8b285906843e03da99ce483d50f1eb
205201 - name : kind
206202 value : task
207203 resolver : bundles
@@ -249,7 +245,7 @@ spec:
249245 - name : name
250246 value : buildah-remote-oci-ta
251247 - name : bundle
252- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:cfeeef2f4ab25b121afdf44eecc394ed67f3534a1bd14bef9e7beef2ee654b8e
248+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:bbcd0f1ef282950c8349b893b19694bd7a21889251529d5da126c0946a4ca045
253249 - name : kind
254250 value : task
255251 resolver : bundles
@@ -278,7 +274,7 @@ spec:
278274 - name : name
279275 value : build-image-index
280276 - name : bundle
281- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
277+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:72f77a8c62f9d6f69ab5c35170839e4b190026e6cc3d7d4ceafa7033fc30ad7b
282278 - name : kind
283279 value : task
284280 resolver : bundles
@@ -290,19 +286,21 @@ spec:
290286 - name : build-source-image
291287 params :
292288 - name : BINARY_IMAGE
293- value : $(params.output -image)
289+ value : $(tasks.build -image-index.results.IMAGE_URL )
294290 - name : SOURCE_ARTIFACT
295291 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
296292 - name : CACHI2_ARTIFACT
297293 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
294+ - name : BINARY_IMAGE_DIGEST
295+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
298296 runAfter :
299297 - build-image-index
300298 taskRef :
301299 params :
302300 - name : name
303301 value : source-build-oci-ta
304302 - name : bundle
305- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
303+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:bfec1fabb0ed7c191e6c85d75e6cc577a04cabe9e6b35f9476529e8e5b3c0c82
306304 - name : kind
307305 value : task
308306 resolver : bundles
@@ -328,7 +326,7 @@ spec:
328326 - name : name
329327 value : deprecated-image-check
330328 - name : bundle
331- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
329+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f485ef8bfdaf6e6d8d7795eb2e25f9c5ee8619d52220f4d64b5e28078d568c89
332330 - name : kind
333331 value : task
334332 resolver : bundles
@@ -350,7 +348,7 @@ spec:
350348 - name : name
351349 value : clair-scan
352350 - name : bundle
353- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
351+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
354352 - name : kind
355353 value : task
356354 resolver : bundles
@@ -370,7 +368,7 @@ spec:
370368 - name : name
371369 value : ecosystem-cert-preflight-checks
372370 - name : bundle
373- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:8a2d3ce9205df1f59f410529cb38134336e0a4b06ee1187b3229f26c80ecc5ba
371+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
374372 - name : kind
375373 value : task
376374 resolver : bundles
@@ -396,7 +394,7 @@ spec:
396394 - name : name
397395 value : sast-snyk-check-oci-ta
398396 - name : bundle
399- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
397+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
400398 - name : kind
401399 value : task
402400 resolver : bundles
@@ -418,7 +416,7 @@ spec:
418416 - name : name
419417 value : clamav-scan
420418 - name : bundle
421- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
419+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:cce2dfcc5bd6e91ee54aacdadad523b013eeae5cdaa7f6a4624b8cbcc040f439
422420 - name : kind
423421 value : task
424422 resolver : bundles
@@ -427,6 +425,11 @@ spec:
427425 operator : in
428426 values :
429427 - " false"
428+ matrix :
429+ params :
430+ - name : image-arch
431+ value :
432+ - $(params.build-platforms)
430433 - name : sast-coverity-check
431434 params :
432435 - name : image-digest
@@ -463,7 +466,7 @@ spec:
463466 - name : name
464467 value : sast-coverity-check-oci-ta
465468 - name : bundle
466- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:7c845b10d257b874f645ea30deeff3c1ce2b38e7b6e331564f32c8684f41b520
469+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:5f81372e21a3c6f4a745b723e444b6eb81a11bdff8740e0ce4b96ad42924e45e
467470 - name : kind
468471 value : task
469472 resolver : bundles
@@ -484,7 +487,7 @@ spec:
484487 - name : name
485488 value : coverity-availability-check
486489 - name : bundle
487- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
490+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
488491 - name : kind
489492 value : task
490493 resolver : bundles
@@ -510,7 +513,7 @@ spec:
510513 - name : name
511514 value : sast-shell-check-oci-ta
512515 - name : bundle
513- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f
516+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
514517 - name : kind
515518 value : task
516519 resolver : bundles
@@ -527,14 +530,16 @@ spec:
527530 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
528531 - name : CACHI2_ARTIFACT
529532 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
533+ - name : image-digest
534+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
530535 runAfter :
531536 - build-image-index
532537 taskRef :
533538 params :
534539 - name : name
535540 value : sast-unicode-check-oci-ta
536541 - name : bundle
537- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
542+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
538543 - name : kind
539544 value : task
540545 resolver : bundles
@@ -556,7 +561,7 @@ spec:
556561 - name : name
557562 value : apply-tags
558563 - name : bundle
559- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:0c411c27483849a936c0c420a57e477113e9fafc63077647200d6614d9ebb872
564+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:70881c97a4c51ee1f4d023fa1110e0bdfcfd2f51d9a261fa543c3862b9a4eee9
560565 - name : kind
561566 value : task
562567 resolver : bundles
@@ -579,7 +584,7 @@ spec:
579584 - name : name
580585 value : push-dockerfile-oci-ta
581586 - name : bundle
582- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
587+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8640726ef7c5875e3b2e64c9f823921ea970674593f077cadfce3c45c9b9a2b9
583588 - name : kind
584589 value : task
585590 resolver : bundles
@@ -596,7 +601,7 @@ spec:
596601 - name : name
597602 value : rpms-signature-scan
598603 - name : bundle
599- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
604+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
600605 - name : kind
601606 value : task
602607 resolver : bundles
0 commit comments