1
1
apiVersion : tekton.dev/v1
2
2
kind : Pipeline
3
3
metadata :
4
- creationTimestamp : null
4
+ creationTimestamp :
5
5
labels :
6
6
pipelines.openshift.io/runtime : generic
7
7
pipelines.openshift.io/strategy : docker
23
23
- name : name
24
24
value : show-sbom
25
25
- name : bundle
26
- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
26
+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
27
27
- name : kind
28
28
value : task
29
29
resolver : bundles
33
33
- linux/arm64
34
34
- linux/ppc64le
35
35
- linux/s390x
36
- description : List of platforms to build the container images on. The available
37
- set of values is determined by the configuration of the multi-platform-controller.
36
+ 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.
38
37
name : build-platforms
39
38
type : array
40
39
- default : --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
46
45
name : build-source-image
47
46
type : string
48
47
- default : " false"
49
- description : ' Enable in-development package managers. WARNING: the behavior may
50
- change at any time without notice. Use at your own risk.'
48
+ description : ' Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
51
49
name : prefetch-input-dev-package-managers
52
50
- default : []
53
51
description : Additional image tags
@@ -64,13 +62,11 @@ spec:
64
62
name : output-image
65
63
type : string
66
64
- default : .
67
- description : Path to the source code of an application's component from where
68
- to build image.
65
+ description : Path to the source code of an application's component from where to build image.
69
66
name : path-context
70
67
type : string
71
68
- default : Dockerfile
72
- description : Path to the Dockerfile inside the context specified by parameter
73
- path-context
69
+ description : Path to the Dockerfile inside the context specified by parameter path-context
74
70
name : dockerfile
75
71
type : string
76
72
- default : " false"
90
86
name : prefetch-input
91
87
type : string
92
88
- default : " "
93
- description : Image tag expiration time, time values could be something like 1h,
94
- 2d, 3w for hours, days, and weeks, respectively.
89
+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
95
90
name : image-expires-after
96
91
- default : " true"
97
92
description : Add built image into an OCI image index
@@ -106,8 +101,7 @@ spec:
106
101
name : build-args-file
107
102
type : string
108
103
- default : " false"
109
- description : Whether to enable privileged mode, should be used only with remote
110
- VMs
104
+ description : Whether to enable privileged mode, should be used only with remote VMs
111
105
name : privileged-nested
112
106
type : string
113
107
results :
@@ -143,7 +137,7 @@ spec:
143
137
- name : name
144
138
value : sast-snyk-check-oci-ta
145
139
- name : bundle
146
- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
140
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
147
141
- name : kind
148
142
value : task
149
143
resolver : bundles
@@ -171,7 +165,7 @@ spec:
171
165
- name : name
172
166
value : prefetch-dependencies-oci-ta
173
167
- name : bundle
174
- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:1f6e2c9beba52d21c562ba1dea55f579f67e33b80099615bfd2043864896284d
168
+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
175
169
- name : kind
176
170
value : task
177
171
resolver : bundles
@@ -184,16 +178,18 @@ spec:
184
178
params :
185
179
- name : ADDITIONAL_TAGS
186
180
value : $(params.additional-tags[*])
187
- - name : IMAGE
181
+ - name : IMAGE_URL
188
182
value : $(tasks.build-image-index.results.IMAGE_URL)
183
+ - name : IMAGE_DIGEST
184
+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
189
185
runAfter :
190
186
- build-image-index
191
187
taskRef :
192
188
params :
193
189
- name : name
194
190
value : apply-tags
195
191
- name : bundle
196
- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
192
+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
197
193
- name : kind
198
194
value : task
199
195
resolver : bundles
@@ -231,7 +227,7 @@ spec:
231
227
- name : name
232
228
value : git-clone-oci-ta
233
229
- name : bundle
234
- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
230
+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
235
231
- name : kind
236
232
value : task
237
233
resolver : bundles
@@ -284,7 +280,7 @@ spec:
284
280
- name : name
285
281
value : buildah-remote-oci-ta
286
282
- name : bundle
287
- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:cfeeef2f4ab25b121afdf44eecc394ed67f3534a1bd14bef9e7beef2ee654b8e
283
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
288
284
- name : kind
289
285
value : task
290
286
resolver : bundles
@@ -313,7 +309,7 @@ spec:
313
309
- name : name
314
310
value : build-image-index
315
311
- name : bundle
316
- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
312
+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
317
313
- name : kind
318
314
value : task
319
315
resolver : bundles
@@ -337,7 +333,7 @@ spec:
337
333
- name : name
338
334
value : source-build-oci-ta
339
335
- name : bundle
340
- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
336
+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
341
337
- name : kind
342
338
value : task
343
339
resolver : bundles
@@ -363,7 +359,7 @@ spec:
363
359
- name : name
364
360
value : deprecated-image-check
365
361
- name : bundle
366
- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
362
+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
367
363
- name : kind
368
364
value : task
369
365
resolver : bundles
@@ -385,7 +381,7 @@ spec:
385
381
- name : name
386
382
value : clair-scan
387
383
- name : bundle
388
- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
384
+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
389
385
- name : kind
390
386
value : task
391
387
resolver : bundles
@@ -405,7 +401,7 @@ spec:
405
401
- name : name
406
402
value : ecosystem-cert-preflight-checks
407
403
- name : bundle
408
- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
404
+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
409
405
- name : kind
410
406
value : task
411
407
resolver : bundles
@@ -427,7 +423,7 @@ spec:
427
423
- name : name
428
424
value : clamav-scan
429
425
- name : bundle
430
- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
426
+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
431
427
- name : kind
432
428
value : task
433
429
resolver : bundles
@@ -453,7 +449,7 @@ spec:
453
449
- name : name
454
450
value : sast-shell-check-oci-ta
455
451
- name : bundle
456
- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:a7766190229785bc5db9c62af92d46a83ea580a111b4b64a4e27f6caecae9489
452
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
457
453
- name : kind
458
454
value : task
459
455
resolver : bundles
@@ -479,7 +475,7 @@ spec:
479
475
- name : name
480
476
value : sast-unicode-check-oci-ta
481
477
- name : bundle
482
- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
478
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
483
479
- name : kind
484
480
value : task
485
481
resolver : bundles
@@ -507,7 +503,7 @@ spec:
507
503
- name : name
508
504
value : push-dockerfile-oci-ta
509
505
- name : bundle
510
- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
506
+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
511
507
- name : kind
512
508
value : task
513
509
resolver : bundles
@@ -524,7 +520,7 @@ spec:
524
520
- name : name
525
521
value : rpms-signature-scan
526
522
- name : bundle
527
- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
523
+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
528
524
- name : kind
529
525
value : task
530
526
resolver : bundles
0 commit comments