@@ -8,9 +8,8 @@ metadata:
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/cancel-in-progress : " false"
1010 pipelinesascode.tekton.dev/max-keep-runs : " 3"
11- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
12- == "konflux-poc"
13- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch == "konflux-poc"
12+ creationTimestamp :
1413 labels :
1514 appstudio.openshift.io/application : odh-release
1615 appstudio.openshift.io/component : rest-proxy-odh-poc
4544 - name : name
4645 value : show-sbom
4746 - name : bundle
48- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
47+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
4948 - name : kind
5049 value : task
5150 resolver : bundles
@@ -61,13 +60,11 @@ spec:
6160 name : output-image
6261 type : string
6362 - default : .
64- description : Path to the source code of an application's component from where
65- to build image.
63+ description : Path to the source code of an application's component from where to build image.
6664 name : path-context
6765 type : string
6866 - default : Dockerfile
69- description : Path to the Dockerfile inside the context specified by parameter
70- path-context
67+ description : Path to the Dockerfile inside the context specified by parameter path-context
7168 name : dockerfile
7269 type : string
7370 - default : " false"
8784 name : prefetch-input
8885 type : string
8986 - default : " "
90- description : Image tag expiration time, time values could be something like
91- 1h, 2d, 3w for hours, days, and weeks, respectively.
87+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9288 name : image-expires-after
9389 - default : " false"
9490 description : Build a source image.
@@ -107,10 +103,13 @@ spec:
107103 name : build-args-file
108104 type : string
109105 - default : " false"
110- description : Whether to enable privileged mode, should be used only with remote
111- VMs
106+ description : Whether to enable privileged mode, should be used only with remote VMs
112107 name : privileged-nested
113108 type : string
109+ - name : buildah-format
110+ default : docker
111+ type : string
112+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
114113 results :
115114 - description : " "
116115 name : IMAGE_URL
@@ -138,7 +137,7 @@ spec:
138137 - name : name
139138 value : init
140139 - name : bundle
141- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
140+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
142141 - name : kind
143142 value : task
144143 resolver : bundles
@@ -159,7 +158,7 @@ spec:
159158 - name : name
160159 value : git-clone-oci-ta
161160 - name : bundle
162- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
161+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:bb2f8f1edec47faa08c1929f2ffc6748f3a96af9644e6c40000081c6ff3ec894
163162 - name : kind
164163 value : task
165164 resolver : bundles
@@ -188,7 +187,7 @@ spec:
188187 - name : name
189188 value : prefetch-dependencies-oci-ta
190189 - name : bundle
191- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3db5d3a02bcbbc034080474c06bec8388bd6abc71606503ac4832f6890e71503
190+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:0503f9313dfe70e4defda88a7226ec91a74af42198dccfa3280397d965aa16d6
192191 - name : kind
193192 value : task
194193 resolver : bundles
@@ -224,14 +223,16 @@ spec:
224223 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
225224 - name : CACHI2_ARTIFACT
226225 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
226+ - name : BUILDAH_FORMAT
227+ value : $(params.buildah-format)
227228 runAfter :
228229 - prefetch-dependencies
229230 taskRef :
230231 params :
231232 - name : name
232233 value : buildah-oci-ta
233234 - name : bundle
234- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:6ac9d16f598c14a4b56e662eccda0a438e94aa8f87dd27a3ea0ff1abc6e00c66
235+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6 @sha256:b990178b6bf21c353e1567fe1a66d1472f7f4a862f003cf8d5b31d1caa3c43d6
235236 - name : kind
236237 value : task
237238 resolver : bundles
@@ -253,14 +254,16 @@ spec:
253254 - name : IMAGES
254255 value :
255256 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
257+ - name : BUILDAH_FORMAT
258+ value : $(params.buildah-format)
256259 runAfter :
257260 - build-container
258261 taskRef :
259262 params :
260263 - name : name
261264 value : build-image-index
262265 - name : bundle
263- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:1b357f2ed430d18a009740a1783dd15af70ce1e23dc6254da1a83e9ec595d5be
266+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:d94cad7f41be61074dd21c7dff26dab9217c3435a16f62813c1cb8382dd9aae6
264267 - name : kind
265268 value : task
266269 resolver : bundles
@@ -272,19 +275,21 @@ spec:
272275 - name : build-source-image
273276 params :
274277 - name : BINARY_IMAGE
275- value : $(params.output -image)
278+ value : $(tasks.build -image-index.results.IMAGE_URL )
276279 - name : SOURCE_ARTIFACT
277280 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
278281 - name : CACHI2_ARTIFACT
279282 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
283+ - name : BINARY_IMAGE_DIGEST
284+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
280285 runAfter :
281286 - build-image-index
282287 taskRef :
283288 params :
284289 - name : name
285290 value : source-build-oci-ta
286291 - name : bundle
287- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
292+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:5f9069a07a6dc16aae7a05adf49d2b6792815f3fabd116377578860743f4e0ec
288293 - name : kind
289294 value : task
290295 resolver : bundles
@@ -310,7 +315,7 @@ spec:
310315 - name : name
311316 value : deprecated-image-check
312317 - name : bundle
313- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
318+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
314319 - name : kind
315320 value : task
316321 resolver : bundles
@@ -332,7 +337,7 @@ spec:
332337 - name : name
333338 value : clair-scan
334339 - name : bundle
335- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:878ae247ffc58d95a9ac68e4d658ef91ef039363e03e65a386bc0ead02d9d7d8
340+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
336341 - name : kind
337342 value : task
338343 resolver : bundles
@@ -352,7 +357,7 @@ spec:
352357 - name : name
353358 value : ecosystem-cert-preflight-checks
354359 - name : bundle
355- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
360+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
356361 - name : kind
357362 value : task
358363 resolver : bundles
@@ -378,7 +383,7 @@ spec:
378383 - name : name
379384 value : sast-snyk-check-oci-ta
380385 - name : bundle
381- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:6078ec8ec7caacbb8203138fcaa63db24e88dbf838544340bb0752d5b69f20ae
386+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760
382387 - name : kind
383388 value : task
384389 resolver : bundles
@@ -400,7 +405,7 @@ spec:
400405 - name : name
401406 value : clamav-scan
402407 - name : bundle
403- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:98d94290d6f21b6e231485326e3629bbcdec75c737b84e05ac9eac78f9a2c8b4
408+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
404409 - name : kind
405410 value : task
406411 resolver : bundles
@@ -445,7 +450,7 @@ spec:
445450 - name : name
446451 value : sast-coverity-check-oci-ta
447452 - name : bundle
448- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:87af64576088ba68f2a5b89998b7ae9e92d7e4f039274e4be6000eff6ce0d95d
453+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
449454 - name : kind
450455 value : task
451456 resolver : bundles
@@ -466,7 +471,7 @@ spec:
466471 - name : name
467472 value : coverity-availability-check
468473 - name : bundle
469- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
474+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36bcf1531b85c2c7d7b4382bc0a9c61b0501e2e54e84991b11b225bdec0e5928
470475 - name : kind
471476 value : task
472477 resolver : bundles
@@ -492,7 +497,7 @@ spec:
492497 - name : name
493498 value : sast-shell-check-oci-ta
494499 - name : bundle
495- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
500+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed
496501 - name : kind
497502 value : task
498503 resolver : bundles
@@ -518,7 +523,7 @@ spec:
518523 - name : name
519524 value : sast-unicode-check-oci-ta
520525 - name : bundle
521- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
526+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712
522527 - name : kind
523528 value : task
524529 resolver : bundles
@@ -529,16 +534,18 @@ spec:
529534 - " false"
530535 - name : apply-tags
531536 params :
532- - name : IMAGE
537+ - name : IMAGE_URL
533538 value : $(tasks.build-image-index.results.IMAGE_URL)
539+ - name : IMAGE_DIGEST
540+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
534541 runAfter :
535542 - build-image-index
536543 taskRef :
537544 params :
538545 - name : name
539546 value : apply-tags
540547 - name : bundle
541- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:9d9871143ab3a818f681488be6074f5b2f892c1843795a46f6daf3f5487e72d1
548+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
542549 - name : kind
543550 value : task
544551 resolver : bundles
@@ -561,7 +568,7 @@ spec:
561568 - name : name
562569 value : push-dockerfile-oci-ta
563570 - name : bundle
564- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
571+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:738e6e2108bee5b50309a37b54bc1adf8433ac63598dbb6830d6cb4ac65d9de6
565572 - name : kind
566573 value : task
567574 resolver : bundles
@@ -578,7 +585,7 @@ spec:
578585 - name : name
579586 value : rpms-signature-scan
580587 - name : bundle
581- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:297c2d8928aa3b114fcb1ba5d9da8b10226b68fed30706e78a6a5089c6cd30e3
588+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
582589 - name : kind
583590 value : task
584591 resolver : bundles
0 commit comments