@@ -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- == "main"
13- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main"
12+ creationTimestamp :
1413 labels :
1514 appstudio.openshift.io/application : openperouter-operator-4-20
1615 appstudio.openshift.io/component : openperouter-operator-4-20
@@ -76,13 +75,11 @@ spec:
7675 name : output-image
7776 type : string
7877 - default : .
79- description : Path to the source code of an application's component from where
80- to build image.
78+ description : Path to the source code of an application's component from where to build image.
8179 name : path-context
8280 type : string
8381 - default : Dockerfile
84- description : Path to the Dockerfile inside the context specified by parameter
85- path-context
82+ description : Path to the Dockerfile inside the context specified by parameter path-context
8683 name : dockerfile
8784 type : string
8885 - default : " false"
10299 name : prefetch-input
103100 type : string
104101 - default : " "
105- description : Image tag expiration time, time values could be something like
106- 1h, 2d, 3w for hours, days, and weeks, respectively.
102+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
107103 name : image-expires-after
108104 type : string
109105 - default : " false"
@@ -123,16 +119,22 @@ spec:
123119 name : build-args-file
124120 type : string
125121 - default : " false"
126- description : Whether to enable privileged mode, should be used only with remote
127- VMs
122+ description : Whether to enable privileged mode, should be used only with remote VMs
128123 name : privileged-nested
129124 type : string
130125 - default :
131126 - linux/x86_64
132- description : List of platforms to build the container images on. The available
133- set of values is determined by the configuration of the multi-platform-controller.
127+ 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.
134128 name : build-platforms
135129 type : array
130+ - name : buildah-format
131+ default : docker
132+ type : string
133+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
134+ - name : enable-cache-proxy
135+ default : ' false'
136+ description : Enable cache proxy configuration
137+ type : string
136138 results :
137139 - description : " "
138140 name : IMAGE_URL
@@ -155,12 +157,14 @@ spec:
155157 value : $(params.rebuild)
156158 - name : skip-checks
157159 value : $(params.skip-checks)
160+ - name : enable-cache-proxy
161+ value : $(params.enable-cache-proxy)
158162 taskRef :
159163 params :
160164 - name : name
161165 value : init
162166 - name : bundle
163- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:08e18a4dc5f947c1d20e8353a19d013144bea87b72f67236b165dd4778523951
167+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
164168 - name : kind
165169 value : task
166170 resolver : bundles
@@ -181,7 +185,7 @@ spec:
181185 - name : name
182186 value : git-clone-oci-ta
183187 - name : bundle
184- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:be82c55346e8810bd1edc5547f864064da6945979baccca7dfc99990b392a02b
188+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
185189 - name : kind
186190 value : task
187191 resolver : bundles
@@ -210,7 +214,7 @@ spec:
210214 - name : name
211215 value : prefetch-dependencies-oci-ta
212216 - name : bundle
213- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c5ebd3040df2511b8af762c8be946fd4ac9de60c16b81a9461534aea5979d86f
217+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3e5e834290a1ed57fd14c0082e5a10789c8fe382ed682ef7f981475a7b316b49
214218 - name : kind
215219 value : task
216220 resolver : bundles
@@ -253,14 +257,20 @@ spec:
253257 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
254258 - name : IMAGE_APPEND_PLATFORM
255259 value : " true"
260+ - name : BUILDAH_FORMAT
261+ value : $(params.buildah-format)
262+ - name : HTTP_PROXY
263+ value : $(tasks.init.results.http-proxy)
264+ - name : NO_PROXY
265+ value : $(tasks.init.results.no-proxy)
256266 runAfter :
257267 - prefetch-dependencies
258268 taskRef :
259269 params :
260270 - name : name
261271 value : buildah-remote-oci-ta
262272 - name : bundle
263- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4 @sha256:817312f371cf37c03d5583c4c8b62fda6ea11335ca2719d2159d0320e1d67dc1
273+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7 @sha256:ef1c062b10c9fb17951350de76bce6bb54a4ea75fca4f37ea136d626c444bf78
264274 - name : kind
265275 value : task
266276 resolver : bundles
@@ -282,14 +292,16 @@ spec:
282292 - name : IMAGES
283293 value :
284294 - $(tasks.build-images.results.IMAGE_REF[*])
295+ - name : BUILDAH_FORMAT
296+ value : $(params.buildah-format)
285297 runAfter :
286298 - build-images
287299 taskRef :
288300 params :
289301 - name : name
290302 value : build-image-index
291303 - name : bundle
292- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:72f77a8c62f9d6f69ab5c35170839e4b190026e6cc3d7d4ceafa7033fc30ad7b
304+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2 @sha256:39561ac43e325159497c10c0284cf61dfddf39e39100ca5e3df6b73c5d96db8b
293305 - name : kind
294306 value : task
295307 resolver : bundles
@@ -315,7 +327,7 @@ spec:
315327 - name : name
316328 value : source-build-oci-ta
317329 - name : bundle
318- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:bfec1fabb0ed7c191e6c85d75e6cc577a04cabe9e6b35f9476529e8e5b3c0c82
330+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
319331 - name : kind
320332 value : task
321333 resolver : bundles
@@ -341,7 +353,7 @@ spec:
341353 - name : name
342354 value : deprecated-image-check
343355 - name : bundle
344- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
356+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
345357 - name : kind
346358 value : task
347359 resolver : bundles
@@ -363,7 +375,7 @@ spec:
363375 - name : name
364376 value : clair-scan
365377 - name : bundle
366- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
378+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a5fa66ed5b8c107e7bc29cb084edcc07e394f818cc59ef2db2f9dcb0cd1fa3dc
367379 - name : kind
368380 value : task
369381 resolver : bundles
@@ -388,7 +400,7 @@ spec:
388400 - name : name
389401 value : ecosystem-cert-preflight-checks
390402 - name : bundle
391- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:4bafcaab0f0c998a89a1cc33bdbbf74f39eea52e6c0e43013c356a322f94940f
403+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
392404 - name : kind
393405 value : task
394406 resolver : bundles
@@ -414,7 +426,7 @@ spec:
414426 - name : name
415427 value : sast-snyk-check-oci-ta
416428 - name : bundle
417- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
429+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
418430 - name : kind
419431 value : task
420432 resolver : bundles
@@ -441,7 +453,7 @@ spec:
441453 - name : name
442454 value : clamav-scan
443455 - name : bundle
444- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:cce2dfcc5bd6e91ee54aacdadad523b013eeae5cdaa7f6a4624b8cbcc040f439
456+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
445457 - name : kind
446458 value : task
447459 resolver : bundles
@@ -486,7 +498,7 @@ spec:
486498 - name : name
487499 value : sast-coverity-check-oci-ta
488500 - name : bundle
489- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:4885741078917733a5cff8dfb3177b9fc8d42a4e04b7e8f07639e0c3b2a5b560
501+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
490502 - name : kind
491503 value : task
492504 resolver : bundles
@@ -511,7 +523,7 @@ spec:
511523 - name : name
512524 value : coverity-availability-check
513525 - name : bundle
514- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
526+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
515527 - name : kind
516528 value : task
517529 resolver : bundles
@@ -537,7 +549,7 @@ spec:
537549 - name : name
538550 value : sast-shell-check-oci-ta
539551 - name : bundle
540- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
552+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
541553 - name : kind
542554 value : task
543555 resolver : bundles
@@ -563,7 +575,7 @@ spec:
563575 - name : name
564576 value : sast-unicode-check-oci-ta
565577 - name : bundle
566- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
578+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
567579 - name : kind
568580 value : task
569581 resolver : bundles
@@ -585,7 +597,7 @@ spec:
585597 - name : name
586598 value : apply-tags
587599 - name : bundle
588- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:70881c97a4c51ee1f4d023fa1110e0bdfcfd2f51d9a261fa543c3862b9a4eee9
600+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e4017ec351a0891ef95989f35bd20b8c3f091fa1a3da364c4d4e975e99f3063c
589601 - name : kind
590602 value : task
591603 resolver : bundles
@@ -608,7 +620,7 @@ spec:
608620 - name : name
609621 value : push-dockerfile-oci-ta
610622 - name : bundle
611- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:972990bea93c13f8afd279c0e0d4bd8c2665b48bbb3369b2c43acf194b851f5c
623+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
612624 - name : kind
613625 value : task
614626 resolver : bundles
0 commit comments