@@ -8,9 +8,8 @@ metadata:
8
8
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
9
9
pipelinesascode.tekton.dev/cancel-in-progress : " true"
10
10
pipelinesascode.tekton.dev/max-keep-runs : " 3"
11
- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
12
- == "osc-release-v1.10"
13
- creationTimestamp : null
11
+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "osc-release-v1.10"
12
+ creationTimestamp :
14
13
labels :
15
14
appstudio.openshift.io/application : openshift-sandboxed-containers-v1-10
16
15
appstudio.openshift.io/component : osc-monitor-v1-10
@@ -67,13 +66,11 @@ spec:
67
66
name : output-image
68
67
type : string
69
68
- default : .
70
- description : Path to the source code of an application's component from where
71
- to build image.
69
+ description : Path to the source code of an application's component from where to build image.
72
70
name : path-context
73
71
type : string
74
72
- default : Dockerfile
75
- description : Path to the Dockerfile inside the context specified by parameter
76
- path-context
73
+ description : Path to the Dockerfile inside the context specified by parameter path-context
77
74
name : dockerfile
78
75
type : string
79
76
- default : " false"
93
90
name : prefetch-input
94
91
type : string
95
92
- default : " "
96
- description : Image tag expiration time, time values could be something like
97
- 1h, 2d, 3w for hours, days, and weeks, respectively.
93
+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
98
94
name : image-expires-after
99
95
- default : " true"
100
96
description : Build a source image.
@@ -113,17 +109,19 @@ spec:
113
109
name : build-args-file
114
110
type : string
115
111
- default : " false"
116
- description : Whether to enable privileged mode, should be used only with remote
117
- VMs
112
+ description : Whether to enable privileged mode, should be used only with remote VMs
118
113
name : privileged-nested
119
114
type : string
120
115
- default :
121
116
- linux/x86_64
122
117
- linux/s390x
123
- description : List of platforms to build the container images on. The available
124
- set of values is determined by the configuration of the multi-platform-controller.
118
+ 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.
125
119
name : build-platforms
126
120
type : array
121
+ - name : buildah-format
122
+ default : docker
123
+ type : string
124
+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
127
125
results :
128
126
- description : " "
129
127
name : IMAGE_URL
@@ -151,7 +149,7 @@ spec:
151
149
- name : name
152
150
value : init
153
151
- name : bundle
154
- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
152
+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
155
153
- name : kind
156
154
value : task
157
155
resolver : bundles
@@ -172,7 +170,7 @@ spec:
172
170
- name : name
173
171
value : git-clone-oci-ta
174
172
- name : bundle
175
- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
173
+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0d80f66610efd1f957700f61dcd5080689321b10ad544e136d58fc4673290d1b
176
174
- name : kind
177
175
value : task
178
176
resolver : bundles
@@ -201,7 +199,7 @@ spec:
201
199
- name : name
202
200
value : prefetch-dependencies-oci-ta
203
201
- name : bundle
204
- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:0b58e5132333dd3b710ef9c18ecebe0d5e5b22066ba56481d34431c989cb21dd
202
+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
205
203
- name : kind
206
204
value : task
207
205
resolver : bundles
@@ -244,14 +242,16 @@ spec:
244
242
value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
245
243
- name : IMAGE_APPEND_PLATFORM
246
244
value : " true"
245
+ - name : BUILDAH_FORMAT
246
+ value : $(params.buildah-format)
247
247
runAfter :
248
248
- prefetch-dependencies
249
249
taskRef :
250
250
params :
251
251
- name : name
252
252
value : buildah-remote-oci-ta
253
253
- name : bundle
254
- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4 @sha256:252e5c94fb2375c43bdfd4b65097d246f4f37392956b08e5c38f366623a0b9ce
254
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5 @sha256:5e59c05455619580f4383010726f7db8440ecf6959882e9053ac697dd6d277fd
255
255
- name : kind
256
256
value : task
257
257
resolver : bundles
@@ -273,14 +273,16 @@ spec:
273
273
- name : IMAGES
274
274
value :
275
275
- $(tasks.build-images.results.IMAGE_REF[*])
276
+ - name : BUILDAH_FORMAT
277
+ value : $(params.buildah-format)
276
278
runAfter :
277
279
- build-images
278
280
taskRef :
279
281
params :
280
282
- name : name
281
283
value : build-image-index
282
284
- name : bundle
283
- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
285
+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
284
286
- name : kind
285
287
value : task
286
288
resolver : bundles
@@ -306,7 +308,7 @@ spec:
306
308
- name : name
307
309
value : source-build-oci-ta
308
310
- name : bundle
309
- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:a48c950350c5e9945cc4ad6bfad7fc653aa437c9eff74a25fd1d42fda4fe344d
311
+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:36d44f2924f60da00a079a9ab7ce25ad8b2ad593c16d90509203c125ff0ccd46
310
312
- name : kind
311
313
value : task
312
314
resolver : bundles
@@ -332,7 +334,7 @@ spec:
332
334
- name : name
333
335
value : deprecated-image-check
334
336
- name : bundle
335
- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:c49732039f105de809840be396f83ead8c46f6a6948e1335b76d37e9eb469574
337
+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
336
338
- name : kind
337
339
value : task
338
340
resolver : bundles
@@ -341,7 +343,12 @@ spec:
341
343
operator : in
342
344
values :
343
345
- " false"
344
- - name : clair-scan
346
+ - matrix :
347
+ params :
348
+ - name : image-platform
349
+ value :
350
+ - $(params.build-platforms)
351
+ name : clair-scan
345
352
params :
346
353
- name : image-digest
347
354
value : $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -354,7 +361,7 @@ spec:
354
361
- name : name
355
362
value : clair-scan
356
363
- name : bundle
357
- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
364
+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
358
365
- name : kind
359
366
value : task
360
367
resolver : bundles
@@ -374,7 +381,7 @@ spec:
374
381
- name : name
375
382
value : ecosystem-cert-preflight-checks
376
383
- name : bundle
377
- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:365c65ed8dfbd83c4a49300dcb9c74c5c3f027efec0be1a1f0baa9633c29b249
384
+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
378
385
- name : kind
379
386
value : task
380
387
resolver : bundles
@@ -400,7 +407,7 @@ spec:
400
407
- name : name
401
408
value : sast-snyk-check-oci-ta
402
409
- name : bundle
403
- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e371aa09c65ab309138b4aeae9ea4dd93f83119c5cc61e9f2057fe5bb518fbe9
410
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
404
411
- name : kind
405
412
value : task
406
413
resolver : bundles
@@ -562,7 +569,7 @@ spec:
562
569
- name : name
563
570
value : apply-tags
564
571
- name : bundle
565
- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
572
+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
566
573
- name : kind
567
574
value : task
568
575
resolver : bundles
@@ -585,7 +592,7 @@ spec:
585
592
- name : name
586
593
value : push-dockerfile-oci-ta
587
594
- name : bundle
588
- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
595
+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2bc5b3afc5de56da0f06eac60b65e86f6b861b16a63f48579fc0bac7d657e14c
589
596
- name : kind
590
597
value : task
591
598
resolver : bundles
0 commit comments