@@ -115,6 +115,10 @@ spec:
115115 default : docker
116116 type : string
117117 description : The format for the resulting image's mediaType. Valid values are oci or docker.
118+ - name : enable-cache-proxy
119+ default : ' false'
120+ description : Enable cache proxy configuration
121+ type : string
118122 results :
119123 - description : ' '
120124 name : IMAGE_URL
@@ -137,12 +141,14 @@ spec:
137141 value : $(params.rebuild)
138142 - name : skip-checks
139143 value : $(params.skip-checks)
144+ - name : enable-cache-proxy
145+ value : $(params.enable-cache-proxy)
140146 taskRef :
141147 params :
142148 - name : name
143149 value : init
144150 - name : bundle
145- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
151+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
146152 - name : kind
147153 value : task
148154 resolver : bundles
@@ -163,7 +169,7 @@ spec:
163169 - name : name
164170 value : git-clone-oci-ta
165171 - name : bundle
166- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
172+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
167173 - name : kind
168174 value : task
169175 resolver : bundles
@@ -235,6 +241,10 @@ spec:
235241 value : ' true'
236242 - name : BUILDAH_FORMAT
237243 value : $(params.buildah-format)
244+ - name : HTTP_PROXY
245+ value : $(tasks.init.results.http-proxy)
246+ - name : NO_PROXY
247+ value : $(tasks.init.results.no-proxy)
238248 runAfter :
239249 - prefetch-dependencies
240250 taskRef :
@@ -352,7 +362,7 @@ spec:
352362 - name : name
353363 value : clair-scan
354364 - name : bundle
355- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
365+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
356366 - name : kind
357367 value : task
358368 resolver : bundles
@@ -609,7 +619,7 @@ spec:
609619 - name : name
610620 value : rpms-signature-scan
611621 - name : bundle
612- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:13cf619a8c24e5a565f1b3f20f6998273d3108a2866e04076b6f0dd967251af3
622+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:90c2b32ebf0a00f42c0c1d1675feb75ba71793ad1a4c22ddea7cdc71ed997a04
613623 - name : kind
614624 value : task
615625 resolver : bundles
0 commit comments