@@ -6,10 +6,9 @@ metadata:
6
6
build.appstudio.redhat.com/commit_sha : ' {{revision}}'
7
7
build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
8
8
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
9
- pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
11
- == "main"
12
- creationTimestamp : null
9
+ pipelinesascode.tekton.dev/max-keep-runs : ' 3'
10
+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main"
11
+ creationTimestamp :
13
12
labels :
14
13
appstudio.openshift.io/application : devfile-registry-main
15
14
appstudio.openshift.io/component : registry-viewer-main
@@ -56,70 +55,67 @@ spec:
56
55
- description : Source Repository URL
57
56
name : git-url
58
57
type : string
59
- - default : " "
58
+ - default : ' '
60
59
description : Revision of the Source Repository
61
60
name : revision
62
61
type : string
63
62
- description : Fully Qualified Output Image
64
63
name : output-image
65
64
type : string
66
65
- default : .
67
- description : Path to the source code of an application's component from where
68
- to build image.
66
+ description : Path to the source code of an application's component from where to build image.
69
67
name : path-context
70
68
type : string
71
69
- default : Dockerfile
72
- description : Path to the Dockerfile inside the context specified by parameter
73
- path-context
70
+ description : Path to the Dockerfile inside the context specified by parameter path-context
74
71
name : dockerfile
75
72
type : string
76
- - default : " false"
73
+ - default : ' false'
77
74
description : Force rebuild image
78
75
name : rebuild
79
76
type : string
80
- - default : " false"
77
+ - default : ' false'
81
78
description : Skip checks against built image
82
79
name : skip-checks
83
80
type : string
84
- - default : " false"
81
+ - default : ' false'
85
82
description : Execute the build with network isolation
86
83
name : hermetic
87
84
type : string
88
- - default : " "
85
+ - default : ' '
89
86
description : Build dependencies to be prefetched by Cachi2
90
87
name : prefetch-input
91
88
type : string
92
- - default : " "
93
- description : Image tag expiration time, time values could be something like
94
- 1h, 2d, 3w for hours, days, and weeks, respectively.
89
+ - default : ' '
90
+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
95
91
name : image-expires-after
96
- - default : " false"
92
+ - default : ' false'
97
93
description : Build a source image.
98
94
name : build-source-image
99
95
type : string
100
- - default : " false"
96
+ - default : ' false'
101
97
description : Add built image into an OCI image index
102
98
name : build-image-index
103
99
type : string
104
100
- default : []
105
101
description : Array of --build-arg values ("arg=value" strings) for buildah
106
102
name : build-args
107
103
type : array
108
- - default : " "
104
+ - default : ' '
109
105
description : Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
110
106
name : build-args-file
111
107
type : string
112
108
results :
113
- - description : " "
109
+ - description : ' '
114
110
name : IMAGE_URL
115
111
value : $(tasks.build-image-index.results.IMAGE_URL)
116
- - description : " "
112
+ - description : ' '
117
113
name : IMAGE_DIGEST
118
114
value : $(tasks.build-image-index.results.IMAGE_DIGEST)
119
- - description : " "
115
+ - description : ' '
120
116
name : CHAINS-GIT_URL
121
117
value : $(tasks.clone-repository.results.url)
122
- - description : " "
118
+ - description : ' '
123
119
name : CHAINS-GIT_COMMIT
124
120
value : $(tasks.clone-repository.results.commit)
125
121
tasks :
@@ -157,15 +153,15 @@ spec:
157
153
- name : name
158
154
value : git-clone-oci-ta
159
155
- name : bundle
160
- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
156
+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0e512b12775b2bcc4eb47bb34b7a2db2e91c3ceef04b2f2487fa421032d8859a
161
157
- name : kind
162
158
value : task
163
159
resolver : bundles
164
160
when :
165
161
- input : $(tasks.init.results.build)
166
162
operator : in
167
163
values :
168
- - " true"
164
+ - ' true'
169
165
workspaces :
170
166
- name : basic-auth
171
167
workspace : git-auth
@@ -186,7 +182,7 @@ spec:
186
182
- name : name
187
183
value : prefetch-dependencies-oci-ta
188
184
- name : bundle
189
- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:1f6e2c9beba52d21c562ba1dea55f579f67e33b80099615bfd2043864896284d
185
+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d0cbc492da865be336d09926eb6e3494403dccaa4a212bbdf472d8adbf80ab08
190
186
- name : kind
191
187
value : task
192
188
resolver : bundles
@@ -227,15 +223,15 @@ spec:
227
223
- name : name
228
224
value : buildah-oci-ta
229
225
- name : bundle
230
- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5
226
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:d90c4cf682189faab5c702e55f4855242e228ce1a05e54e1734b7b9c6fa40441
231
227
- name : kind
232
228
value : task
233
229
resolver : bundles
234
230
when :
235
231
- input : $(tasks.init.results.build)
236
232
operator : in
237
233
values :
238
- - " true"
234
+ - ' true'
239
235
- name : build-image-index
240
236
params :
241
237
- name : IMAGE
@@ -256,15 +252,15 @@ spec:
256
252
- name : name
257
253
value : build-image-index
258
254
- name : bundle
259
- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
255
+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3cf3dcc0bf7b674b940063b4d55e41fe7d43636a1d82572e3850228aa5350fa8
260
256
- name : kind
261
257
value : task
262
258
resolver : bundles
263
259
when :
264
260
- input : $(tasks.init.results.build)
265
261
operator : in
266
262
values :
267
- - " true"
263
+ - ' true'
268
264
- name : build-source-image
269
265
params :
270
266
- name : BINARY_IMAGE
@@ -280,19 +276,19 @@ spec:
280
276
- name : name
281
277
value : source-build-oci-ta
282
278
- name : bundle
283
- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
279
+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:f0784e8e0e396f40a6523693825b5966c3c615ba3d342350165e83cb72a24ef7
284
280
- name : kind
285
281
value : task
286
282
resolver : bundles
287
283
when :
288
284
- input : $(tasks.init.results.build)
289
285
operator : in
290
286
values :
291
- - " true"
287
+ - ' true'
292
288
- input : $(params.build-source-image)
293
289
operator : in
294
290
values :
295
- - " true"
291
+ - ' true'
296
292
- name : deprecated-base-image-check
297
293
params :
298
294
- name : IMAGE_URL
@@ -306,15 +302,15 @@ spec:
306
302
- name : name
307
303
value : deprecated-image-check
308
304
- name : bundle
309
- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
305
+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:270a79138a98e43c366d3722978cb5940d2bcb822ba6b60377330f863b7a1e62
310
306
- name : kind
311
307
value : task
312
308
resolver : bundles
313
309
when :
314
310
- input : $(params.skip-checks)
315
311
operator : in
316
312
values :
317
- - " false"
313
+ - ' false'
318
314
- name : clair-scan
319
315
params :
320
316
- name : image-digest
@@ -328,15 +324,15 @@ spec:
328
324
- name : name
329
325
value : clair-scan
330
326
- name : bundle
331
- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
327
+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
332
328
- name : kind
333
329
value : task
334
330
resolver : bundles
335
331
when :
336
332
- input : $(params.skip-checks)
337
333
operator : in
338
334
values :
339
- - " false"
335
+ - ' false'
340
336
- name : ecosystem-cert-preflight-checks
341
337
params :
342
338
- name : image-url
@@ -348,15 +344,15 @@ spec:
348
344
- name : name
349
345
value : ecosystem-cert-preflight-checks
350
346
- name : bundle
351
- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
347
+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:95ca11d147ee97d98f495477e9f42afe94ba3f869fc81c4e7b241ebd21e7395f
352
348
- name : kind
353
349
value : task
354
350
resolver : bundles
355
351
when :
356
352
- input : $(params.skip-checks)
357
353
operator : in
358
354
values :
359
- - " false"
355
+ - ' false'
360
356
- name : sast-snyk-check
361
357
params :
362
358
- name : image-digest
@@ -374,15 +370,15 @@ spec:
374
370
- name : name
375
371
value : sast-snyk-check-oci-ta
376
372
- name : bundle
377
- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
373
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
378
374
- name : kind
379
375
value : task
380
376
resolver : bundles
381
377
when :
382
378
- input : $(params.skip-checks)
383
379
operator : in
384
380
values :
385
- - " false"
381
+ - ' false'
386
382
- name : sast-shell-check
387
383
params :
388
384
- name : image-digest
@@ -400,15 +396,15 @@ spec:
400
396
- name : name
401
397
value : sast-shell-check-oci-ta
402
398
- name : bundle
403
- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:a7766190229785bc5db9c62af92d46a83ea580a111b4b64a4e27f6caecae9489
399
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1e8f18f892e16f5d0fc0f42ae8512e3c78251d43cd9d9f7cfd3f6667242bf619
404
400
- name : kind
405
401
value : task
406
402
resolver : bundles
407
403
when :
408
404
- input : $(params.skip-checks)
409
405
operator : in
410
406
values :
411
- - " false"
407
+ - ' false'
412
408
- name : sast-unicode-check
413
409
params :
414
410
- name : image-url
@@ -424,15 +420,15 @@ spec:
424
420
- name : name
425
421
value : sast-unicode-check-oci-ta
426
422
- name : bundle
427
- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
423
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
428
424
- name : kind
429
425
value : task
430
426
resolver : bundles
431
427
when :
432
428
- input : $(params.skip-checks)
433
429
operator : in
434
430
values :
435
- - " false"
431
+ - ' false'
436
432
- name : clamav-scan
437
433
params :
438
434
- name : image-digest
@@ -446,15 +442,15 @@ spec:
446
442
- name : name
447
443
value : clamav-scan
448
444
- name : bundle
449
- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
445
+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
450
446
- name : kind
451
447
value : task
452
448
resolver : bundles
453
449
when :
454
450
- input : $(params.skip-checks)
455
451
operator : in
456
452
values :
457
- - " false"
453
+ - ' false'
458
454
- name : sast-coverity-check
459
455
params :
460
456
- name : image-digest
@@ -499,7 +495,7 @@ spec:
499
495
- input : $(params.skip-checks)
500
496
operator : in
501
497
values :
502
- - " false"
498
+ - ' false'
503
499
- input : $(tasks.coverity-availability-check.results.STATUS)
504
500
operator : in
505
501
values :
@@ -512,27 +508,29 @@ spec:
512
508
- name : name
513
509
value : coverity-availability-check
514
510
- name : bundle
515
- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
511
+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
516
512
- name : kind
517
513
value : task
518
514
resolver : bundles
519
515
when :
520
516
- input : $(params.skip-checks)
521
517
operator : in
522
518
values :
523
- - " false"
519
+ - ' false'
524
520
- name : apply-tags
525
521
params :
526
- - name : IMAGE
522
+ - name : IMAGE_URL
527
523
value : $(tasks.build-image-index.results.IMAGE_URL)
524
+ - name : IMAGE_DIGEST
525
+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
528
526
runAfter :
529
527
- build-image-index
530
528
taskRef :
531
529
params :
532
530
- name : name
533
531
value : apply-tags
534
532
- name : bundle
535
- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
533
+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
536
534
- name : kind
537
535
value : task
538
536
resolver : bundles
@@ -555,7 +553,7 @@ spec:
555
553
- name : name
556
554
value : push-dockerfile-oci-ta
557
555
- name : bundle
558
- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
556
+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
559
557
- name : kind
560
558
value : task
561
559
resolver : bundles
@@ -572,15 +570,15 @@ spec:
572
570
- name : name
573
571
value : rpms-signature-scan
574
572
- name : bundle
575
- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:80a4562d5f86eb6812f00d4e30e94c1ad27ec937735dc29f5a63e9335676b3dc
573
+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
576
574
- name : kind
577
575
value : task
578
576
resolver : bundles
579
577
when :
580
578
- input : $(params.skip-checks)
581
579
operator : in
582
580
values :
583
- - " false"
581
+ - ' false'
584
582
workspaces :
585
583
- name : git-auth
586
584
optional : true
0 commit comments