@@ -8,12 +8,8 @@ metadata:
88 pipelinesascode.tekton.dev/cancel-in-progress : " false"
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1010 build.appstudio.openshift.io/build-nudge-files : " manifests/base/params-latest.env"
11- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
12- == "main"
13- && !("manifests/base/params-latest.env".pathChanged())
14- && ( "runtimes/datascience/ubi9-python-3.12/**".pathChanged() ||
15- " .tekton/odh-pipeline-runtime-datascience-cpu-py312-ubi9-push.yaml" .pathChanged() )
16- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch == "main" && !("manifests/base/params-latest.env".pathChanged()) && ( "runtimes/datascience/ubi9-python-3.12/**".pathChanged() || ".tekton/odh-pipeline-runtime-datascience-cpu-py312-ubi9-push.yaml".pathChanged() )
12+ creationTimestamp :
1713 labels :
1814 appstudio.openshift.io/application : opendatahub-release
1915 appstudio.openshift.io/component : odh-pipeline-runtime-datascience-cpu-py312-ubi9
5147 - name : name
5248 value : show-sbom
5349 - name : bundle
54- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
50+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5551 - name : kind
5652 value : task
5753 resolver : bundles
6864 - name : name
6965 value : slack-webhook-notification
7066 - name : bundle
71- value : quay.io/konflux-ci/tekton-catalog/task-slack-webhook-notification:0.1@sha256:dc17b70633363d78414b8c06dc1660d25742935f106a6116995638e1210c2730
67+ value : quay.io/konflux-ci/tekton-catalog/task-slack-webhook-notification:0.1@sha256:69945a30c11387a766e3d0ae33991b68e865a290c09da1fea44f193d358926ba
7268 - name : kind
7369 value : task
7470 resolver : bundles
@@ -89,13 +85,11 @@ spec:
8985 name : output-image
9086 type : string
9187 - default : .
92- description : Path to the source code of an application's component from where
93- to build image.
88+ description : Path to the source code of an application's component from where to build image.
9489 name : path-context
9590 type : string
9691 - default : Dockerfile
97- description : Path to the Dockerfile inside the context specified by parameter
98- path-context
92+ description : Path to the Dockerfile inside the context specified by parameter path-context
9993 name : dockerfile
10094 type : string
10195 - default : " true"
@@ -115,8 +109,7 @@ spec:
115109 name : prefetch-input
116110 type : string
117111 - default : " "
118- description : Image tag expiration time, time values could be something like
119- 1h, 2d, 3w for hours, days, and weeks, respectively.
112+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
120113 name : image-expires-after
121114 - default : " false"
122115 description : Build a source image.
@@ -135,10 +128,13 @@ spec:
135128 name : build-args-file
136129 type : string
137130 - default : " false"
138- description : Whether to enable privileged mode, should be used only with remote
139- VMs
131+ description : Whether to enable privileged mode, should be used only with remote VMs
140132 name : privileged-nested
141133 type : string
134+ - name : buildah-format
135+ default : docker
136+ type : string
137+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
142138 results :
143139 - description : " "
144140 name : IMAGE_URL
@@ -202,7 +198,7 @@ spec:
202198 - name : name
203199 value : init
204200 - name : bundle
205- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
201+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
206202 - name : kind
207203 value : task
208204 resolver : bundles
@@ -225,7 +221,7 @@ spec:
225221 - name : name
226222 value : git-clone-oci-ta
227223 - name : bundle
228- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
224+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3dc39eae48745a96097c07c577b944d6203a91c35d3f71d9ed5feab41d327a6a
229225 - name : kind
230226 value : task
231227 resolver : bundles
@@ -254,7 +250,7 @@ spec:
254250 - name : name
255251 value : prefetch-dependencies-oci-ta
256252 - name : bundle
257- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d48c621ae828a3cbca162e12ec166210d2d77a7ba23b0e5d60c4a1b94491adeb
253+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5946ca57aa29f162e11b74984ec58960f55f9fb6a0e97c6c9215c4161f768726
258254 - name : kind
259255 value : task
260256 resolver : bundles
@@ -290,14 +286,16 @@ spec:
290286 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
291287 - name : CACHI2_ARTIFACT
292288 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
289+ - name : BUILDAH_FORMAT
290+ value : $(params.buildah-format)
293291 runAfter :
294292 - prefetch-dependencies
295293 taskRef :
296294 params :
297295 - name : name
298296 value : buildah-oci-ta
299297 - name : bundle
300- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:6ac9d16f598c14a4b56e662eccda0a438e94aa8f87dd27a3ea0ff1abc6e00c66
298+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6 @sha256:27b04ea788cf64fd38c7d151feb5e1ca408804fa5a70cf704ae746a086ee92b8
301299 - name : kind
302300 value : task
303301 resolver : bundles
@@ -319,14 +317,16 @@ spec:
319317 - name : IMAGES
320318 value :
321319 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
320+ - name : BUILDAH_FORMAT
321+ value : $(params.buildah-format)
322322 runAfter :
323323 - build-container
324324 taskRef :
325325 params :
326326 - name : name
327327 value : build-image-index
328328 - name : bundle
329- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
329+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:31197f4ee71be47c6f491e888ff266cbbb8ad5ed1c7c4141cc14f002d1802a50
330330 - name : kind
331331 value : task
332332 resolver : bundles
@@ -338,19 +338,21 @@ spec:
338338 - name : build-source-image
339339 params :
340340 - name : BINARY_IMAGE
341- value : $(params.output -image)
341+ value : $(tasks.build -image-index.results.IMAGE_URL )
342342 - name : SOURCE_ARTIFACT
343343 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
344344 - name : CACHI2_ARTIFACT
345345 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
346+ - name : BINARY_IMAGE_DIGEST
347+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
346348 runAfter :
347349 - build-image-index
348350 taskRef :
349351 params :
350352 - name : name
351353 value : source-build-oci-ta
352354 - name : bundle
353- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
355+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:282cb5a9119a87e88559444feff67d76d6f356d03654b4845632c049b2314735
354356 - name : kind
355357 value : task
356358 resolver : bundles
@@ -376,7 +378,7 @@ spec:
376378 - name : name
377379 value : deprecated-image-check
378380 - name : bundle
379- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
381+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
380382 - name : kind
381383 value : task
382384 resolver : bundles
@@ -398,7 +400,7 @@ spec:
398400 - name : name
399401 value : clair-scan
400402 - name : bundle
401- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:878ae247ffc58d95a9ac68e4d658ef91ef039363e03e65a386bc0ead02d9d7d8
403+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
402404 - name : kind
403405 value : task
404406 resolver : bundles
@@ -418,7 +420,7 @@ spec:
418420 - name : name
419421 value : ecosystem-cert-preflight-checks
420422 - name : bundle
421- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:1157c6ac9805af8b8874e4b8d68d2403d99e1c007f63623566b5d848b27c1826
423+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
422424 - name : kind
423425 value : task
424426 resolver : bundles
@@ -444,7 +446,7 @@ spec:
444446 - name : name
445447 value : sast-snyk-check-oci-ta
446448 - name : bundle
447- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
449+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
448450 - name : kind
449451 value : task
450452 resolver : bundles
@@ -466,7 +468,7 @@ spec:
466468 - name : name
467469 value : clamav-scan
468470 - name : bundle
469- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:24182598bf5161c4007988a7236e240f361c77a0a9b6973a6712dbae50d296bc
471+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
470472 - name : kind
471473 value : task
472474 resolver : bundles
@@ -511,7 +513,7 @@ spec:
511513 - name : name
512514 value : sast-coverity-check-oci-ta
513515 - name : bundle
514- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:87af64576088ba68f2a5b89998b7ae9e92d7e4f039274e4be6000eff6ce0d95d
516+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
515517 - name : kind
516518 value : task
517519 resolver : bundles
@@ -532,7 +534,7 @@ spec:
532534 - name : name
533535 value : coverity-availability-check
534536 - name : bundle
535- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
537+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
536538 - name : kind
537539 value : task
538540 resolver : bundles
@@ -558,7 +560,7 @@ spec:
558560 - name : name
559561 value : sast-shell-check-oci-ta
560562 - name : bundle
561- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
563+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
562564 - name : kind
563565 value : task
564566 resolver : bundles
@@ -584,7 +586,7 @@ spec:
584586 - name : name
585587 value : sast-unicode-check-oci-ta
586588 - name : bundle
587- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
589+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
588590 - name : kind
589591 value : task
590592 resolver : bundles
@@ -595,19 +597,21 @@ spec:
595597 - " false"
596598 - name : apply-tags
597599 params :
598- - name : IMAGE
599- value : $(tasks.build-image-index.results.IMAGE_URL)
600600 - name : ADDITIONAL_TAGS
601601 value :
602602 - $(params.additional-tags[*])
603+ - name : IMAGE_URL
604+ value : $(tasks.build-image-index.results.IMAGE_URL)
605+ - name : IMAGE_DIGEST
606+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
603607 runAfter :
604608 - build-image-index
605609 taskRef :
606610 params :
607611 - name : name
608612 value : apply-tags
609613 - name : bundle
610- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
614+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:4c2b0a2d2904108f8d19edfa878df6cd49ed19aab73ab6fc6a435fba0265f771
611615 - name : kind
612616 value : task
613617 resolver : bundles
@@ -630,7 +634,7 @@ spec:
630634 - name : name
631635 value : push-dockerfile-oci-ta
632636 - name : bundle
633- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
637+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:13633d5ba8445c0f732a0a5d1b33ffbb708398e45ef1647542b0ab22fee25a6a
634638 - name : kind
635639 value : task
636640 resolver : bundles
@@ -647,7 +651,7 @@ spec:
647651 - name : name
648652 value : rpms-signature-scan
649653 - name : bundle
650- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:297c2d8928aa3b114fcb1ba5d9da8b10226b68fed30706e78a6a5089c6cd30e3
654+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
651655 - name : kind
652656 value : task
653657 resolver : bundles
0 commit comments