@@ -118,6 +118,10 @@ spec:
118118 default : docker
119119 type : string
120120 description : The format for the resulting image's mediaType. Valid values are oci or docker.
121+ - name : enable-cache-proxy
122+ default : ' false'
123+ description : Enable cache proxy configuration
124+ type : string
121125 results :
122126 - description : ' '
123127 name : IMAGE_URL
@@ -140,12 +144,14 @@ spec:
140144 value : $(params.rebuild)
141145 - name : skip-checks
142146 value : $(params.skip-checks)
147+ - name : enable-cache-proxy
148+ value : $(params.enable-cache-proxy)
143149 taskRef :
144150 params :
145151 - name : name
146152 value : init
147153 - name : bundle
148- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
154+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:75b88ee5e134a22ee35eb974808dfe6a63693115fa445208a9060a7175b448cf
149155 - name : kind
150156 value : task
151157 resolver : bundles
@@ -166,7 +172,7 @@ spec:
166172 - name : name
167173 value : git-clone-oci-ta
168174 - name : bundle
169- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
175+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
170176 - name : kind
171177 value : task
172178 resolver : bundles
@@ -240,14 +246,18 @@ spec:
240246 value : ' true'
241247 - name : BUILDAH_FORMAT
242248 value : $(params.buildah-format)
249+ - name : HTTP_PROXY
250+ value : $(tasks.init.results.http-proxy)
251+ - name : NO_PROXY
252+ value : $(tasks.init.results.no-proxy)
243253 runAfter :
244254 - prefetch-dependencies
245255 taskRef :
246256 params :
247257 - name : name
248258 value : buildah-remote-oci-ta
249259 - name : bundle
250- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7@sha256:ee5e01eb59a3f70bb1012950fbc4081bac96d3f3517e6d204314484cd2e0059b
260+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7@sha256:b24359805297760c87cbce7b4c378267bc83aa1b9a3ac8431829f80bc26ed5d7
251261 - name : kind
252262 value : task
253263 resolver : bundles
@@ -278,7 +288,7 @@ spec:
278288 - name : name
279289 value : build-image-index
280290 - name : bundle
281- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
291+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:39561ac43e325159497c10c0284cf61dfddf39e39100ca5e3df6b73c5d96db8b
282292 - name : kind
283293 value : task
284294 resolver : bundles
@@ -575,7 +585,7 @@ spec:
575585 - name : name
576586 value : apply-tags
577587 - name : bundle
578- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
588+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e4017ec351a0891ef95989f35bd20b8c3f091fa1a3da364c4d4e975e99f3063c
579589 - name : kind
580590 value : task
581591 resolver : bundles
@@ -615,7 +625,7 @@ spec:
615625 - name : name
616626 value : rpms-signature-scan
617627 - name : bundle
618- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:f07afcc3eddc7f34ccd29158250b2818499ae7a1c8a8669891bc377fd2742f7e
628+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:20eb21c60522a12198205f70b9c58cb5d71db561a255a3ba1ced56ae7b4af270
619629 - name : kind
620630 value : task
621631 resolver : bundles
0 commit comments