@@ -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
- == "main"
13
- creationTimestamp : null
11
+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main"
12
+ creationTimestamp :
14
13
labels :
15
14
appstudio.openshift.io/application : ext-dns-optr-1-3-rhel-9
16
15
appstudio.openshift.io/component : external-dns-operator-bundle-container-ext-dns-optr-1-3-rhel-9
@@ -61,13 +60,11 @@ spec:
61
60
name : output-image
62
61
type : string
63
62
- default : .
64
- description : Path to the source code of an application's component from where
65
- to build image.
63
+ description : Path to the source code of an application's component from where to build image.
66
64
name : path-context
67
65
type : string
68
66
- default : Dockerfile
69
- description : Path to the Dockerfile inside the context specified by parameter
70
- path-context
67
+ description : Path to the Dockerfile inside the context specified by parameter path-context
71
68
name : dockerfile
72
69
type : string
73
70
- default : " false"
87
84
name : prefetch-input
88
85
type : string
89
86
- default : " "
90
- description : Image tag expiration time, time values could be something like
91
- 1h, 2d, 3w for hours, days, and weeks, respectively.
87
+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
92
88
name : image-expires-after
93
89
type : string
94
90
- default : " false"
@@ -108,10 +104,13 @@ spec:
108
104
name : build-args-file
109
105
type : string
110
106
- default : " false"
111
- description : Whether to enable privileged mode, should be used only with remote
112
- VMs
107
+ description : Whether to enable privileged mode, should be used only with remote VMs
113
108
name : privileged-nested
114
109
type : string
110
+ - name : buildah-format
111
+ default : docker
112
+ type : string
113
+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
115
114
results :
116
115
- description : " "
117
116
name : IMAGE_URL
@@ -139,7 +138,7 @@ spec:
139
138
- name : name
140
139
value : init
141
140
- name : bundle
142
- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:08e18a4dc5f947c1d20e8353a19d013144bea87b72f67236b165dd4778523951
141
+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:afc8d0af71c24285599120946b29eea2ab56663c5f49c6ca80ba12bf56ef2371
143
142
- name : kind
144
143
value : task
145
144
resolver : bundles
@@ -160,7 +159,7 @@ spec:
160
159
- name : name
161
160
value : git-clone-oci-ta
162
161
- name : bundle
163
- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:be82c55346e8810bd1edc5547f864064da6945979baccca7dfc99990b392a02b
162
+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
164
163
- name : kind
165
164
value : task
166
165
resolver : bundles
@@ -189,7 +188,7 @@ spec:
189
188
- name : name
190
189
value : prefetch-dependencies-oci-ta
191
190
- name : bundle
192
- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:125aea525bcdb31ff86cb37d56e3d8369587ead48da3bc454d4344682724ca54
191
+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
193
192
- name : kind
194
193
value : task
195
194
resolver : bundles
@@ -227,14 +226,16 @@ spec:
227
226
value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
228
227
- name : CACHI2_ARTIFACT
229
228
value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
229
+ - name : BUILDAH_FORMAT
230
+ value : $(params.buildah-format)
230
231
runAfter :
231
232
- prefetch-dependencies
232
233
taskRef :
233
234
params :
234
235
- name : name
235
236
value : buildah-oci-ta
236
237
- name : bundle
237
- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:9c338b6a1eba1c159dad87f2fb672ae728842c97e381084819ed83e1508ad2ae
238
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5 @sha256:6ec006242975a17388bfe813e2afd0ae721dd013247580c0d988e3c4a9c7f867
238
239
- name : kind
239
240
value : task
240
241
resolver : bundles
@@ -256,14 +257,16 @@ spec:
256
257
- name : IMAGES
257
258
value :
258
259
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
260
+ - name : BUILDAH_FORMAT
261
+ value : $(params.buildah-format)
259
262
runAfter :
260
263
- build-container
261
264
taskRef :
262
265
params :
263
266
- name : name
264
267
value : build-image-index
265
268
- name : bundle
266
- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:72f77a8c62f9d6f69ab5c35170839e4b190026e6cc3d7d4ceafa7033fc30ad7b
269
+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
267
270
- name : kind
268
271
value : task
269
272
resolver : bundles
@@ -289,7 +292,7 @@ spec:
289
292
- name : name
290
293
value : source-build-oci-ta
291
294
- name : bundle
292
- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:bfec1fabb0ed7c191e6c85d75e6cc577a04cabe9e6b35f9476529e8e5b3c0c82
295
+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
293
296
- name : kind
294
297
value : task
295
298
resolver : bundles
@@ -315,7 +318,7 @@ spec:
315
318
- name : name
316
319
value : deprecated-image-check
317
320
- name : bundle
318
- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f485ef8bfdaf6e6d8d7795eb2e25f9c5ee8619d52220f4d64b5e28078d568c89
321
+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
319
322
- name : kind
320
323
value : task
321
324
resolver : bundles
@@ -337,7 +340,7 @@ spec:
337
340
- name : name
338
341
value : clair-scan
339
342
- name : bundle
340
- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
343
+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
341
344
- name : kind
342
345
value : task
343
346
resolver : bundles
@@ -357,7 +360,7 @@ spec:
357
360
- name : name
358
361
value : ecosystem-cert-preflight-checks
359
362
- name : bundle
360
- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
363
+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
361
364
- name : kind
362
365
value : task
363
366
resolver : bundles
@@ -383,7 +386,7 @@ spec:
383
386
- name : name
384
387
value : sast-snyk-check-oci-ta
385
388
- name : bundle
386
- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
389
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
387
390
- name : kind
388
391
value : task
389
392
resolver : bundles
@@ -405,7 +408,7 @@ spec:
405
408
- name : name
406
409
value : clamav-scan
407
410
- name : bundle
408
- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:cce2dfcc5bd6e91ee54aacdadad523b013eeae5cdaa7f6a4624b8cbcc040f439
411
+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
409
412
- name : kind
410
413
value : task
411
414
resolver : bundles
@@ -450,7 +453,7 @@ spec:
450
453
- name : name
451
454
value : sast-coverity-check-oci-ta
452
455
- name : bundle
453
- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:5f81372e21a3c6f4a745b723e444b6eb81a11bdff8740e0ce4b96ad42924e45e
456
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
454
457
- name : kind
455
458
value : task
456
459
resolver : bundles
@@ -523,7 +526,7 @@ spec:
523
526
- name : name
524
527
value : sast-unicode-check-oci-ta
525
528
- name : bundle
526
- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:3f99dc4634a62e1530324cd565d12323ca82be3cfa8a031a36b210becfa7b552
529
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
527
530
- name : kind
528
531
value : task
529
532
resolver : bundles
@@ -545,7 +548,7 @@ spec:
545
548
- name : name
546
549
value : apply-tags
547
550
- name : bundle
548
- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:264fa9591929fb60e3aca033ff168e5d98b1aafb458d6988e327a99ff494b00b
551
+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
549
552
- name : kind
550
553
value : task
551
554
resolver : bundles
@@ -568,7 +571,7 @@ spec:
568
571
- name : name
569
572
value : push-dockerfile-oci-ta
570
573
- name : bundle
571
- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8640726ef7c5875e3b2e64c9f823921ea970674593f077cadfce3c45c9b9a2b9
574
+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
572
575
- name : kind
573
576
value : task
574
577
resolver : bundles
@@ -585,7 +588,7 @@ spec:
585
588
- name : name
586
589
value : rpms-signature-scan
587
590
- name : bundle
588
- value : quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:7d1c087d7d33dd97effb3b4c9f3788e4c3138da2032040d69da6929e9a3aaceb
591
+ value : quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:06977232e67509e5540528ff6c3b081b23fc5bf3e40fb3e2d09a086d5c3243fc
589
592
- name : kind
590
593
value : task
591
594
resolver : bundles
0 commit comments