@@ -119,6 +119,10 @@ spec:
119119 default : docker
120120 type : string
121121 description : The format for the resulting image's mediaType. Valid values are oci or docker.
122+ - name : enable-cache-proxy
123+ default : ' false'
124+ description : Enable cache proxy configuration
125+ type : string
122126 results :
123127 - description : " "
124128 name : IMAGE_URL
@@ -141,12 +145,14 @@ spec:
141145 value : $(params.rebuild)
142146 - name : skip-checks
143147 value : $(params.skip-checks)
148+ - name : enable-cache-proxy
149+ value : $(params.enable-cache-proxy)
144150 taskRef :
145151 params :
146152 - name : name
147153 value : init
148154 - name : bundle
149- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
155+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
150156 - name : kind
151157 value : task
152158 resolver : bundles
@@ -167,7 +173,7 @@ spec:
167173 - name : name
168174 value : git-clone-oci-ta
169175 - name : bundle
170- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
176+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
171177 - name : kind
172178 value : task
173179 resolver : bundles
@@ -241,6 +247,10 @@ spec:
241247 value : " true"
242248 - name : BUILDAH_FORMAT
243249 value : $(params.buildah-format)
250+ - name : HTTP_PROXY
251+ value : $(tasks.init.results.http-proxy)
252+ - name : NO_PROXY
253+ value : $(tasks.init.results.no-proxy)
244254 runAfter :
245255 - prefetch-dependencies
246256 taskRef :
@@ -353,7 +363,7 @@ spec:
353363 - name : name
354364 value : clair-scan
355365 - name : bundle
356- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
366+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
357367 - name : kind
358368 value : task
359369 resolver : bundles
@@ -606,7 +616,7 @@ spec:
606616 - name : name
607617 value : rpms-signature-scan
608618 - name : bundle
609- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:13cf619a8c24e5a565f1b3f20f6998273d3108a2866e04076b6f0dd967251af3
619+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:90c2b32ebf0a00f42c0c1d1675feb75ba71793ad1a4c22ddea7cdc71ed997a04
610620 - name : kind
611621 value : task
612622 resolver : bundles
0 commit comments