@@ -7,9 +7,8 @@ metadata:
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/cancel-in-progress : " false"
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
11
- == "multi-arch-konflux"
12
- creationTimestamp : null
10
+ pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch == "multi-arch-konflux"
11
+ creationTimestamp :
13
12
labels :
14
13
appstudio.openshift.io/application : odh-multi-arch-poc
15
14
appstudio.openshift.io/component : guardrails-detectors-multi-arch-poc
48
47
- name : name
49
48
value : show-sbom
50
49
- name : bundle
51
- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
50
+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
52
51
- name : kind
53
52
value : task
54
53
resolver : bundles
@@ -64,13 +63,11 @@ spec:
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
73
- default : " false"
90
87
name : prefetch-input
91
88
type : string
92
89
- default : " "
93
- description : Image tag expiration time, time values could be something like
94
- 1h, 2d, 3w for hours, days, and weeks, respectively.
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
92
type : string
97
93
- default : " false"
@@ -111,14 +107,12 @@ spec:
111
107
name : build-args-file
112
108
type : string
113
109
- default : " false"
114
- description : Whether to enable privileged mode, should be used only with remote
115
- VMs
110
+ description : Whether to enable privileged mode, should be used only with remote VMs
116
111
name : privileged-nested
117
112
type : string
118
113
- default :
119
114
- linux/x86_64
120
- description : List of platforms to build the container images on. The available
121
- set of values is determined by the configuration of the multi-platform-controller.
115
+ 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.
122
116
name : build-platforms
123
117
type : array
124
118
results :
@@ -148,7 +142,7 @@ spec:
148
142
- name : name
149
143
value : init
150
144
- name : bundle
151
- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
145
+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
152
146
- name : kind
153
147
value : task
154
148
resolver : bundles
@@ -198,7 +192,7 @@ spec:
198
192
- name : name
199
193
value : prefetch-dependencies-oci-ta
200
194
- name : bundle
201
- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5e15408f997557153b13d492aeccb51c01923bfbe4fbdf6f1e8695ce1b82f826
195
+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
202
196
- name : kind
203
197
value : task
204
198
resolver : bundles
@@ -248,7 +242,7 @@ spec:
248
242
- name : name
249
243
value : buildah-remote-oci-ta
250
244
- name : bundle
251
- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:01683db105fe4e6577c6df87686588bfbf0949cd40f8cb01d69c2ad834e9b9cf
245
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:9e866d4d0489a6ab84ae263db416c9f86d2d6117ef4444f495a0e97388ae3ac0
252
246
- name : kind
253
247
value : task
254
248
resolver : bundles
@@ -277,7 +271,7 @@ spec:
277
271
- name : name
278
272
value : build-image-index
279
273
- name : bundle
280
- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
274
+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
281
275
- name : kind
282
276
value : task
283
277
resolver : bundles
@@ -289,19 +283,21 @@ spec:
289
283
- name : build-source-image
290
284
params :
291
285
- name : BINARY_IMAGE
292
- value : $(params.output -image)
286
+ value : $(tasks.build -image-index.results.IMAGE_URL )
293
287
- name : SOURCE_ARTIFACT
294
288
value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
295
289
- name : CACHI2_ARTIFACT
296
290
value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
291
+ - name : BINARY_IMAGE_DIGEST
292
+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
297
293
runAfter :
298
294
- build-image-index
299
295
taskRef :
300
296
params :
301
297
- name : name
302
298
value : source-build-oci-ta
303
299
- name : bundle
304
- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
300
+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
305
301
- name : kind
306
302
value : task
307
303
resolver : bundles
@@ -349,7 +345,7 @@ spec:
349
345
- name : name
350
346
value : clair-scan
351
347
- name : bundle
352
- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
348
+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
353
349
- name : kind
354
350
value : task
355
351
resolver : bundles
@@ -369,7 +365,7 @@ spec:
369
365
- name : name
370
366
value : ecosystem-cert-preflight-checks
371
367
- name : bundle
372
- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
368
+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
373
369
- name : kind
374
370
value : task
375
371
resolver : bundles
@@ -395,7 +391,7 @@ spec:
395
391
- name : name
396
392
value : sast-snyk-check-oci-ta
397
393
- name : bundle
398
- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
394
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
399
395
- name : kind
400
396
value : task
401
397
resolver : bundles
@@ -417,7 +413,7 @@ spec:
417
413
- name : name
418
414
value : clamav-scan
419
415
- name : bundle
420
- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
416
+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
421
417
- name : kind
422
418
value : task
423
419
resolver : bundles
@@ -462,7 +458,7 @@ spec:
462
458
- name : name
463
459
value : sast-coverity-check-oci-ta
464
460
- name : bundle
465
- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:dda889f85faa30eb18db4f195bc03428e8913afa14624552d2cb9f714c786dbf
461
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ca942208dc2e63b479384ccc56a611cc793397ecc837637b5b9f89c2ecbefe
466
462
- name : kind
467
463
value : task
468
464
resolver : bundles
@@ -509,7 +505,7 @@ spec:
509
505
- name : name
510
506
value : sast-shell-check-oci-ta
511
507
- name : bundle
512
- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
508
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
513
509
- name : kind
514
510
value : task
515
511
resolver : bundles
@@ -535,7 +531,7 @@ spec:
535
531
- name : name
536
532
value : sast-unicode-check-oci-ta
537
533
- name : bundle
538
- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
534
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
539
535
- name : kind
540
536
value : task
541
537
resolver : bundles
@@ -580,7 +576,7 @@ spec:
580
576
- name : name
581
577
value : push-dockerfile-oci-ta
582
578
- name : bundle
583
- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
579
+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
584
580
- name : kind
585
581
value : task
586
582
resolver : bundles
0 commit comments