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:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
27
27
- name : kind
28
28
value : task
29
29
resolver : bundles
37
37
name : build-source-image
38
38
type : string
39
39
- default : " false"
40
- description : ' Enable in-development package managers. WARNING: the behavior may
41
- change at any time without notice. Use at your own risk.'
40
+ description : ' Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
42
41
name : prefetch-input-dev-package-managers
43
42
- default : []
44
43
description : Additional image tags
@@ -55,13 +54,11 @@ spec:
55
54
name : output-image
56
55
type : string
57
56
- default : .
58
- description : Path to the source code of an application's component from where
59
- to build image.
57
+ description : Path to the source code of an application's component from where to build image.
60
58
name : path-context
61
59
type : string
62
60
- default : Dockerfile
63
- description : Path to the Dockerfile inside the context specified by parameter
64
- path-context
61
+ description : Path to the Dockerfile inside the context specified by parameter path-context
65
62
name : dockerfile
66
63
type : string
67
64
- default : " false"
81
78
name : prefetch-input
82
79
type : string
83
80
- default : " "
84
- description : Image tag expiration time, time values could be something like 1h,
85
- 2d, 3w for hours, days, and weeks, respectively.
81
+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
86
82
name : image-expires-after
87
83
- default : " true"
88
84
description : Add built image into an OCI image index
@@ -97,14 +93,12 @@ spec:
97
93
name : build-args-file
98
94
type : string
99
95
- default : " false"
100
- description : Whether to enable privileged mode, should be used only with remote
101
- VMs
96
+ description : Whether to enable privileged mode, should be used only with remote VMs
102
97
name : privileged-nested
103
98
type : string
104
99
- default :
105
100
- linux/x86_64
106
- description : List of platforms to build the container images on. The available
107
- set of values is determined by the configuration of the multi-platform-controller.
101
+ 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.
108
102
name : build-platforms
109
103
type : array
110
104
results :
@@ -140,7 +134,7 @@ spec:
140
134
- name : name
141
135
value : sast-snyk-check-oci-ta
142
136
- name : bundle
143
- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
137
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
144
138
- name : kind
145
139
value : task
146
140
resolver : bundles
@@ -168,7 +162,7 @@ spec:
168
162
- name : name
169
163
value : prefetch-dependencies-oci-ta
170
164
- name : bundle
171
- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3a1b3280d6300ebedb9923ddc441b91b6980512be5dae8da4b9d3be21feeb48e
165
+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
172
166
- name : kind
173
167
value : task
174
168
resolver : bundles
@@ -181,16 +175,18 @@ spec:
181
175
params :
182
176
- name : ADDITIONAL_TAGS
183
177
value : $(params.additional-tags[*])
184
- - name : IMAGE
178
+ - name : IMAGE_URL
185
179
value : $(tasks.build-image-index.results.IMAGE_URL)
180
+ - name : IMAGE_DIGEST
181
+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
186
182
runAfter :
187
183
- build-image-index
188
184
taskRef :
189
185
params :
190
186
- name : name
191
187
value : apply-tags
192
188
- name : bundle
193
- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
189
+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
194
190
- name : kind
195
191
value : task
196
192
resolver : bundles
@@ -207,7 +203,7 @@ spec:
207
203
- name : name
208
204
value : init
209
205
- name : bundle
210
- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
206
+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
211
207
- name : kind
212
208
value : task
213
209
resolver : bundles
@@ -228,7 +224,7 @@ spec:
228
224
- name : name
229
225
value : git-clone-oci-ta
230
226
- name : bundle
231
- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
227
+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
232
228
- name : kind
233
229
value : task
234
230
resolver : bundles
@@ -281,7 +277,7 @@ spec:
281
277
- name : name
282
278
value : buildah-remote-oci-ta
283
279
- name : bundle
284
- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:3141de71b1b98725e37c15c4287b8aa10008b755403a6d2518b85c6f19194fcc
280
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:9e866d4d0489a6ab84ae263db416c9f86d2d6117ef4444f495a0e97388ae3ac0
285
281
- name : kind
286
282
value : task
287
283
resolver : bundles
@@ -310,7 +306,7 @@ spec:
310
306
- name : name
311
307
value : build-image-index
312
308
- name : bundle
313
- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
309
+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
314
310
- name : kind
315
311
value : task
316
312
resolver : bundles
@@ -322,19 +318,21 @@ spec:
322
318
- name : build-source-image
323
319
params :
324
320
- name : BINARY_IMAGE
325
- value : $(params.output -image)
321
+ value : $(tasks.build -image-index.results.IMAGE_URL )
326
322
- name : SOURCE_ARTIFACT
327
323
value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
328
324
- name : CACHI2_ARTIFACT
329
325
value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
326
+ - name : BINARY_IMAGE_DIGEST
327
+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
330
328
runAfter :
331
329
- build-image-index
332
330
taskRef :
333
331
params :
334
332
- name : name
335
333
value : source-build-oci-ta
336
334
- name : bundle
337
- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
335
+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
338
336
- name : kind
339
337
value : task
340
338
resolver : bundles
@@ -360,7 +358,7 @@ spec:
360
358
- name : name
361
359
value : deprecated-image-check
362
360
- name : bundle
363
- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
361
+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
364
362
- name : kind
365
363
value : task
366
364
resolver : bundles
@@ -382,7 +380,7 @@ spec:
382
380
- name : name
383
381
value : clair-scan
384
382
- name : bundle
385
- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
383
+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
386
384
- name : kind
387
385
value : task
388
386
resolver : bundles
@@ -404,7 +402,7 @@ spec:
404
402
- name : name
405
403
value : clamav-scan
406
404
- name : bundle
407
- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:59094118aa07d5b0199565c4e0b2d0f4feb9a4741877c8716877572e2c4804f9
405
+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
408
406
- name : kind
409
407
value : task
410
408
resolver : bundles
@@ -430,7 +428,7 @@ spec:
430
428
- name : name
431
429
value : sast-shell-check-oci-ta
432
430
- name : bundle
433
- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
431
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
434
432
- name : kind
435
433
value : task
436
434
resolver : bundles
@@ -456,7 +454,7 @@ spec:
456
454
- name : name
457
455
value : sast-unicode-check-oci-ta
458
456
- name : bundle
459
- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
457
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
460
458
- name : kind
461
459
value : task
462
460
resolver : bundles
@@ -484,7 +482,7 @@ spec:
484
482
- name : name
485
483
value : push-dockerfile-oci-ta
486
484
- name : bundle
487
- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
485
+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
488
486
- name : kind
489
487
value : task
490
488
resolver : bundles
@@ -501,7 +499,7 @@ spec:
501
499
- name : name
502
500
value : rpms-signature-scan
503
501
- name : bundle
504
- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d01508e7a0df9059af2ef455e3e81588a70e0b24cd4a5def35af3cc1537bf84a
502
+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
505
503
- name : kind
506
504
value : task
507
505
resolver : bundles
0 commit comments