@@ -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- == "release-8.1"
13- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "release-8.1"
12+ creationTimestamp :
1413 labels :
1514 appstudio.openshift.io/application : ceph-8-1
1615 appstudio.openshift.io/component : snmp-notifier-8-1
5352 - name : name
5453 value : show-sbom
5554 - name : bundle
56- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
55+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5756 - name : kind
5857 value : task
5958 resolver : bundles
@@ -69,13 +68,11 @@ spec:
6968 name : output-image
7069 type : string
7170 - default : .
72- description : Path to the source code of an application's component from where
73- to build image.
71+ description : Path to the source code of an application's component from where to build image.
7472 name : path-context
7573 type : string
7674 - default : Dockerfile
77- description : Path to the Dockerfile inside the context specified by parameter
78- path-context
75+ description : Path to the Dockerfile inside the context specified by parameter path-context
7976 name : dockerfile
8077 type : string
8178 - default : " false"
@@ -86,20 +83,19 @@ spec:
8683 description : Skip checks against built image
8784 name : skip-checks
8885 type : string
89- - default : " false "
86+ - default : " true "
9087 description : Execute the build with network isolation
9188 name : hermetic
9289 type : string
93- - default : " "
90+ - default : ' [{"type": "rpm", "path": "."}, {"type": "gomod", "path": "snmp_notifier"}] '
9491 description : Build dependencies to be prefetched by Cachi2
9592 name : prefetch-input
9693 type : string
9794 - default : " "
98- description : Image tag expiration time, time values could be something like
99- 1h, 2d, 3w for hours, days, and weeks, respectively.
95+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10096 name : image-expires-after
10197 type : string
102- - default : " false "
98+ - default : " true "
10399 description : Build a source image.
104100 name : build-source-image
105101 type : string
@@ -116,16 +112,18 @@ spec:
116112 name : build-args-file
117113 type : string
118114 - default : " false"
119- description : Whether to enable privileged mode, should be used only with remote
120- VMs
115+ description : Whether to enable privileged mode, should be used only with remote VMs
121116 name : privileged-nested
122117 type : string
123118 - default :
124119 - linux/x86_64
125- description : List of platforms to build the container images on. The available
126- set of values is determined by the configuration of the multi-platform-controller.
120+ 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.
127121 name : build-platforms
128122 type : array
123+ - name : buildah-format
124+ default : docker
125+ type : string
126+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
129127 results :
130128 - description : " "
131129 name : IMAGE_URL
@@ -153,7 +151,7 @@ spec:
153151 - name : name
154152 value : init
155153 - name : bundle
156- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
154+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
157155 - name : kind
158156 value : task
159157 resolver : bundles
@@ -174,7 +172,7 @@ spec:
174172 - name : name
175173 value : git-clone-oci-ta
176174 - name : bundle
177- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
175+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0d80f66610efd1f957700f61dcd5080689321b10ad544e136d58fc4673290d1b
178176 - name : kind
179177 value : task
180178 resolver : bundles
@@ -203,7 +201,7 @@ spec:
203201 - name : name
204202 value : prefetch-dependencies-oci-ta
205203 - name : bundle
206- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
204+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
207205 - name : kind
208206 value : task
209207 resolver : bundles
@@ -246,14 +244,16 @@ spec:
246244 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
247245 - name : IMAGE_APPEND_PLATFORM
248246 value : " true"
247+ - name : BUILDAH_FORMAT
248+ value : $(params.buildah-format)
249249 runAfter :
250250 - prefetch-dependencies
251251 taskRef :
252252 params :
253253 - name : name
254254 value : buildah-remote-oci-ta
255255 - name : bundle
256- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4 @sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
256+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5 @sha256:5e59c05455619580f4383010726f7db8440ecf6959882e9053ac697dd6d277fd
257257 - name : kind
258258 value : task
259259 resolver : bundles
@@ -275,14 +275,16 @@ spec:
275275 - name : IMAGES
276276 value :
277277 - $(tasks.build-images.results.IMAGE_REF[*])
278+ - name : BUILDAH_FORMAT
279+ value : $(params.buildah-format)
278280 runAfter :
279281 - build-images
280282 taskRef :
281283 params :
282284 - name : name
283285 value : build-image-index
284286 - name : bundle
285- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
287+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
286288 - name : kind
287289 value : task
288290 resolver : bundles
@@ -308,7 +310,7 @@ spec:
308310 - name : name
309311 value : source-build-oci-ta
310312 - name : bundle
311- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
313+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:36d44f2924f60da00a079a9ab7ce25ad8b2ad593c16d90509203c125ff0ccd46
312314 - name : kind
313315 value : task
314316 resolver : bundles
@@ -334,7 +336,7 @@ spec:
334336 - name : name
335337 value : deprecated-image-check
336338 - name : bundle
337- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
339+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
338340 - name : kind
339341 value : task
340342 resolver : bundles
@@ -343,7 +345,12 @@ spec:
343345 operator : in
344346 values :
345347 - " false"
346- - name : clair-scan
348+ - matrix :
349+ params :
350+ - name : image-platform
351+ value :
352+ - $(params.build-platforms)
353+ name : clair-scan
347354 params :
348355 - name : image-digest
349356 value : $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -356,7 +363,7 @@ spec:
356363 - name : name
357364 value : clair-scan
358365 - name : bundle
359- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
366+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
360367 - name : kind
361368 value : task
362369 resolver : bundles
@@ -376,7 +383,7 @@ spec:
376383 - name : name
377384 value : ecosystem-cert-preflight-checks
378385 - name : bundle
379- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:ba7ed837f467904e7b38513174a707a9eec4009d009d6f272ff71d1250bc8854
386+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
380387 - name : kind
381388 value : task
382389 resolver : bundles
@@ -385,6 +392,11 @@ spec:
385392 operator : in
386393 values :
387394 - " false"
395+ matrix :
396+ params :
397+ - name : platform
398+ value :
399+ - $(params.build-platforms)
388400 - name : sast-snyk-check
389401 params :
390402 - name : image-digest
@@ -402,7 +414,7 @@ spec:
402414 - name : name
403415 value : sast-snyk-check-oci-ta
404416 - name : bundle
405- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
417+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
406418 - name : kind
407419 value : task
408420 resolver : bundles
@@ -424,7 +436,7 @@ spec:
424436 - name : name
425437 value : clamav-scan
426438 - name : bundle
427- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
439+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
428440 - name : kind
429441 value : task
430442 resolver : bundles
@@ -433,6 +445,11 @@ spec:
433445 operator : in
434446 values :
435447 - " false"
448+ matrix :
449+ params :
450+ - name : image-arch
451+ value :
452+ - $(params.build-platforms)
436453 - name : sast-coverity-check
437454 params :
438455 - name : image-digest
@@ -469,7 +486,7 @@ spec:
469486 - name : name
470487 value : sast-coverity-check-oci-ta
471488 - name : bundle
472- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c926568ce63e4f63e18bb6a4178caca2e8192f6e3b830bbcd354e6485d29458c
489+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
473490 - name : kind
474491 value : task
475492 resolver : bundles
@@ -516,7 +533,7 @@ spec:
516533 - name : name
517534 value : sast-shell-check-oci-ta
518535 - name : bundle
519- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
536+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
520537 - name : kind
521538 value : task
522539 resolver : bundles
@@ -542,7 +559,7 @@ spec:
542559 - name : name
543560 value : sast-unicode-check-oci-ta
544561 - name : bundle
545- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:3ffa3ac35ad988767ae2202d1f2483ce3e8152b29b89e77620c26f32c1ad2e7e
562+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
546563 - name : kind
547564 value : task
548565 resolver : bundles
@@ -559,17 +576,17 @@ spec:
559576 value : $(tasks.build-image-index.results.IMAGE_DIGEST)
560577 - name : ADDITIONAL_TAGS
561578 value :
562- - " pull-request-{{pull_request_number}}"
563- - " from-branch-{{source_branch}}"
564- - " {{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
579+ - " pull-request-{{pull_request_number}}"
580+ - " from-branch-{{source_branch}}"
581+ - " {{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
565582 runAfter :
566583 - build-image-index
567584 taskRef :
568585 params :
569586 - name : name
570587 value : apply-tags
571588 - name : bundle
572- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
589+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
573590 - name : kind
574591 value : task
575592 resolver : bundles
@@ -592,7 +609,7 @@ spec:
592609 - name : name
593610 value : push-dockerfile-oci-ta
594611 - name : bundle
595- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
612+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2bc5b3afc5de56da0f06eac60b65e86f6b861b16a63f48579fc0bac7d657e14c
596613 - name : kind
597614 value : task
598615 resolver : bundles
@@ -609,7 +626,7 @@ spec:
609626 - name : name
610627 value : rpms-signature-scan
611628 - name : bundle
612- value : quay.io/konflux-ci/konflux-vanguard /task-rpms-signature-scan:0.2@sha256:7d1c087d7d33dd97effb3b4c9f3788e4c3138da2032040d69da6929e9a3aaceb
629+ value : quay.io/konflux-ci/tekton-catalog /task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
613630 - name : kind
614631 value : task
615632 resolver : bundles
0 commit comments