@@ -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-5.3"
13- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "release-5.3"
12+ creationTimestamp :
1413 labels :
1514 appstudio.openshift.io/application : ceph-5-3
1615 appstudio.openshift.io/component : grafana-5-3
5453 - name : name
5554 value : show-sbom
5655 - name : bundle
57- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
56+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5857 - name : kind
5958 value : task
6059 resolver : bundles
@@ -70,13 +69,11 @@ spec:
7069 name : output-image
7170 type : string
7271 - default : .
73- description : Path to the source code of an application's component from where
74- to build image.
72+ description : Path to the source code of an application's component from where to build image.
7573 name : path-context
7674 type : string
7775 - default : Dockerfile
78- description : Path to the Dockerfile inside the context specified by parameter
79- path-context
76+ description : Path to the Dockerfile inside the context specified by parameter path-context
8077 name : dockerfile
8178 type : string
8279 - default : " false"
9693 name : prefetch-input
9794 type : string
9895 - default : " "
99- description : Image tag expiration time, time values could be something like
100- 1h, 2d, 3w for hours, days, and weeks, respectively.
96+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10197 name : image-expires-after
10298 type : string
10399 - default : " false"
@@ -117,16 +113,18 @@ spec:
117113 name : build-args-file
118114 type : string
119115 - default : " false"
120- description : Whether to enable privileged mode, should be used only with remote
121- VMs
116+ description : Whether to enable privileged mode, should be used only with remote VMs
122117 name : privileged-nested
123118 type : string
124119 - default :
125120 - linux/x86_64
126- description : List of platforms to build the container images on. The available
127- set of values is determined by the configuration of the multi-platform-controller.
121+ 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.
128122 name : build-platforms
129123 type : array
124+ - name : buildah-format
125+ default : docker
126+ type : string
127+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
130128 results :
131129 - description : " "
132130 name : IMAGE_URL
@@ -154,7 +152,7 @@ spec:
154152 - name : name
155153 value : init
156154 - name : bundle
157- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
155+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
158156 - name : kind
159157 value : task
160158 resolver : bundles
@@ -175,7 +173,7 @@ spec:
175173 - name : name
176174 value : git-clone-oci-ta
177175 - name : bundle
178- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
176+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:bb2f8f1edec47faa08c1929f2ffc6748f3a96af9644e6c40000081c6ff3ec894
179177 - name : kind
180178 value : task
181179 resolver : bundles
@@ -206,7 +204,7 @@ spec:
206204 - name : name
207205 value : prefetch-dependencies-oci-ta
208206 - name : bundle
209- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
207+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:0503f9313dfe70e4defda88a7226ec91a74af42198dccfa3280397d965aa16d6
210208 - name : kind
211209 value : task
212210 resolver : bundles
@@ -249,14 +247,16 @@ spec:
249247 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
250248 - name : IMAGE_APPEND_PLATFORM
251249 value : " true"
250+ - name : BUILDAH_FORMAT
251+ value : $(params.buildah-format)
252252 runAfter :
253253 - prefetch-dependencies
254254 taskRef :
255255 params :
256256 - name : name
257257 value : buildah-remote-oci-ta
258258 - name : bundle
259- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4 @sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
259+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.6 @sha256:3832edaec1aae546c225c86ada53611e42717c784e2068e0536831a99cb1922d
260260 - name : kind
261261 value : task
262262 resolver : bundles
@@ -278,14 +278,16 @@ spec:
278278 - name : IMAGES
279279 value :
280280 - $(tasks.build-images.results.IMAGE_REF[*])
281+ - name : BUILDAH_FORMAT
282+ value : $(params.buildah-format)
281283 runAfter :
282284 - build-images
283285 taskRef :
284286 params :
285287 - name : name
286288 value : build-image-index
287289 - name : bundle
288- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
290+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:d94cad7f41be61074dd21c7dff26dab9217c3435a16f62813c1cb8382dd9aae6
289291 - name : kind
290292 value : task
291293 resolver : bundles
@@ -311,7 +313,7 @@ spec:
311313 - name : name
312314 value : source-build-oci-ta
313315 - name : bundle
314- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
316+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:5f9069a07a6dc16aae7a05adf49d2b6792815f3fabd116377578860743f4e0ec
315317 - name : kind
316318 value : task
317319 resolver : bundles
@@ -337,7 +339,7 @@ spec:
337339 - name : name
338340 value : deprecated-image-check
339341 - name : bundle
340- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
342+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
341343 - name : kind
342344 value : task
343345 resolver : bundles
@@ -346,7 +348,12 @@ spec:
346348 operator : in
347349 values :
348350 - " false"
349- - name : clair-scan
351+ - matrix :
352+ params :
353+ - name : image-platform
354+ value :
355+ - $(params.build-platforms)
356+ name : clair-scan
350357 params :
351358 - name : image-digest
352359 value : $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -359,7 +366,7 @@ spec:
359366 - name : name
360367 value : clair-scan
361368 - name : bundle
362- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
369+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
363370 - name : kind
364371 value : task
365372 resolver : bundles
@@ -379,7 +386,7 @@ spec:
379386 - name : name
380387 value : ecosystem-cert-preflight-checks
381388 - name : bundle
382- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:abbe195626eec925288df6425679559025d1be4af5ae70ca6dbbcb49ad3bf08b
389+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
383390 - name : kind
384391 value : task
385392 resolver : bundles
@@ -388,6 +395,11 @@ spec:
388395 operator : in
389396 values :
390397 - " false"
398+ matrix :
399+ params :
400+ - name : platform
401+ value :
402+ - $(params.build-platforms)
391403 - name : sast-snyk-check
392404 params :
393405 - name : image-digest
@@ -405,7 +417,7 @@ spec:
405417 - name : name
406418 value : sast-snyk-check-oci-ta
407419 - name : bundle
408- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
420+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760
409421 - name : kind
410422 value : task
411423 resolver : bundles
@@ -427,7 +439,7 @@ spec:
427439 - name : name
428440 value : clamav-scan
429441 - name : bundle
430- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
442+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
431443 - name : kind
432444 value : task
433445 resolver : bundles
@@ -436,6 +448,11 @@ spec:
436448 operator : in
437449 values :
438450 - " false"
451+ matrix :
452+ params :
453+ - name : image-arch
454+ value :
455+ - $(params.build-platforms)
439456 - name : sast-coverity-check
440457 params :
441458 - name : image-digest
@@ -472,7 +489,7 @@ spec:
472489 - name : name
473490 value : sast-coverity-check-oci-ta
474491 - name : bundle
475- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c926568ce63e4f63e18bb6a4178caca2e8192f6e3b830bbcd354e6485d29458c
492+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
476493 - name : kind
477494 value : task
478495 resolver : bundles
@@ -493,7 +510,7 @@ spec:
493510 - name : name
494511 value : coverity-availability-check
495512 - name : bundle
496- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
513+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36bcf1531b85c2c7d7b4382bc0a9c61b0501e2e54e84991b11b225bdec0e5928
497514 - name : kind
498515 value : task
499516 resolver : bundles
@@ -519,7 +536,7 @@ spec:
519536 - name : name
520537 value : sast-shell-check-oci-ta
521538 - name : bundle
522- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
539+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed
523540 - name : kind
524541 value : task
525542 resolver : bundles
@@ -545,7 +562,7 @@ spec:
545562 - name : name
546563 value : sast-unicode-check-oci-ta
547564 - name : bundle
548- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
565+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712
549566 - name : kind
550567 value : task
551568 resolver : bundles
@@ -562,18 +579,18 @@ spec:
562579 value : $(tasks.build-image-index.results.IMAGE_DIGEST)
563580 - name : ADDITIONAL_TAGS
564581 value :
565- - " v5.3"
566- - " pull-request-{{pull_request_number}}"
567- - " from-branch-{{source_branch}}"
568- - " {{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
582+ - " v5.3"
583+ - " pull-request-{{pull_request_number}}"
584+ - " from-branch-{{source_branch}}"
585+ - " {{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
569586 runAfter :
570587 - build-image-index
571588 taskRef :
572589 params :
573590 - name : name
574591 value : apply-tags
575592 - name : bundle
576- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
593+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
577594 - name : kind
578595 value : task
579596 resolver : bundles
@@ -596,7 +613,7 @@ spec:
596613 - name : name
597614 value : push-dockerfile-oci-ta
598615 - name : bundle
599- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
616+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:738e6e2108bee5b50309a37b54bc1adf8433ac63598dbb6830d6cb4ac65d9de6
600617 - name : kind
601618 value : task
602619 resolver : bundles
0 commit comments