11apiVersion : tekton.dev/v1
22kind : Pipeline
33metadata :
4- creationTimestamp : null
4+ creationTimestamp :
55 labels :
66 pipelines.openshift.io/runtime : generic
77 pipelines.openshift.io/strategy : docker
2323 - name : name
2424 value : show-sbom
2525 - name : bundle
26- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
26+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
2727 - name : kind
2828 value : task
2929 resolver : bundles
3333 - linux/arm64
3434 - linux/ppc64le
3535 - linux/s390x
36- description : List of platforms to build the container images on. The available
37- set of values is determined by the configuration of the multi-platform-controller.
36+ 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.
3837 name : build-platforms
3938 type : array
4039 - default : --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
4645 name : build-source-image
4746 type : string
4847 - default : " false"
49- description : ' Enable in-development package managers. WARNING: the behavior may
50- change at any time without notice. Use at your own risk.'
48+ description : ' Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
5149 name : prefetch-input-dev-package-managers
5250 - default : []
5351 description : Additional image tags
@@ -64,13 +62,11 @@ spec:
6462 name : output-image
6563 type : string
6664 - default : .
67- description : Path to the source code of an application's component from where
68- to build image.
65+ description : Path to the source code of an application's component from where to build image.
6966 name : path-context
7067 type : string
7168 - default : Dockerfile
72- description : Path to the Dockerfile inside the context specified by parameter
73- path-context
69+ description : Path to the Dockerfile inside the context specified by parameter path-context
7470 name : dockerfile
7571 type : string
7672 - default : " false"
9086 name : prefetch-input
9187 type : string
9288 - default : " "
93- description : Image tag expiration time, time values could be something like 1h,
94- 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.
9590 name : image-expires-after
9691 - default : " true"
9792 description : Add built image into an OCI image index
@@ -106,8 +101,7 @@ spec:
106101 name : build-args-file
107102 type : string
108103 - default : " false"
109- description : Whether to enable privileged mode, should be used only with remote
110- VMs
104+ description : Whether to enable privileged mode, should be used only with remote VMs
111105 name : privileged-nested
112106 type : string
113107 results :
@@ -143,7 +137,7 @@ spec:
143137 - name : name
144138 value : sast-snyk-check-oci-ta
145139 - name : bundle
146- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
140+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:322c86ad5ee252c04440184d9f5046d276415148cb6bfaf571be1b102101786b
147141 - name : kind
148142 value : task
149143 resolver : bundles
@@ -171,7 +165,7 @@ spec:
171165 - name : name
172166 value : prefetch-dependencies-oci-ta
173167 - name : bundle
174- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3a1b3280d6300ebedb9923ddc441b91b6980512be5dae8da4b9d3be21feeb48e
168+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:22290579c9fe0b5c1689bb9023b3eddec73c285b680226d9f460346ae849a2cb
175169 - name : kind
176170 value : task
177171 resolver : bundles
@@ -184,16 +178,18 @@ spec:
184178 params :
185179 - name : ADDITIONAL_TAGS
186180 value : $(params.additional-tags[*])
187- - name : IMAGE
181+ - name : IMAGE_URL
188182 value : $(tasks.build-image-index.results.IMAGE_URL)
183+ - name : IMAGE_DIGEST
184+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
189185 runAfter :
190186 - build-image-index
191187 taskRef :
192188 params :
193189 - name : name
194190 value : apply-tags
195191 - name : bundle
196- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
192+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
197193 - name : kind
198194 value : task
199195 resolver : bundles
@@ -210,7 +206,7 @@ spec:
210206 - name : name
211207 value : init
212208 - name : bundle
213- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
209+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
214210 - name : kind
215211 value : task
216212 resolver : bundles
@@ -231,7 +227,7 @@ spec:
231227 - name : name
232228 value : git-clone-oci-ta
233229 - name : bundle
234- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
230+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
235231 - name : kind
236232 value : task
237233 resolver : bundles
@@ -284,7 +280,7 @@ spec:
284280 - name : name
285281 value : buildah-remote-oci-ta
286282 - name : bundle
287- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:3141de71b1b98725e37c15c4287b8aa10008b755403a6d2518b85c6f19194fcc
283+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:cd9ef1eb119700a6883edcf93fd7c71dc33ee43467f3c2728b2a002c77915e8d
288284 - name : kind
289285 value : task
290286 resolver : bundles
@@ -313,7 +309,7 @@ spec:
313309 - name : name
314310 value : build-image-index
315311 - name : bundle
316- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
312+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
317313 - name : kind
318314 value : task
319315 resolver : bundles
@@ -325,19 +321,21 @@ spec:
325321 - name : build-source-image
326322 params :
327323 - name : BINARY_IMAGE
328- value : $(params.output -image)
324+ value : $(tasks.build -image-index.results.IMAGE_URL )
329325 - name : SOURCE_ARTIFACT
330326 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
331327 - name : CACHI2_ARTIFACT
332328 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
329+ - name : BINARY_IMAGE_DIGEST
330+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
333331 runAfter :
334332 - build-image-index
335333 taskRef :
336334 params :
337335 - name : name
338336 value : source-build-oci-ta
339337 - name : bundle
340- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
338+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:7a36cc284c5932c18e117fe5995f3246b5dcc11ec742b66a2f9ae710034b064f
341339 - name : kind
342340 value : task
343341 resolver : bundles
@@ -363,7 +361,7 @@ spec:
363361 - name : name
364362 value : deprecated-image-check
365363 - name : bundle
366- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
364+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
367365 - name : kind
368366 value : task
369367 resolver : bundles
@@ -385,7 +383,7 @@ spec:
385383 - name : name
386384 value : clair-scan
387385 - name : bundle
388- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
386+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
389387 - name : kind
390388 value : task
391389 resolver : bundles
@@ -405,7 +403,7 @@ spec:
405403 - name : name
406404 value : ecosystem-cert-preflight-checks
407405 - name : bundle
408- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dea8d9b4bec3e99d612d799798acf132df48276164b5193ea68f9f3c25ae425b
406+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:e106b6182e72c8f34ceae3f56b0b1aa2b4dc60f573877d9e51c3791029a7acb6
409407 - name : kind
410408 value : task
411409 resolver : bundles
@@ -414,6 +412,11 @@ spec:
414412 operator : in
415413 values :
416414 - " false"
415+ matrix :
416+ params :
417+ - name : platform
418+ value :
419+ - $(params.build-platforms)
417420 - name : clamav-scan
418421 params :
419422 - name : image-digest
@@ -427,7 +430,7 @@ spec:
427430 - name : name
428431 value : clamav-scan
429432 - name : bundle
430- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:59094118aa07d5b0199565c4e0b2d0f4feb9a4741877c8716877572e2c4804f9
433+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
431434 - name : kind
432435 value : task
433436 resolver : bundles
@@ -436,6 +439,11 @@ spec:
436439 operator : in
437440 values :
438441 - " false"
442+ matrix :
443+ params :
444+ - name : image-arch
445+ value :
446+ - $(params.build-platforms)
439447 - name : sast-shell-check
440448 params :
441449 - name : image-digest
@@ -453,7 +461,7 @@ spec:
453461 - name : name
454462 value : sast-shell-check-oci-ta
455463 - name : bundle
456- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
464+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
457465 - name : kind
458466 value : task
459467 resolver : bundles
@@ -479,7 +487,7 @@ spec:
479487 - name : name
480488 value : sast-unicode-check-oci-ta
481489 - name : bundle
482- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
490+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
483491 - name : kind
484492 value : task
485493 resolver : bundles
@@ -507,7 +515,7 @@ spec:
507515 - name : name
508516 value : push-dockerfile-oci-ta
509517 - name : bundle
510- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
518+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
511519 - name : kind
512520 value : task
513521 resolver : bundles
@@ -524,7 +532,7 @@ spec:
524532 - name : name
525533 value : rpms-signature-scan
526534 - name : bundle
527- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d01508e7a0df9059af2ef455e3e81588a70e0b24cd4a5def35af3cc1537bf84a
535+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
528536 - name : kind
529537 value : task
530538 resolver : bundles
0 commit comments