@@ -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,17 @@ 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.
138+ - name : enable-cache-proxy
139+ default : ' false'
140+ description : Enable cache proxy configuration
141+ type : string
142142 results :
143143 - description : " "
144144 name : IMAGE_URL
@@ -197,12 +197,14 @@ spec:
197197 value : $(params.rebuild)
198198 - name : skip-checks
199199 value : $(params.skip-checks)
200+ - name : enable-cache-proxy
201+ value : $(params.enable-cache-proxy)
200202 taskRef :
201203 params :
202204 - name : name
203205 value : init
204206 - name : bundle
205- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
207+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
206208 - name : kind
207209 value : task
208210 resolver : bundles
@@ -225,7 +227,7 @@ spec:
225227 - name : name
226228 value : git-clone-oci-ta
227229 - name : bundle
228- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
230+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
229231 - name : kind
230232 value : task
231233 resolver : bundles
@@ -254,7 +256,7 @@ spec:
254256 - name : name
255257 value : prefetch-dependencies-oci-ta
256258 - name : bundle
257- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d48c621ae828a3cbca162e12ec166210d2d77a7ba23b0e5d60c4a1b94491adeb
259+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3fa0204a481044b21f0e784ce39cbd25e8fb49c664a5458f3eef351fff1c906e
258260 - name : kind
259261 value : task
260262 resolver : bundles
@@ -290,14 +292,20 @@ spec:
290292 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
291293 - name : CACHI2_ARTIFACT
292294 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
295+ - name : BUILDAH_FORMAT
296+ value : $(params.buildah-format)
297+ - name : HTTP_PROXY
298+ value : $(tasks.init.results.http-proxy)
299+ - name : NO_PROXY
300+ value : $(tasks.init.results.no-proxy)
293301 runAfter :
294302 - prefetch-dependencies
295303 taskRef :
296304 params :
297305 - name : name
298306 value : buildah-oci-ta
299307 - name : bundle
300- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:6ac9d16f598c14a4b56e662eccda0a438e94aa8f87dd27a3ea0ff1abc6e00c66
308+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7 @sha256:916781b75e5f42a2e0b578b3ab3418e8bcc305168b2cd26ff41c8057e5c9ec28
301309 - name : kind
302310 value : task
303311 resolver : bundles
@@ -319,14 +327,16 @@ spec:
319327 - name : IMAGES
320328 value :
321329 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
330+ - name : BUILDAH_FORMAT
331+ value : $(params.buildah-format)
322332 runAfter :
323333 - build-container
324334 taskRef :
325335 params :
326336 - name : name
327337 value : build-image-index
328338 - name : bundle
329- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
339+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2 @sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
330340 - name : kind
331341 value : task
332342 resolver : bundles
@@ -338,19 +348,21 @@ spec:
338348 - name : build-source-image
339349 params :
340350 - name : BINARY_IMAGE
341- value : $(params.output -image)
351+ value : $(tasks.build -image-index.results.IMAGE_URL )
342352 - name : SOURCE_ARTIFACT
343353 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
344354 - name : CACHI2_ARTIFACT
345355 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
356+ - name : BINARY_IMAGE_DIGEST
357+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
346358 runAfter :
347359 - build-image-index
348360 taskRef :
349361 params :
350362 - name : name
351363 value : source-build-oci-ta
352364 - name : bundle
353- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
365+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
354366 - name : kind
355367 value : task
356368 resolver : bundles
@@ -376,7 +388,7 @@ spec:
376388 - name : name
377389 value : deprecated-image-check
378390 - name : bundle
379- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
391+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
380392 - name : kind
381393 value : task
382394 resolver : bundles
@@ -398,7 +410,7 @@ spec:
398410 - name : name
399411 value : clair-scan
400412 - name : bundle
401- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:878ae247ffc58d95a9ac68e4d658ef91ef039363e03e65a386bc0ead02d9d7d8
413+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
402414 - name : kind
403415 value : task
404416 resolver : bundles
@@ -418,7 +430,7 @@ spec:
418430 - name : name
419431 value : ecosystem-cert-preflight-checks
420432 - name : bundle
421- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:1157c6ac9805af8b8874e4b8d68d2403d99e1c007f63623566b5d848b27c1826
433+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
422434 - name : kind
423435 value : task
424436 resolver : bundles
@@ -444,7 +456,7 @@ spec:
444456 - name : name
445457 value : sast-snyk-check-oci-ta
446458 - name : bundle
447- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
459+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
448460 - name : kind
449461 value : task
450462 resolver : bundles
@@ -466,7 +478,7 @@ spec:
466478 - name : name
467479 value : clamav-scan
468480 - name : bundle
469- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:24182598bf5161c4007988a7236e240f361c77a0a9b6973a6712dbae50d296bc
481+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
470482 - name : kind
471483 value : task
472484 resolver : bundles
@@ -511,7 +523,7 @@ spec:
511523 - name : name
512524 value : sast-coverity-check-oci-ta
513525 - name : bundle
514- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:87af64576088ba68f2a5b89998b7ae9e92d7e4f039274e4be6000eff6ce0d95d
526+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
515527 - name : kind
516528 value : task
517529 resolver : bundles
@@ -532,7 +544,7 @@ spec:
532544 - name : name
533545 value : coverity-availability-check
534546 - name : bundle
535- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
547+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
536548 - name : kind
537549 value : task
538550 resolver : bundles
@@ -558,7 +570,7 @@ spec:
558570 - name : name
559571 value : sast-shell-check-oci-ta
560572 - name : bundle
561- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
573+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
562574 - name : kind
563575 value : task
564576 resolver : bundles
@@ -584,7 +596,7 @@ spec:
584596 - name : name
585597 value : sast-unicode-check-oci-ta
586598 - name : bundle
587- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
599+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
588600 - name : kind
589601 value : task
590602 resolver : bundles
@@ -595,19 +607,21 @@ spec:
595607 - " false"
596608 - name : apply-tags
597609 params :
598- - name : IMAGE
599- value : $(tasks.build-image-index.results.IMAGE_URL)
600610 - name : ADDITIONAL_TAGS
601611 value :
602612 - $(params.additional-tags[*])
613+ - name : IMAGE_URL
614+ value : $(tasks.build-image-index.results.IMAGE_URL)
615+ - name : IMAGE_DIGEST
616+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
603617 runAfter :
604618 - build-image-index
605619 taskRef :
606620 params :
607621 - name : name
608622 value : apply-tags
609623 - name : bundle
610- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
624+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
611625 - name : kind
612626 value : task
613627 resolver : bundles
@@ -630,7 +644,7 @@ spec:
630644 - name : name
631645 value : push-dockerfile-oci-ta
632646 - name : bundle
633- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
647+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
634648 - name : kind
635649 value : task
636650 resolver : bundles
@@ -647,7 +661,7 @@ spec:
647661 - name : name
648662 value : rpms-signature-scan
649663 - name : bundle
650- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:297c2d8928aa3b114fcb1ba5d9da8b10226b68fed30706e78a6a5089c6cd30e3
664+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:90c2b32ebf0a00f42c0c1d1675feb75ba71793ad1a4c22ddea7cdc71ed997a04
651665 - name : kind
652666 value : task
653667 resolver : bundles
0 commit comments