11apiVersion : tekton.dev/v1
22kind : Pipeline
33metadata :
4- creationTimestamp : null
4+ creationTimestamp :
55 labels :
66 pipelines.openshift.io/runtime : generic
77 pipelines.openshift.io/strategy : docker
1919 - linux/arm64
2020 - linux/ppc64le
2121 - linux/s390x
22- description : List of platforms to build the container images on. The available
23- set of values is determined by the configuration of the multi-platform-controller.
22+ description : List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
2423 name : build-platforms
2524 type : array
2625 - default : --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
3231 name : build-source-image
3332 type : string
3433 - default : " false"
35- description : ' Enable in-development package managers. WARNING: the behavior may
36- change at any time without notice. Use at your own risk.'
34+ description : ' Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
3735 name : prefetch-input-dev-package-managers
3836 - default : []
3937 description : Additional image tags
@@ -50,13 +48,11 @@ spec:
5048 name : output-image
5149 type : string
5250 - default : .
53- description : Path to the source code of an application's component from where
54- to build image.
51+ description : Path to the source code of an application's component from where to build image.
5552 name : path-context
5653 type : string
5754 - default : Dockerfile
58- description : Path to the Dockerfile inside the context specified by parameter
59- path-context
55+ description : Path to the Dockerfile inside the context specified by parameter path-context
6056 name : dockerfile
6157 type : string
6258 - default : " false"
@@ -76,17 +72,15 @@ spec:
7672 name : prefetch-input
7773 type : string
7874 - default : " "
79- description : Image tag expiration time, time values could be something like 1h,
80- 2d, 3w for hours, days, and weeks, respectively.
75+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8176 name : image-expires-after
8277 type : string
8378 - default : " true"
8479 description : Add built image into an OCI image index
8580 name : build-image-index
8681 type : string
8782 - default : docker
88- description : The format for the resulting image's mediaType. Valid values are
89- oci or docker.
83+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
9084 name : buildah-format
9185 type : string
9286 - default : []
@@ -98,10 +92,13 @@ spec:
9892 name : build-args-file
9993 type : string
10094 - default : " false"
101- description : Whether to enable privileged mode, should be used only with remote
102- VMs
95+ description : Whether to enable privileged mode, should be used only with remote VMs
10396 name : privileged-nested
10497 type : string
98+ - name : enable-cache-proxy
99+ default : ' false'
100+ description : Enable cache proxy configuration
101+ type : string
105102 results :
106103 - description : " "
107104 name : IMAGE_URL
@@ -135,7 +132,7 @@ spec:
135132 - name : name
136133 value : sast-snyk-check-oci-ta
137134 - name : bundle
138- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
135+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
139136 - name : kind
140137 value : task
141138 resolver : bundles
@@ -163,7 +160,7 @@ spec:
163160 - name : name
164161 value : prefetch-dependencies-oci-ta
165162 - name : bundle
166- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:569165278e3c85e3b897abad9f6d714d76be4b061f44f5f7614ed1c83ad117b4
163+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3e5e834290a1ed57fd14c0082e5a10789c8fe382ed682ef7f981475a7b316b49
167164 - name : kind
168165 value : task
169166 resolver : bundles
@@ -187,7 +184,7 @@ spec:
187184 - name : name
188185 value : apply-tags
189186 - name : bundle
190- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:4c2b0a2d2904108f8d19edfa878df6cd49ed19aab73ab6fc6a435fba0265f771
187+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e4017ec351a0891ef95989f35bd20b8c3f091fa1a3da364c4d4e975e99f3063c
191188 - name : kind
192189 value : task
193190 resolver : bundles
@@ -199,12 +196,14 @@ spec:
199196 value : $(params.rebuild)
200197 - name : skip-checks
201198 value : $(params.skip-checks)
199+ - name : enable-cache-proxy
200+ value : $(params.enable-cache-proxy)
202201 taskRef :
203202 params :
204203 - name : name
205204 value : init
206205 - name : bundle
207- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
206+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
208207 - name : kind
209208 value : task
210209 resolver : bundles
@@ -225,7 +224,7 @@ spec:
225224 - name : name
226225 value : git-clone-oci-ta
227226 - name : bundle
228- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3dc39eae48745a96097c07c577b944d6203a91c35d3f71d9ed5feab41d327a6a
227+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
229228 - name : kind
230229 value : task
231230 resolver : bundles
@@ -275,14 +274,18 @@ spec:
275274 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
276275 - name : IMAGE_APPEND_PLATFORM
277276 value : " true"
277+ - name : HTTP_PROXY
278+ value : $(tasks.init.results.http-proxy)
279+ - name : NO_PROXY
280+ value : $(tasks.init.results.no-proxy)
278281 runAfter :
279282 - prefetch-dependencies
280283 taskRef :
281284 params :
282285 - name : name
283286 value : buildah-remote-oci-ta
284287 - name : bundle
285- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.6 @sha256:c9eb4f18a14f4fab96add0028759af7aac21e42a93d3e098a5461de641a06f7f
288+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7 @sha256:ef1c062b10c9fb17951350de76bce6bb54a4ea75fca4f37ea136d626c444bf78
286289 - name : kind
287290 value : task
288291 resolver : bundles
@@ -313,7 +316,7 @@ spec:
313316 - name : name
314317 value : build-image-index
315318 - name : bundle
316- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:3411aeecdf045f8e61532abb88c28b7479cb8372420ac713f1f6756aa8fa843a
319+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2 @sha256:39561ac43e325159497c10c0284cf61dfddf39e39100ca5e3df6b73c5d96db8b
317320 - name : kind
318321 value : task
319322 resolver : bundles
@@ -339,7 +342,7 @@ spec:
339342 - name : name
340343 value : source-build-oci-ta
341344 - name : bundle
342- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:282cb5a9119a87e88559444feff67d76d6f356d03654b4845632c049b2314735
345+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
343346 - name : kind
344347 value : task
345348 resolver : bundles
@@ -392,7 +395,7 @@ spec:
392395 - name : name
393396 value : clair-scan
394397 - name : bundle
395- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
398+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a5fa66ed5b8c107e7bc29cb084edcc07e394f818cc59ef2db2f9dcb0cd1fa3dc
396399 - name : kind
397400 value : task
398401 resolver : bundles
@@ -417,7 +420,7 @@ spec:
417420 - name : name
418421 value : ecosystem-cert-preflight-checks
419422 - name : bundle
420- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
423+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
421424 - name : kind
422425 value : task
423426 resolver : bundles
@@ -524,7 +527,7 @@ spec:
524527 - name : name
525528 value : push-dockerfile-oci-ta
526529 - name : bundle
527- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:13633d5ba8445c0f732a0a5d1b33ffbb708398e45ef1647542b0ab22fee25a6a
530+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
528531 - name : kind
529532 value : task
530533 resolver : bundles
0 commit comments