@@ -8,9 +8,8 @@ metadata:
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/cancel-in-progress : " true"
1010 pipelinesascode.tekton.dev/max-keep-runs : " 3"
11- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
12- == "konflux-poc-1"
13- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "konflux-poc-1"
12+ creationTimestamp :
1413 labels :
1514 appstudio.openshift.io/application : components-poc
1615 appstudio.openshift.io/component : odh-pipeline-runtime-datascience-cpu-py312-poc
@@ -51,13 +50,11 @@ spec:
5150 name : output-image
5251 type : string
5352 - default : .
54- description : Path to the source code of an application's component from where
55- to build image.
53+ description : Path to the source code of an application's component from where to build image.
5654 name : path-context
5755 type : string
5856 - default : Dockerfile
59- description : Path to the Dockerfile inside the context specified by parameter
60- path-context
57+ description : Path to the Dockerfile inside the context specified by parameter path-context
6158 name : dockerfile
6259 type : string
6360 - default : " false"
7774 name : prefetch-input
7875 type : string
7976 - default : " "
80- description : Image tag expiration time, time values could be something like
81- 1h, 2d, 3w for hours, days, and weeks, respectively.
77+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8278 name : image-expires-after
8379 type : string
8480 - default : " false"
9086 name : build-image-index
9187 type : string
9288 - default : docker
93- description : The format for the resulting image's mediaType. Valid values are
94- oci or docker.
89+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
9590 name : buildah-format
9691 type : string
9792 - default : []
@@ -103,10 +98,13 @@ spec:
10398 name : build-args-file
10499 type : string
105100 - default : " false"
106- description : Whether to enable privileged mode, should be used only with remote
107- VMs
101+ description : Whether to enable privileged mode, should be used only with remote VMs
108102 name : privileged-nested
109103 type : string
104+ - name : enable-cache-proxy
105+ default : ' false'
106+ description : Enable cache proxy configuration
107+ type : string
110108 results :
111109 - description : " "
112110 name : IMAGE_URL
@@ -129,12 +127,14 @@ spec:
129127 value : $(params.rebuild)
130128 - name : skip-checks
131129 value : $(params.skip-checks)
130+ - name : enable-cache-proxy
131+ value : $(params.enable-cache-proxy)
132132 taskRef :
133133 params :
134134 - name : name
135135 value : init
136136 - name : bundle
137- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
137+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ebf06778aeacbbeb081f9231eafbdfdb8e380ad04e211d7ed80ae9101e37fd82
138138 - name : kind
139139 value : task
140140 resolver : bundles
@@ -155,7 +155,7 @@ spec:
155155 - name : name
156156 value : git-clone-oci-ta
157157 - name : bundle
158- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
158+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
159159 - name : kind
160160 value : task
161161 resolver : bundles
@@ -184,7 +184,7 @@ spec:
184184 - name : name
185185 value : prefetch-dependencies-oci-ta
186186 - name : bundle
187- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:38baecb1488e316b8fa16b770ce942d41ca9892955f7f32d4ca8b1aa14a0e922
187+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
188188 - name : kind
189189 value : task
190190 resolver : bundles
@@ -224,14 +224,18 @@ spec:
224224 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
225225 - name : CACHI2_ARTIFACT
226226 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
227+ - name : HTTP_PROXY
228+ value : $(tasks.init.results.http-proxy)
229+ - name : NO_PROXY
230+ value : $(tasks.init.results.no-proxy)
227231 runAfter :
228232 - prefetch-dependencies
229233 taskRef :
230234 params :
231235 - name : name
232236 value : buildah-oci-ta
233237 - name : bundle
234- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7 @sha256:916781b75e5f42a2e0b578b3ab3418e8bcc305168b2cd26ff41c8057e5c9ec28
238+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8 @sha256:8a984185d22d3180ecd575dbf6b6a63edb1b3ec754be0b8e5e4247a9eae9112b
235239 - name : kind
236240 value : task
237241 resolver : bundles
@@ -262,7 +266,7 @@ spec:
262266 - name : name
263267 value : build-image-index
264268 - name : bundle
265- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
269+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:05d3d8a5ded44c51b074a56a408ddf5d65c56b4c15e110abb1a99e3aff269d49
266270 - name : kind
267271 value : task
268272 resolver : bundles
@@ -288,7 +292,7 @@ spec:
288292 - name : name
289293 value : source-build-oci-ta
290294 - name : bundle
291- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
295+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
292296 - name : kind
293297 value : task
294298 resolver : bundles
@@ -314,7 +318,7 @@ spec:
314318 - name : name
315319 value : deprecated-image-check
316320 - name : bundle
317- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
321+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e3a55ccdf1091b4a35507f9ee2d1918d8e89a5f96babcb5486b491226da03d6f
318322 - name : kind
319323 value : task
320324 resolver : bundles
@@ -336,7 +340,7 @@ spec:
336340 - name : name
337341 value : clair-scan
338342 - name : bundle
339- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
343+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:dadfea7633d82e4303ba73d5e9c7e2bc16834bde0fd7688880453b26452067eb
340344 - name : kind
341345 value : task
342346 resolver : bundles
@@ -356,7 +360,7 @@ spec:
356360 - name : name
357361 value : ecosystem-cert-preflight-checks
358362 - name : bundle
359- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
363+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:204fd3914d83c7b60e8eee72b5a944337720c79a3e660e7c994435456dcf7175
360364 - name : kind
361365 value : task
362366 resolver : bundles
@@ -382,7 +386,7 @@ spec:
382386 - name : name
383387 value : sast-snyk-check-oci-ta
384388 - name : bundle
385- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760
389+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:a70272ae12f6d7f0da2902158e1bcee756877aa8f71fd1a22ef9afd8b177fb41
386390 - name : kind
387391 value : task
388392 resolver : bundles
@@ -404,7 +408,7 @@ spec:
404408 - name : name
405409 value : clamav-scan
406410 - name : bundle
407- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
411+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:76efc0119a10bc8a420dbbb0cdab9ef8eafd263f6827498d2b644e450e93f446
408412 - name : kind
409413 value : task
410414 resolver : bundles
@@ -449,7 +453,7 @@ spec:
449453 - name : name
450454 value : sast-coverity-check-oci-ta
451455 - name : bundle
452- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
456+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:9d0bc704bca6b6faad37b2ce8106b96e0cef35e1f647d037a878bf416589de9d
453457 - name : kind
454458 value : task
455459 resolver : bundles
@@ -470,7 +474,7 @@ spec:
470474 - name : name
471475 value : coverity-availability-check
472476 - name : bundle
473- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:5623e48314ffd583e9cab383011dc0763b6c92b09c4f427b8bfcca885394a21c
477+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:267d5bc069a0323f41e24732ddfd1057e5c639e853d1e620c67505fab78f1301
474478 - name : kind
475479 value : task
476480 resolver : bundles
@@ -496,7 +500,7 @@ spec:
496500 - name : name
497501 value : sast-shell-check-oci-ta
498502 - name : bundle
499- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed
503+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e7a51575f9188a1461d4520da25aaa4efdd3b896c97dc750941fa22840e55c13
500504 - name : kind
501505 value : task
502506 resolver : bundles
@@ -522,7 +526,7 @@ spec:
522526 - name : name
523527 value : sast-unicode-check-oci-ta
524528 - name : bundle
525- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712
529+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4 @sha256:1818a5b3e4fa86c838ae71226a157241967d1f19c5ed377e4b2fddad7a3ceefe
526530 - name : kind
527531 value : task
528532 resolver : bundles
@@ -544,7 +548,7 @@ spec:
544548 - name : name
545549 value : apply-tags
546550 - name : bundle
547- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
551+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3 @sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
548552 - name : kind
549553 value : task
550554 resolver : bundles
0 commit comments