File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed
Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 9494 default : docker
9595 type : string
9696 description : The format for the resulting image's mediaType. Valid values are oci or docker.
97+ - name : enable-cache-proxy
98+ default : ' false'
99+ description : Enable cache proxy configuration
100+ type : string
97101 results :
98102 - description : " "
99103 name : IMAGE_URL
@@ -116,12 +120,14 @@ spec:
116120 value : $(params.rebuild)
117121 - name : skip-checks
118122 value : $(params.skip-checks)
123+ - name : enable-cache-proxy
124+ value : $(params.enable-cache-proxy)
119125 taskRef :
120126 params :
121127 - name : name
122128 value : init
123129 - name : bundle
124- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
130+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
125131 - name : kind
126132 value : task
127133 resolver : bundles
@@ -142,7 +148,7 @@ spec:
142148 - name : name
143149 value : git-clone-oci-ta
144150 - name : bundle
145- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
151+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
146152 - name : kind
147153 value : task
148154 resolver : bundles
@@ -218,6 +224,10 @@ spec:
218224 value : " true"
219225 - name : BUILDAH_FORMAT
220226 value : $(params.buildah-format)
227+ - name : HTTP_PROXY
228+ value : $(tasks.init.results.http-proxy)
229+ - name : NO_PROXY
230+ value : $(tasks.init.results.no-proxy)
221231 runAfter :
222232 - prefetch-dependencies
223233 taskRef :
@@ -335,7 +345,7 @@ spec:
335345 - name : name
336346 value : clair-scan
337347 - name : bundle
338- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
348+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
339349 - name : kind
340350 value : task
341351 resolver : bundles
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ spec:
113113 - name : name
114114 value : init
115115 - name : bundle
116- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
116+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
117117 - name : kind
118118 value : task
119119 resolver : bundles
@@ -134,7 +134,7 @@ spec:
134134 - name : name
135135 value : git-clone-oci-ta
136136 - name : bundle
137- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
137+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
138138 - name : kind
139139 value : task
140140 resolver : bundles
@@ -315,7 +315,7 @@ spec:
315315 - name : name
316316 value : clair-scan
317317 - name : bundle
318- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
318+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
319319 - name : kind
320320 value : task
321321 resolver : bundles
You can’t perform that action at this time.
0 commit comments