@@ -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- == "$$TARGET_BRANCH$$"
12- creationTimestamp : null
10+ pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch == "$$TARGET_BRANCH$$"
11+ creationTimestamp :
1312 labels :
1413 appstudio.openshift.io/application : opendatahub-release
1514 appstudio.openshift.io/component : batch-gateway-apiserver
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:04994df487ee886adbe60a8a5866647fbdfd53cc26f7b2554272ba51bf7af29e
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:3eff579c511d6c5e846175920e8f184a87337e142bbc4c30107e76bda4a325cb
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 type : string
115111 - default : " false"
@@ -121,8 +117,7 @@ spec:
121117 name : build-image-index
122118 type : string
123119 - default : docker
124- description : The format for the resulting image's mediaType. Valid values are
125- oci or docker.
120+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
126121 name : buildah-format
127122 type : string
128123 - default : " false"
@@ -137,8 +132,7 @@ spec:
137132 name : build-args-file
138133 type : string
139134 - default : " false"
140- description : Whether to enable privileged mode, should be used only with remote
141- VMs
135+ description : Whether to enable privileged mode, should be used only with remote VMs
142136 name : privileged-nested
143137 type : string
144138 results :
@@ -199,12 +193,14 @@ spec:
199193 value : $(params.rebuild)
200194 - name : skip-checks
201195 value : $(params.skip-checks)
196+ - name : enable-cache-proxy
197+ value : $(params.enable-cache-proxy)
202198 taskRef :
203199 params :
204200 - name : name
205201 value : init
206202 - name : bundle
207- 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:a482890d072df3aff9cf5db0ff2b9ec04fa6bb006cfd9da9817805fdd11a73f5
208204 - name : kind
209205 value : task
210206 resolver : bundles
@@ -227,7 +223,7 @@ spec:
227223 - name : name
228224 value : git-clone-oci-ta
229225 - name : bundle
230- 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:2c388d28651457db60bb90287e7d8c3680303197196e4476878d98d81e8b6dc9
231227 - name : kind
232228 value : task
233229 resolver : bundles
@@ -256,7 +252,7 @@ spec:
256252 - name : name
257253 value : prefetch-dependencies-oci-ta
258254 - name : bundle
259- 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:a56046235a9ce324d6c5a0682cdc9b822b5402f8b24d481f213035d9b0bcc3bb
260256 - name : kind
261257 value : task
262258 resolver : bundles
@@ -292,14 +288,18 @@ spec:
292288 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
293289 - name : CACHI2_ARTIFACT
294290 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
291+ - name : HTTP_PROXY
292+ value : $(tasks.init.results.http-proxy)
293+ - name : NO_PROXY
294+ value : $(tasks.init.results.no-proxy)
295295 runAfter :
296296 - prefetch-dependencies
297297 taskRef :
298298 params :
299299 - name : name
300300 value : buildah-oci-ta
301301 - name : bundle
302- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:b91b634c32b7fd98dbfc4cdbc0a97d7694997fd49ceebabf34c2535fd47f84a2
302+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:ac0a0b717e7bc44182e280aa76abc8cac2f2f9b5283c790a502b5bbe0466a42c
303303 - name : kind
304304 value : task
305305 resolver : bundles
@@ -328,7 +328,7 @@ spec:
328328 - name : name
329329 value : build-image-index
330330 - name : bundle
331- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
331+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:609e6a2890976d6dcee4461114da757a5e4e12216050431d3c321a8e5c8f612e
332332 - name : kind
333333 value : task
334334 resolver : bundles
@@ -352,7 +352,7 @@ spec:
352352 - name : name
353353 value : source-build-oci-ta
354354 - name : bundle
355- 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.2@sha256:82bd61a1134f94a26a6e4f2f29e4dd84280d83a9799eccef2d94976839330a94
356356 - name : kind
357357 value : task
358358 resolver : bundles
@@ -378,7 +378,7 @@ spec:
378378 - name : name
379379 value : deprecated-image-check
380380 - name : bundle
381- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
381+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5ff16b7e6b4a8aa1adb352e74b9f831f77ff97bafd1b89ddb0038d63335f1a67
382382 - name : kind
383383 value : task
384384 resolver : bundles
@@ -400,7 +400,7 @@ spec:
400400 - name : name
401401 value : clair-scan
402402 - name : bundle
403- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
403+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:9fbf3bee160b727de7923a310160e6bcea60652573fc127ee98bf7507ff05b8c
404404 - name : kind
405405 value : task
406406 resolver : bundles
@@ -420,7 +420,7 @@ spec:
420420 - name : name
421421 value : ecosystem-cert-preflight-checks
422422 - name : bundle
423- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dea8d9b4bec3e99d612d799798acf132df48276164b5193ea68f9f3c25ae425b
423+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b4ac586edea81dcd25dfc17f1bd57899825be2b443e48d572cd05ce058f153bb
424424 - name : kind
425425 value : task
426426 resolver : bundles
@@ -446,7 +446,7 @@ spec:
446446 - name : name
447447 value : sast-snyk-check-oci-ta
448448 - name : bundle
449- 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:ba3eff8f97a7cfc5341f3138c8a13e532238298d9a0fb94401c0971d30eb115a
450450 - name : kind
451451 value : task
452452 resolver : bundles
@@ -468,7 +468,7 @@ spec:
468468 - name : name
469469 value : clamav-scan
470470 - name : bundle
471- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:59094118aa07d5b0199565c4e0b2d0f4feb9a4741877c8716877572e2c4804f9
471+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:64574d6dd8999d7dccb06d302635840a3d0407e4da8cd8d20390ba2acf8ea873
472472 - name : kind
473473 value : task
474474 resolver : bundles
@@ -513,7 +513,7 @@ spec:
513513 - name : name
514514 value : sast-coverity-check-oci-ta
515515 - name : bundle
516- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c8eb622d59019582f6f11ed656c0f04f388737f7dd6e47cd780ad0f34bb38bb2
516+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:47f4e2d0881ac8c43a1ea1e2375bb2591dff34b5aa8c7366a043652d1eed499c
517517 - name : kind
518518 value : task
519519 resolver : bundles
@@ -534,7 +534,7 @@ spec:
534534 - name : name
535535 value : coverity-availability-check
536536 - name : bundle
537- 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:de35caf2f090e3275cfd1019ea50d9662422e904fb4aebd6ea29fb53a1ad57f5
538538 - name : kind
539539 value : task
540540 resolver : bundles
@@ -560,7 +560,7 @@ spec:
560560 - name : name
561561 value : sast-shell-check-oci-ta
562562 - name : bundle
563- 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:c89a2bcf408ede50b161005859c76868f8007bb2a5daa06c1effe979b02145d7
564564 - name : kind
565565 value : task
566566 resolver : bundles
@@ -586,7 +586,7 @@ spec:
586586 - name : name
587587 value : sast-unicode-check-oci-ta
588588 - name : bundle
589- 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.2@sha256:5a93fe7f1f3990167d87cb3f30bc13293e02cf5a6da88f46cf0368b3328c2d56
590590 - name : kind
591591 value : task
592592 resolver : bundles
@@ -606,7 +606,7 @@ spec:
606606 - name : name
607607 value : apply-tags
608608 - name : bundle
609- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
609+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:c5ed9ff3865b8805e6e17c0fd4fb601f92cafa2c6c11ee87e72884ee58088ac9
610610 - name : kind
611611 value : task
612612 resolver : bundles
@@ -629,7 +629,7 @@ spec:
629629 - name : name
630630 value : push-dockerfile-oci-ta
631631 - name : bundle
632- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
632+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:3ac63fc7ebee0028526ad00913dd5155b312bb5878144ab69c4e6c693c031ebe
633633 - name : kind
634634 value : task
635635 resolver : bundles
@@ -646,7 +646,7 @@ spec:
646646 - name : name
647647 value : rpms-signature-scan
648648 - name : bundle
649- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:2366b2f394610192736dd8edac1a702964daeb961603dfc9ceb6b8188e39a009
649+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:0eb4cfb41181a158b6761c990cc7a9f7f77c70f7ff19bf276009c6ef59c9da5e
650650 - name : kind
651651 value : task
652652 resolver : bundles
@@ -666,4 +666,4 @@ spec:
666666 - name : git-auth
667667 secret :
668668 secretName : ' {{ git_auth_secret }}'
669- status : {}
669+ status : {}
0 commit comments