@@ -7,9 +7,8 @@ metadata:
77 build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
10- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
11- == "main"
12- creationTimestamp : null
10+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main"
11+ creationTimestamp :
1312 labels :
1413 appstudio.openshift.io/application : openshift-gitops-operator
1514 appstudio.openshift.io/component : gitops-must-gather
4948 - name : name
5049 value : show-sbom
5150 - name : bundle
52- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
51+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5352 - name : kind
5453 value : task
5554 resolver : bundles
@@ -65,13 +64,11 @@ spec:
6564 name : output-image
6665 type : string
6766 - default : .
68- description : Path to the source code of an application's component from where
69- to build image.
67+ description : Path to the source code of an application's component from where to build image.
7068 name : path-context
7169 type : string
7270 - default : Dockerfile
73- description : Path to the Dockerfile inside the context specified by parameter
74- path-context
71+ description : Path to the Dockerfile inside the context specified by parameter path-context
7572 name : dockerfile
7673 type : string
7774 - default : " false"
9188 name : prefetch-input
9289 type : string
9390 - default : " "
94- description : Image tag expiration time, time values could be something like
95- 1h, 2d, 3w for hours, days, and weeks, respectively.
91+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9692 name : image-expires-after
9793 - default : " false"
9894 description : Build a source image.
@@ -112,10 +108,13 @@ spec:
112108 type : string
113109 - default :
114110 - linux/x86_64
115- description : List of platforms to build the container images on. The available
116- set of values is determined by the configuration of the multi-platform-controller.
111+ 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.
117112 name : build-platforms
118113 type : array
114+ - name : buildah-format
115+ default : docker
116+ type : string
117+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
119118 results :
120119 - description : " "
121120 name : IMAGE_URL
@@ -143,7 +142,7 @@ spec:
143142 - name : name
144143 value : init
145144 - name : bundle
146- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:737682d073a65a486d59b2b30e3104b93edd8490e0cd5e9b4a39703e47363f0f
145+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
147146 - name : kind
148147 value : task
149148 resolver : bundles
@@ -164,7 +163,7 @@ spec:
164163 - name : name
165164 value : git-clone-oci-ta
166165 - name : bundle
167- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:9709088bf3c581d4763e9804d9ee3a1f06ad6a61c23237277057c4f0cdc4f9c3
166+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0d80f66610efd1f957700f61dcd5080689321b10ad544e136d58fc4673290d1b
168167 - name : kind
169168 value : task
170169 resolver : bundles
@@ -193,7 +192,7 @@ spec:
193192 - name : name
194193 value : prefetch-dependencies-oci-ta
195194 - name : bundle
196- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:efc8aebec295bf5986597b6bbeebe093b2764fea79c66094e05ff3d283f54932
195+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
197196 - name : kind
198197 value : task
199198 resolver : bundles
@@ -238,14 +237,16 @@ spec:
238237 value :
239238 - upstream-source-url=$(tasks.clone-repository.results.url)
240239 - upstream-source-ref=$(tasks.clone-repository.results.commit)
240+ - name : BUILDAH_FORMAT
241+ value : $(params.buildah-format)
241242 runAfter :
242243 - prefetch-dependencies
243244 taskRef :
244245 params :
245246 - name : name
246247 value : buildah-remote-oci-ta
247248 - name : bundle
248- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4 @sha256:468708e0a5dc3a314d71ca0cf2db80c6d7fefae98b292b10fa1cf07ea3787d9e
249+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5 @sha256:5e59c05455619580f4383010726f7db8440ecf6959882e9053ac697dd6d277fd
249250 - name : kind
250251 value : task
251252 resolver : bundles
@@ -267,14 +268,16 @@ spec:
267268 - name : IMAGES
268269 value :
269270 - $(tasks.build-images.results.IMAGE_REF[*])
271+ - name : BUILDAH_FORMAT
272+ value : $(params.buildah-format)
270273 runAfter :
271274 - build-images
272275 taskRef :
273276 params :
274277 - name : name
275278 value : build-image-index
276279 - name : bundle
277- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:95be274b6d0432d4671e2c41294ec345121bdf01284b1c6c46b5537dc6b37e15
280+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
278281 - name : kind
279282 value : task
280283 resolver : bundles
@@ -286,19 +289,21 @@ spec:
286289 - name : build-source-image
287290 params :
288291 - name : BINARY_IMAGE
289- value : $(params.output -image)
292+ value : $(tasks.build -image-index.results.IMAGE_URL )
290293 - name : SOURCE_ARTIFACT
291294 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
292295 - name : CACHI2_ARTIFACT
293296 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
297+ - name : BINARY_IMAGE_DIGEST
298+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
294299 runAfter :
295300 - build-image-index
296301 taskRef :
297302 params :
298303 - name : name
299304 value : source-build-oci-ta
300305 - name : bundle
301- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:9fe82c9511f282287686f918bf1a543fcef417848e7a503357e988aab2887cee
306+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:36d44f2924f60da00a079a9ab7ce25ad8b2ad593c16d90509203c125ff0ccd46
302307 - name : kind
303308 value : task
304309 resolver : bundles
@@ -324,7 +329,7 @@ spec:
324329 - name : name
325330 value : deprecated-image-check
326331 - name : bundle
327- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5d63b920b71192906fe4d6c4903f594e6f34c5edcff9d21714a08b5edcfbc667
332+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
328333 - name : kind
329334 value : task
330335 resolver : bundles
@@ -333,7 +338,12 @@ spec:
333338 operator : in
334339 values :
335340 - " false"
336- - name : clair-scan
341+ - matrix :
342+ params :
343+ - name : image-platform
344+ value :
345+ - $(params.build-platforms)
346+ name : clair-scan
337347 params :
338348 - name : image-digest
339349 value : $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -346,7 +356,7 @@ spec:
346356 - name : name
347357 value : clair-scan
348358 - name : bundle
349- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:712afcf63f3b5a97c371d37e637efbcc9e1c7ad158872339d00adc6413cd8851
359+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
350360 - name : kind
351361 value : task
352362 resolver : bundles
@@ -366,7 +376,7 @@ spec:
366376 - name : name
367377 value : ecosystem-cert-preflight-checks
368378 - name : bundle
369- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:00b13d06d17328e105b11619ee4db98b215ca6ac02314a4776aa5fc2a974f9c1
379+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
370380 - name : kind
371381 value : task
372382 resolver : bundles
@@ -375,6 +385,11 @@ spec:
375385 operator : in
376386 values :
377387 - " false"
388+ matrix :
389+ params :
390+ - name : platform
391+ value :
392+ - $(params.build-platforms)
378393 - name : sast-snyk-check
379394 params :
380395 - name : image-digest
@@ -392,7 +407,7 @@ spec:
392407 - name : name
393408 value : sast-snyk-check-oci-ta
394409 - name : bundle
395- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3 @sha256:a1cb59ed66a7be1949c9720660efb0a006e95ef05b3f67929dd8e310e1d7baef
410+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4 @sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
396411 - name : kind
397412 value : task
398413 resolver : bundles
@@ -414,7 +429,7 @@ spec:
414429 - name : name
415430 value : clamav-scan
416431 - name : bundle
417- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:62c835adae22e36fce6684460b39206bc16752f1a4427cdbba4ee9afdd279670
432+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
418433 - name : kind
419434 value : task
420435 resolver : bundles
@@ -423,18 +438,25 @@ spec:
423438 operator : in
424439 values :
425440 - " false"
441+ matrix :
442+ params :
443+ - name : image-arch
444+ value :
445+ - $(params.build-platforms)
426446 - name : apply-tags
427447 params :
428- - name : IMAGE
448+ - name : IMAGE_URL
429449 value : $(tasks.build-image-index.results.IMAGE_URL)
450+ - name : IMAGE_DIGEST
451+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
430452 runAfter :
431453 - build-image-index
432454 taskRef :
433455 params :
434456 - name : name
435457 value : apply-tags
436458 - name : bundle
437- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:61c90b1c94a2a11cb11211a0d65884089b758c34254fcec164d185a402beae22
459+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
438460 - name : kind
439461 value : task
440462 resolver : bundles
@@ -457,7 +479,7 @@ spec:
457479 - name : name
458480 value : push-dockerfile-oci-ta
459481 - name : bundle
460- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:55a4ff2910ae2e4502f3841719935d37578bd52156bc789fcdf45ff48c2b048b
482+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2bc5b3afc5de56da0f06eac60b65e86f6b861b16a63f48579fc0bac7d657e14c
461483 - name : kind
462484 value : task
463485 resolver : bundles
@@ -474,7 +496,7 @@ spec:
474496 - name : name
475497 value : rpms-signature-scan
476498 - name : bundle
477- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:c0798ff85ad04f1553d349fe34aa4918597fb35b3b74e344dfbd5af2f3494300
499+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
478500 - name : kind
479501 value : task
480502 resolver : bundles
0 commit comments