@@ -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
- == "release-9.0"
13
- creationTimestamp : null
11
+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "release-9.0"
12
+ creationTimestamp :
14
13
labels :
15
14
appstudio.openshift.io/application : ceph-9-0
16
15
appstudio.openshift.io/component : keepalived-9-0
53
52
- name : name
54
53
value : show-sbom
55
54
- name : bundle
56
- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
55
+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
57
56
- name : kind
58
57
value : task
59
58
resolver : bundles
@@ -69,13 +68,11 @@ spec:
69
68
name : output-image
70
69
type : string
71
70
- default : .
72
- description : Path to the source code of an application's component from where
73
- to build image.
71
+ description : Path to the source code of an application's component from where to build image.
74
72
name : path-context
75
73
type : string
76
74
- default : Dockerfile
77
- description : Path to the Dockerfile inside the context specified by parameter
78
- path-context
75
+ description : Path to the Dockerfile inside the context specified by parameter path-context
79
76
name : dockerfile
80
77
type : string
81
78
- default : " false"
95
92
name : prefetch-input
96
93
type : string
97
94
- default : " "
98
- description : Image tag expiration time, time values could be something like
99
- 1h, 2d, 3w for hours, days, and weeks, respectively.
95
+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
100
96
name : image-expires-after
101
97
type : string
102
98
- default : " false"
@@ -116,14 +112,12 @@ spec:
116
112
name : build-args-file
117
113
type : string
118
114
- default : " false"
119
- description : Whether to enable privileged mode, should be used only with remote
120
- VMs
115
+ description : Whether to enable privileged mode, should be used only with remote VMs
121
116
name : privileged-nested
122
117
type : string
123
118
- default :
124
119
- linux/x86_64
125
- description : List of platforms to build the container images on. The available
126
- set of values is determined by the configuration of the multi-platform-controller.
120
+ 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.
127
121
name : build-platforms
128
122
type : array
129
123
results :
@@ -153,7 +147,7 @@ spec:
153
147
- name : name
154
148
value : init
155
149
- name : bundle
156
- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
150
+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
157
151
- name : kind
158
152
value : task
159
153
resolver : bundles
@@ -203,7 +197,7 @@ spec:
203
197
- name : name
204
198
value : prefetch-dependencies-oci-ta
205
199
- name : bundle
206
- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5e15408f997557153b13d492aeccb51c01923bfbe4fbdf6f1e8695ce1b82f826
200
+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
207
201
- name : kind
208
202
value : task
209
203
resolver : bundles
@@ -253,7 +247,7 @@ spec:
253
247
- name : name
254
248
value : buildah-remote-oci-ta
255
249
- name : bundle
256
- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:ae87472f60dbbf71e4980cd478c92740c145fd9e44acbb9b164a21f1bcd61aa3
250
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:9e866d4d0489a6ab84ae263db416c9f86d2d6117ef4444f495a0e97388ae3ac0
257
251
- name : kind
258
252
value : task
259
253
resolver : bundles
@@ -282,7 +276,7 @@ spec:
282
276
- name : name
283
277
value : build-image-index
284
278
- name : bundle
285
- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
279
+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
286
280
- name : kind
287
281
value : task
288
282
resolver : bundles
@@ -294,19 +288,21 @@ spec:
294
288
- name : build-source-image
295
289
params :
296
290
- name : BINARY_IMAGE
297
- value : $(params.output -image)
291
+ value : $(tasks.build -image-index.results.IMAGE_URL )
298
292
- name : SOURCE_ARTIFACT
299
293
value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
300
294
- name : CACHI2_ARTIFACT
301
295
value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
296
+ - name : BINARY_IMAGE_DIGEST
297
+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
302
298
runAfter :
303
299
- build-image-index
304
300
taskRef :
305
301
params :
306
302
- name : name
307
303
value : source-build-oci-ta
308
304
- name : bundle
309
- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
305
+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
310
306
- name : kind
311
307
value : task
312
308
resolver : bundles
@@ -354,7 +350,7 @@ spec:
354
350
- name : name
355
351
value : clair-scan
356
352
- name : bundle
357
- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
353
+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
358
354
- name : kind
359
355
value : task
360
356
resolver : bundles
@@ -374,7 +370,7 @@ spec:
374
370
- name : name
375
371
value : ecosystem-cert-preflight-checks
376
372
- name : bundle
377
- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
373
+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
378
374
- name : kind
379
375
value : task
380
376
resolver : bundles
@@ -400,7 +396,7 @@ spec:
400
396
- name : name
401
397
value : sast-snyk-check-oci-ta
402
398
- name : bundle
403
- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
399
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
404
400
- name : kind
405
401
value : task
406
402
resolver : bundles
@@ -422,7 +418,7 @@ spec:
422
418
- name : name
423
419
value : clamav-scan
424
420
- name : bundle
425
- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
421
+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
426
422
- name : kind
427
423
value : task
428
424
resolver : bundles
@@ -467,7 +463,7 @@ spec:
467
463
- name : name
468
464
value : sast-coverity-check-oci-ta
469
465
- name : bundle
470
- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:34ac8e9ddfaafedaa61a7c3c95d86e674556bfe3da488d94c3bf28fff9875b38
466
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ca942208dc2e63b479384ccc56a611cc793397ecc837637b5b9f89c2ecbefe
471
467
- name : kind
472
468
value : task
473
469
resolver : bundles
@@ -514,7 +510,7 @@ spec:
514
510
- name : name
515
511
value : sast-shell-check-oci-ta
516
512
- name : bundle
517
- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
513
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
518
514
- name : kind
519
515
value : task
520
516
resolver : bundles
@@ -540,7 +536,7 @@ spec:
540
536
- name : name
541
537
value : sast-unicode-check-oci-ta
542
538
- name : bundle
543
- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
539
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
544
540
- name : kind
545
541
value : task
546
542
resolver : bundles
@@ -585,7 +581,7 @@ spec:
585
581
- name : name
586
582
value : push-dockerfile-oci-ta
587
583
- name : bundle
588
- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
584
+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
589
585
- name : kind
590
586
value : task
591
587
resolver : bundles
@@ -622,4 +618,4 @@ spec:
622
618
- name : git-auth
623
619
secret :
624
620
secretName : ' {{ git_auth_secret }}'
625
- status : {}
621
+ status : {}
0 commit comments