@@ -8,10 +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" &&
12- target_branch == "osc-release-v1.10" &&
13- ( "src/***".pathChanged() || ".tekton/osc-caa-pull-request.yaml".pathChanged() )
14- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "osc-release-v1.10" && ( "src/***".pathChanged() || ".tekton/osc-caa-pull-request.yaml".pathChanged() )
12+ creationTimestamp :
1513 labels :
1614 appstudio.openshift.io/application : openshift-sandboxed-containers-v1-10
1715 appstudio.openshift.io/component : osc-caa-v1-10
@@ -72,13 +70,11 @@ spec:
7270 name : output-image
7371 type : string
7472 - default : .
75- description : Path to the source code of an application's component from where
76- to build image.
73+ description : Path to the source code of an application's component from where to build image.
7774 name : path-context
7875 type : string
7976 - default : Dockerfile
80- description : Path to the Dockerfile inside the context specified by parameter
81- path-context
77+ description : Path to the Dockerfile inside the context specified by parameter path-context
8278 name : dockerfile
8379 type : string
8480 - default : " false"
9894 name : prefetch-input
9995 type : string
10096 - default : " "
101- description : Image tag expiration time, time values could be something like
102- 1h, 2d, 3w for hours, days, and weeks, respectively.
97+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10398 name : image-expires-after
10499 - default : " true"
105100 description : Build a source image.
@@ -118,17 +113,19 @@ spec:
118113 name : build-args-file
119114 type : string
120115 - default : " false"
121- description : Whether to enable privileged mode, should be used only with remote
122- VMs
116+ description : Whether to enable privileged mode, should be used only with remote VMs
123117 name : privileged-nested
124118 type : string
125119 - default :
126120 - linux/x86_64
127121 - linux/s390x
128- description : List of platforms to build the container images on. The available
129- set of values is determined by the configuration of the multi-platform-controller.
122+ 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.
130123 name : build-platforms
131124 type : array
125+ - name : buildah-format
126+ default : docker
127+ type : string
128+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
132129 results :
133130 - description : " "
134131 name : IMAGE_URL
@@ -156,7 +153,7 @@ spec:
156153 - name : name
157154 value : init
158155 - name : bundle
159- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
156+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
160157 - name : kind
161158 value : task
162159 resolver : bundles
@@ -177,7 +174,7 @@ spec:
177174 - name : name
178175 value : git-clone-oci-ta
179176 - name : bundle
180- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
177+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3a920a83fc0135aaae2730fe9d446eb2da2ffc9d63a34bceea04afd24653bdee
181178 - name : kind
182179 value : task
183180 resolver : bundles
@@ -208,7 +205,7 @@ spec:
208205 - name : name
209206 value : prefetch-dependencies-oci-ta
210207 - name : bundle
211- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:0b58e5132333dd3b710ef9c18ecebe0d5e5b22066ba56481d34431c989cb21dd
208+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:970285e3b0495961199523b566e0dd92ec2e29bedbcf61d8fc67106b06d0f923
212209 - name : kind
213210 value : task
214211 resolver : bundles
@@ -251,14 +248,16 @@ spec:
251248 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
252249 - name : IMAGE_APPEND_PLATFORM
253250 value : " true"
251+ - name : BUILDAH_FORMAT
252+ value : $(params.buildah-format)
254253 runAfter :
255254 - prefetch-dependencies
256255 taskRef :
257256 params :
258257 - name : name
259258 value : buildah-remote-oci-ta
260259 - name : bundle
261- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4 @sha256:252e5c94fb2375c43bdfd4b65097d246f4f37392956b08e5c38f366623a0b9ce
260+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.6 @sha256:ac05dabe8b6b446f974cf2b6ef1079cfaa9443d7078c2ebe3ec79aa650e1b5b2
262261 - name : kind
263262 value : task
264263 resolver : bundles
@@ -280,14 +279,16 @@ spec:
280279 - name : IMAGES
281280 value :
282281 - $(tasks.build-images.results.IMAGE_REF[*])
282+ - name : BUILDAH_FORMAT
283+ value : $(params.buildah-format)
283284 runAfter :
284285 - build-images
285286 taskRef :
286287 params :
287288 - name : name
288289 value : build-image-index
289290 - name : bundle
290- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
291+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:d94cad7f41be61074dd21c7dff26dab9217c3435a16f62813c1cb8382dd9aae6
291292 - name : kind
292293 value : task
293294 resolver : bundles
@@ -313,7 +314,7 @@ spec:
313314 - name : name
314315 value : source-build-oci-ta
315316 - name : bundle
316- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:a48c950350c5e9945cc4ad6bfad7fc653aa437c9eff74a25fd1d42fda4fe344d
317+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:2a290f91fdccf4c9ef726a1605163bc14904e1dbf9837ac6d2621caddd10f98e
317318 - name : kind
318319 value : task
319320 resolver : bundles
@@ -339,7 +340,7 @@ spec:
339340 - name : name
340341 value : deprecated-image-check
341342 - name : bundle
342- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:c49732039f105de809840be396f83ead8c46f6a6948e1335b76d37e9eb469574
343+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
343344 - name : kind
344345 value : task
345346 resolver : bundles
@@ -348,7 +349,12 @@ spec:
348349 operator : in
349350 values :
350351 - " false"
351- - name : clair-scan
352+ - matrix :
353+ params :
354+ - name : image-platform
355+ value :
356+ - $(params.build-platforms)
357+ name : clair-scan
352358 params :
353359 - name : image-digest
354360 value : $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -361,7 +367,7 @@ spec:
361367 - name : name
362368 value : clair-scan
363369 - name : bundle
364- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
370+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
365371 - name : kind
366372 value : task
367373 resolver : bundles
@@ -381,7 +387,7 @@ spec:
381387 - name : name
382388 value : ecosystem-cert-preflight-checks
383389 - name : bundle
384- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:365c65ed8dfbd83c4a49300dcb9c74c5c3f027efec0be1a1f0baa9633c29b249
390+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
385391 - name : kind
386392 value : task
387393 resolver : bundles
@@ -407,7 +413,7 @@ spec:
407413 - name : name
408414 value : sast-snyk-check-oci-ta
409415 - name : bundle
410- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e371aa09c65ab309138b4aeae9ea4dd93f83119c5cc61e9f2057fe5bb518fbe9
416+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
411417 - name : kind
412418 value : task
413419 resolver : bundles
@@ -521,7 +527,7 @@ spec:
521527 - name : name
522528 value : sast-shell-check-oci-ta
523529 - name : bundle
524- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
530+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f950c3cefcff91de751f4d24a297c3312a2b265dd54478193ba1330791976c35
525531 - name : kind
526532 value : task
527533 resolver : bundles
@@ -547,7 +553,7 @@ spec:
547553 - name : name
548554 value : sast-unicode-check-oci-ta
549555 - name : bundle
550- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
556+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1cf8f6f6e991e1820cbebddaf9f38442a2ea5669956c9ffc2b7e4698ae7e99be
551557 - name : kind
552558 value : task
553559 resolver : bundles
@@ -569,7 +575,7 @@ spec:
569575 - name : name
570576 value : apply-tags
571577 - name : bundle
572- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
578+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
573579 - name : kind
574580 value : task
575581 resolver : bundles
@@ -592,7 +598,7 @@ spec:
592598 - name : name
593599 value : push-dockerfile-oci-ta
594600 - name : bundle
595- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
601+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:14fba04580b236e4206a904b86ee2fd8eeaa4163f7619a9c2602d361e4f74c51
596602 - name : kind
597603 value : task
598604 resolver : bundles
0 commit comments