@@ -9,7 +9,7 @@ metadata:
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1010 pipelinesascode.tekton.dev/on-cel-expression : |
1111 event == "pull_request" && target_branch == "release-4.18" && (".tekton/cli-manager-operator-4-18-pull-request.yaml".pathChanged() || "bindata/***".pathChanged() || "deploy/***".pathChanged() || "***/*.go".pathChanged() || "pkg/***".pathChanged() || "Dockerfile".pathChanged() || "***/go.*".pathChanged() )
12- creationTimestamp : null
12+ creationTimestamp :
1313 labels :
1414 appstudio.openshift.io/application : cli-manager-operator-4-18
1515 appstudio.openshift.io/component : cli-manager-operator-4-18
3939 - name : name
4040 value : show-sbom
4141 - name : bundle
42- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
42+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
4343 - name : kind
4444 value : task
4545 resolver : bundles
@@ -55,13 +55,11 @@ spec:
5555 name : output-image
5656 type : string
5757 - default : .
58- description : Path to the source code of an application's component from where
59- to build image.
58+ description : Path to the source code of an application's component from where to build image.
6059 name : path-context
6160 type : string
6261 - default : Dockerfile
63- description : Path to the Dockerfile inside the context specified by parameter
64- path-context
62+ description : Path to the Dockerfile inside the context specified by parameter path-context
6563 name : dockerfile
6664 type : string
6765 - default : " false"
8482 name : prefetch-input
8583 type : string
8684 - default : " "
87- description : Image tag expiration time, time values could be something like
88- 1h, 2d, 3w for hours, days, and weeks, respectively.
85+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8986 name : image-expires-after
9087 - default : " true"
9188 description : Build a source image.
@@ -107,13 +104,16 @@ spec:
107104 - linux/x86_64
108105 - linux/arm64
109106 - linux/ppc64le
110- description : List of platforms to build the container images on. The available
111- set of values is determined by the configuration of the multi-platform-controller.
107+ 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.
112108 name : build-platforms
113109 type : array
114110 - default : snyk-secret
115111 description : Snyk Token Secret Name
116112 name : snyk-secret
113+ - name : buildah-format
114+ default : docker
115+ type : string
116+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
117117 results :
118118 - description : " "
119119 name : IMAGE_URL
@@ -143,7 +143,7 @@ spec:
143143 - name : name
144144 value : init
145145 - name : bundle
146- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:aac8127bc10c95fae3ca1248c1dd96576315f3313bca90c5c9378dbf37954a08
146+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
147147 - name : kind
148148 value : task
149149 resolver : bundles
@@ -164,7 +164,7 @@ spec:
164164 - name : name
165165 value : git-clone-oci-ta
166166 - name : bundle
167- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0761f97595d42c87c076797e0d0f66ff572146cad958106b7f5446b182d03394
167+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3dc39eae48745a96097c07c577b944d6203a91c35d3f71d9ed5feab41d327a6a
168168 - name : kind
169169 value : task
170170 resolver : bundles
@@ -193,7 +193,7 @@ spec:
193193 - name : name
194194 value : prefetch-dependencies-oci-ta
195195 - name : bundle
196- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3a1b3280d6300ebedb9923ddc441b91b6980512be5dae8da4b9d3be21feeb48e
196+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:569165278e3c85e3b897abad9f6d714d76be4b061f44f5f7614ed1c83ad117b4
197197 - name : kind
198198 value : task
199199 resolver : bundles
@@ -239,14 +239,16 @@ spec:
239239 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
240240 - name : IMAGE_APPEND_PLATFORM
241241 value : " true"
242+ - name : BUILDAH_FORMAT
243+ value : $(params.buildah-format)
242244 runAfter :
243245 - prefetch-dependencies
244246 taskRef :
245247 params :
246248 - name : name
247249 value : buildah-remote-oci-ta
248250 - name : bundle
249- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4 @sha256:19a7c9518d9831d60f8b9226ef89428513994659fd124bb2b0d685bff39313ef
251+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.6 @sha256:c9eb4f18a14f4fab96add0028759af7aac21e42a93d3e098a5461de641a06f7f
250252 - name : kind
251253 value : task
252254 resolver : bundles
@@ -268,14 +270,16 @@ spec:
268270 - name : IMAGES
269271 value :
270272 - $(tasks.build-images.results.IMAGE_REF[*])
273+ - name : BUILDAH_FORMAT
274+ value : $(params.buildah-format)
271275 runAfter :
272276 - build-images
273277 taskRef :
274278 params :
275279 - name : name
276280 value : build-image-index
277281 - name : bundle
278- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:70f2fe8ab9909c2bc8bb853ed5b880969f0de5022658f3af86f7dea15f95ff73
282+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3411aeecdf045f8e61532abb88c28b7479cb8372420ac713f1f6756aa8fa843a
279283 - name : kind
280284 value : task
281285 resolver : bundles
@@ -287,19 +291,21 @@ spec:
287291 - name : build-source-image
288292 params :
289293 - name : BINARY_IMAGE
290- value : $(params.output -image)
294+ value : $(tasks.build -image-index.results.IMAGE_URL )
291295 - name : SOURCE_ARTIFACT
292296 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
293297 - name : CACHI2_ARTIFACT
294298 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
299+ - name : BINARY_IMAGE_DIGEST
300+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
295301 runAfter :
296302 - build-image-index
297303 taskRef :
298304 params :
299305 - name : name
300306 value : source-build-oci-ta
301307 - name : bundle
302- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:ac36a2233b0a09e7975b776f96aa49a6e61428e929ca8150dec9a717bd6c13ea
308+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:282cb5a9119a87e88559444feff67d76d6f356d03654b4845632c049b2314735
303309 - name : kind
304310 value : task
305311 resolver : bundles
@@ -325,7 +331,7 @@ spec:
325331 - name : name
326332 value : deprecated-image-check
327333 - name : bundle
328- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
334+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
329335 - name : kind
330336 value : task
331337 resolver : bundles
@@ -334,7 +340,12 @@ spec:
334340 operator : in
335341 values :
336342 - " false"
337- - name : clair-scan
343+ - matrix :
344+ params :
345+ - name : image-platform
346+ value :
347+ - $(params.build-platforms)
348+ name : clair-scan
338349 params :
339350 - name : image-digest
340351 value : $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -347,7 +358,7 @@ spec:
347358 - name : name
348359 value : clair-scan
349360 - name : bundle
350- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
361+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
351362 - name : kind
352363 value : task
353364 resolver : bundles
@@ -367,7 +378,7 @@ spec:
367378 - name : name
368379 value : ecosystem-cert-preflight-checks
369380 - name : bundle
370- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:e16e33931bccd678b6b10b87636f37a08a0288b65a662ff76b5dad6fcbbb077f
381+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
371382 - name : kind
372383 value : task
373384 resolver : bundles
@@ -376,6 +387,11 @@ spec:
376387 operator : in
377388 values :
378389 - " false"
390+ matrix :
391+ params :
392+ - name : platform
393+ value :
394+ - $(params.build-platforms)
379395 - name : sast-snyk-check
380396 params :
381397 - name : image-digest
@@ -393,7 +409,7 @@ spec:
393409 - name : name
394410 value : sast-snyk-check-oci-ta
395411 - name : bundle
396- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
412+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
397413 - name : kind
398414 value : task
399415 resolver : bundles
@@ -415,7 +431,7 @@ spec:
415431 - name : name
416432 value : clamav-scan
417433 - name : bundle
418- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:11b1684965b64f1fa7c65f90a3524413022246a3863eaba188c84eb4bf0b687a
434+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
419435 - name : kind
420436 value : task
421437 resolver : bundles
@@ -424,18 +440,25 @@ spec:
424440 operator : in
425441 values :
426442 - " false"
443+ matrix :
444+ params :
445+ - name : image-arch
446+ value :
447+ - $(params.build-platforms)
427448 - name : apply-tags
428449 params :
429- - name : IMAGE
450+ - name : IMAGE_URL
430451 value : $(tasks.build-image-index.results.IMAGE_URL)
452+ - name : IMAGE_DIGEST
453+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
431454 runAfter :
432455 - build-image-index
433456 taskRef :
434457 params :
435458 - name : name
436459 value : apply-tags
437460 - name : bundle
438- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:4973fa42a8f06238613447fbdb3d0c55eb2d718fd16f2f2591a577c29c1edb17
461+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:4c2b0a2d2904108f8d19edfa878df6cd49ed19aab73ab6fc6a435fba0265f771
439462 - name : kind
440463 value : task
441464 resolver : bundles
@@ -458,7 +481,7 @@ spec:
458481 - name : name
459482 value : push-dockerfile-oci-ta
460483 - name : bundle
461- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:c4f87c44c4cf99f3d90435d72ad93e550b14d2928ba943715daf9015bcc1af73
484+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:13633d5ba8445c0f732a0a5d1b33ffbb708398e45ef1647542b0ab22fee25a6a
462485 - name : kind
463486 value : task
464487 resolver : bundles
@@ -475,7 +498,7 @@ spec:
475498 - name : name
476499 value : rpms-signature-scan
477500 - name : bundle
478- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:eeaee239eabec8ba9cfd0f80382ad34114c93393c35d1eae77c5d73d57aa824d
501+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
479502 - name : kind
480503 value : task
481504 resolver : bundles
0 commit comments