@@ -7,9 +7,8 @@ metadata:
77 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
88 pipelinesascode.tekton.dev/cancel-in-progress : " false"
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
10- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
11- == "main"
12- creationTimestamp : null
10+ pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch == "main"
11+ creationTimestamp :
1312 labels :
1413 appstudio.openshift.io/application : opendatahub-release
1514 appstudio.openshift.io/component : trainer
4443 - name : name
4544 value : show-sbom
4645 - name : bundle
47- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
46+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
4847 - name : kind
4948 value : task
5049 resolver : bundles
6160 - name : name
6261 value : slack-webhook-notification
6362 - name : bundle
64- value : quay.io/konflux-ci/tekton-catalog/task-slack-webhook-notification:0.1@sha256:dc17b70633363d78414b8c06dc1660d25742935f106a6116995638e1210c2730
63+ value : quay.io/konflux-ci/tekton-catalog/task-slack-webhook-notification:0.1@sha256:69945a30c11387a766e3d0ae33991b68e865a290c09da1fea44f193d358926ba
6564 - name : kind
6665 value : task
6766 resolver : bundles
@@ -82,13 +81,11 @@ spec:
8281 name : output-image
8382 type : string
8483 - default : .
85- description : Path to the source code of an application's component from where
86- to build image.
84+ description : Path to the source code of an application's component from where to build image.
8785 name : path-context
8886 type : string
8987 - default : Dockerfile
90- description : Path to the Dockerfile inside the context specified by parameter
91- path-context
88+ description : Path to the Dockerfile inside the context specified by parameter path-context
9289 name : dockerfile
9390 type : string
9491 - default : " true"
@@ -108,8 +105,7 @@ spec:
108105 name : prefetch-input
109106 type : string
110107 - default : " "
111- description : Image tag expiration time, time values could be something like
112- 1h, 2d, 3w for hours, days, and weeks, respectively.
108+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
113109 name : image-expires-after
114110 - default : " false"
115111 description : Build a source image.
@@ -128,10 +124,17 @@ spec:
128124 name : build-args-file
129125 type : string
130126 - default : " false"
131- description : Whether to enable privileged mode, should be used only with remote
132- VMs
127+ description : Whether to enable privileged mode, should be used only with remote VMs
133128 name : privileged-nested
134129 type : string
130+ - name : buildah-format
131+ default : docker
132+ type : string
133+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
134+ - name : enable-cache-proxy
135+ default : ' false'
136+ description : Enable cache proxy configuration
137+ type : string
135138 results :
136139 - description : " "
137140 name : IMAGE_URL
@@ -190,12 +193,14 @@ spec:
190193 value : $(params.rebuild)
191194 - name : skip-checks
192195 value : $(params.skip-checks)
196+ - name : enable-cache-proxy
197+ value : $(params.enable-cache-proxy)
193198 taskRef :
194199 params :
195200 - name : name
196201 value : init
197202 - name : bundle
198- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
203+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
199204 - name : kind
200205 value : task
201206 resolver : bundles
@@ -218,7 +223,7 @@ spec:
218223 - name : name
219224 value : git-clone-oci-ta
220225 - name : bundle
221- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
226+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
222227 - name : kind
223228 value : task
224229 resolver : bundles
@@ -247,7 +252,7 @@ spec:
247252 - name : name
248253 value : prefetch-dependencies-oci-ta
249254 - name : bundle
250- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:022032b9c5e1c0c91dbb89f0e89692f5cd463e953851a883b750a3e6700ea6f3
255+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3e5e834290a1ed57fd14c0082e5a10789c8fe382ed682ef7f981475a7b316b49
251256 - name : kind
252257 value : task
253258 resolver : bundles
@@ -283,14 +288,20 @@ spec:
283288 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
284289 - name : CACHI2_ARTIFACT
285290 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
291+ - name : BUILDAH_FORMAT
292+ value : $(params.buildah-format)
293+ - name : HTTP_PROXY
294+ value : $(tasks.init.results.http-proxy)
295+ - name : NO_PROXY
296+ value : $(tasks.init.results.no-proxy)
286297 runAfter :
287298 - prefetch-dependencies
288299 taskRef :
289300 params :
290301 - name : name
291302 value : buildah-oci-ta
292303 - name : bundle
293- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:b91b634c32b7fd98dbfc4cdbc0a97d7694997fd49ceebabf34c2535fd47f84a2
304+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7 @sha256:2de614f405527e779534a5d1a1293a528c482aa6abebc8ea158ad47e4be5dea4
294305 - name : kind
295306 value : task
296307 resolver : bundles
@@ -312,14 +323,16 @@ spec:
312323 - name : IMAGES
313324 value :
314325 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
326+ - name : BUILDAH_FORMAT
327+ value : $(params.buildah-format)
315328 runAfter :
316329 - build-container
317330 taskRef :
318331 params :
319332 - name : name
320333 value : build-image-index
321334 - name : bundle
322- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
335+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2 @sha256:39561ac43e325159497c10c0284cf61dfddf39e39100ca5e3df6b73c5d96db8b
323336 - name : kind
324337 value : task
325338 resolver : bundles
@@ -331,19 +344,21 @@ spec:
331344 - name : build-source-image
332345 params :
333346 - name : BINARY_IMAGE
334- value : $(params.output -image)
347+ value : $(tasks.build -image-index.results.IMAGE_URL )
335348 - name : SOURCE_ARTIFACT
336349 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
337350 - name : CACHI2_ARTIFACT
338351 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
352+ - name : BINARY_IMAGE_DIGEST
353+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
339354 runAfter :
340355 - build-image-index
341356 taskRef :
342357 params :
343358 - name : name
344359 value : source-build-oci-ta
345360 - name : bundle
346- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
361+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
347362 - name : kind
348363 value : task
349364 resolver : bundles
@@ -369,7 +384,7 @@ spec:
369384 - name : name
370385 value : deprecated-image-check
371386 - name : bundle
372- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
387+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
373388 - name : kind
374389 value : task
375390 resolver : bundles
@@ -391,7 +406,7 @@ spec:
391406 - name : name
392407 value : clair-scan
393408 - name : bundle
394- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
409+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a5fa66ed5b8c107e7bc29cb084edcc07e394f818cc59ef2db2f9dcb0cd1fa3dc
395410 - name : kind
396411 value : task
397412 resolver : bundles
@@ -411,7 +426,7 @@ spec:
411426 - name : name
412427 value : ecosystem-cert-preflight-checks
413428 - name : bundle
414- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dea8d9b4bec3e99d612d799798acf132df48276164b5193ea68f9f3c25ae425b
429+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
415430 - name : kind
416431 value : task
417432 resolver : bundles
@@ -437,7 +452,7 @@ spec:
437452 - name : name
438453 value : sast-snyk-check-oci-ta
439454 - name : bundle
440- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
455+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
441456 - name : kind
442457 value : task
443458 resolver : bundles
@@ -459,7 +474,7 @@ spec:
459474 - name : name
460475 value : clamav-scan
461476 - name : bundle
462- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:59094118aa07d5b0199565c4e0b2d0f4feb9a4741877c8716877572e2c4804f9
477+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
463478 - name : kind
464479 value : task
465480 resolver : bundles
@@ -504,7 +519,7 @@ spec:
504519 - name : name
505520 value : sast-coverity-check-oci-ta
506521 - name : bundle
507- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c8eb622d59019582f6f11ed656c0f04f388737f7dd6e47cd780ad0f34bb38bb2
522+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
508523 - name : kind
509524 value : task
510525 resolver : bundles
@@ -525,7 +540,7 @@ spec:
525540 - name : name
526541 value : coverity-availability-check
527542 - name : bundle
528- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
543+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
529544 - name : kind
530545 value : task
531546 resolver : bundles
@@ -551,7 +566,7 @@ spec:
551566 - name : name
552567 value : sast-shell-check-oci-ta
553568 - name : bundle
554- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
569+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
555570 - name : kind
556571 value : task
557572 resolver : bundles
@@ -577,7 +592,7 @@ spec:
577592 - name : name
578593 value : sast-unicode-check-oci-ta
579594 - name : bundle
580- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
595+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
581596 - name : kind
582597 value : task
583598 resolver : bundles
@@ -588,16 +603,18 @@ spec:
588603 - " false"
589604 - name : apply-tags
590605 params :
591- - name : IMAGE
606+ - name : IMAGE_URL
592607 value : $(tasks.build-image-index.results.IMAGE_URL)
608+ - name : IMAGE_DIGEST
609+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
593610 runAfter :
594611 - build-image-index
595612 taskRef :
596613 params :
597614 - name : name
598615 value : apply-tags
599616 - name : bundle
600- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
617+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:e4017ec351a0891ef95989f35bd20b8c3f091fa1a3da364c4d4e975e99f3063c
601618 - name : kind
602619 value : task
603620 resolver : bundles
@@ -620,7 +637,7 @@ spec:
620637 - name : name
621638 value : push-dockerfile-oci-ta
622639 - name : bundle
623- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
640+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
624641 - name : kind
625642 value : task
626643 resolver : bundles
@@ -637,7 +654,7 @@ spec:
637654 - name : name
638655 value : rpms-signature-scan
639656 - name : bundle
640- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:2366b2f394610192736dd8edac1a702964daeb961603dfc9ceb6b8188e39a009
657+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:0b10508c82ccb0f5a06a66ce7af56e9bfd40651ddefdf0f499988e897771ee28
641658 - name : kind
642659 value : task
643660 resolver : bundles
0 commit comments