@@ -10,9 +10,8 @@ metadata:
10
10
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
11
11
pipelinesascode.tekton.dev/cancel-in-progress : " true"
12
12
pipelinesascode.tekton.dev/max-keep-runs : ' 3'
13
- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
14
- == "main" && has(body.repository) && body.repository.full_name == "opendatahub-io/notebooks"
15
- creationTimestamp : null
13
+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main" && has(body.repository) && body.repository.full_name == "opendatahub-io/notebooks"
14
+ creationTimestamp :
16
15
labels :
17
16
appstudio.openshift.io/application : notebooks
18
17
appstudio.openshift.io/component : jupyter-minimal-ubi9-python-3-11
@@ -66,13 +65,11 @@ spec:
66
65
name : output-image
67
66
type : string
68
67
- default : .
69
- description : Path to the source code of an application's component from where
70
- to build image.
68
+ description : Path to the source code of an application's component from where to build image.
71
69
name : path-context
72
70
type : string
73
71
- default : Dockerfile
74
- description : Path to the Dockerfile inside the context specified by parameter
75
- path-context
72
+ description : Path to the Dockerfile inside the context specified by parameter path-context
76
73
name : dockerfile
77
74
type : string
78
75
- default : " false"
92
89
name : prefetch-input
93
90
type : string
94
91
- default : " "
95
- description : Image tag expiration time, time values could be something like
96
- 1h, 2d, 3w for hours, days, and weeks, respectively.
92
+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
97
93
name : image-expires-after
98
94
- default : " false"
99
95
description : Build a source image.
@@ -113,8 +109,7 @@ spec:
113
109
type : string
114
110
- default :
115
111
- linux/x86_64
116
- description : List of platforms to build the container images on. The available
117
- set of values is determined by the configuration of the multi-platform-controller.
112
+ 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.
118
113
name : build-platforms
119
114
type : array
120
115
results :
@@ -144,7 +139,7 @@ spec:
144
139
- name : name
145
140
value : init
146
141
- name : bundle
147
- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:63eb4a4c0cfb491276bff86fdad1c96bf238506388848e79001058450a8e843a
142
+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:2f59e9a3c20ce4509356389d327087213cc82c079b30811935837791da140f9f
148
143
- name : kind
149
144
value : task
150
145
resolver : bundles
@@ -165,7 +160,7 @@ spec:
165
160
- name : name
166
161
value : git-clone-oci-ta
167
162
- name : bundle
168
- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:aab5f0f4906ba2c2a64a67b591c7ecf57018d066f1206ebc56158476e29f2cf3
163
+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:9709088bf3c581d4763e9804d9ee3a1f06ad6a61c23237277057c4f0cdc4f9c3
169
164
- name : kind
170
165
value : task
171
166
resolver : bundles
@@ -194,7 +189,7 @@ spec:
194
189
- name : name
195
190
value : prefetch-dependencies-oci-ta
196
191
- name : bundle
197
- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:752230a646483aebd465a942aef4f35c08e67185609ac26e19a3b931de9b7b0a
192
+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:786a6601c654a48e32ea51b2636982d2e096da3027ea701009ca956b74a7d400
198
193
- name : kind
199
194
value : task
200
195
resolver : bundles
@@ -242,7 +237,7 @@ spec:
242
237
- name : name
243
238
value : buildah-remote-oci-ta
244
239
- name : bundle
245
- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:3e01d3870212cfa0a5f947abcd74348adb80591a2f0828c64bb29323dff7225d
240
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:58fb95e010b84e3b7949972a07c98d25fea68b474759891ac6ac539f325b0581
246
241
- name : kind
247
242
value : task
248
243
resolver : bundles
@@ -271,7 +266,7 @@ spec:
271
266
- name : name
272
267
value : build-image-index
273
268
- name : bundle
274
- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:24feb32a91fb9960aa0a2d3a982dd549bad2d40074e1e5e3f9ae9739a66174b8
269
+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:d34e4245b767c5b1b5edbbad9fc9cf8050cf19a69c8e55856479848405c596ec
275
270
- name : kind
276
271
value : task
277
272
resolver : bundles
@@ -295,7 +290,7 @@ spec:
295
290
- name : name
296
291
value : source-build-oci-ta
297
292
- name : bundle
298
- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:183b28fc7c3ca8bc81b00d695517cd2e0b7c31e13365bcfd7e3c758ce13c489c
293
+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:ea2316bcef60fdbc6d89bb34d343d9157e89e786504fb68e223c04a7486d9e91
299
294
- name : kind
300
295
value : task
301
296
resolver : bundles
@@ -321,7 +316,7 @@ spec:
321
316
- name : name
322
317
value : deprecated-image-check
323
318
- name : bundle
324
- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:a0a5b05286e3df5045432b3da3cc11224a831e05bc77c927cbfd00381f7f6235
319
+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5d63b920b71192906fe4d6c4903f594e6f34c5edcff9d21714a08b5edcfbc667
325
320
- name : kind
326
321
value : task
327
322
resolver : bundles
@@ -343,7 +338,7 @@ spec:
343
338
- name : name
344
339
value : clair-scan
345
340
- name : bundle
346
- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:c45aae9e7d4449e1ea3ef0fc59dec84b77831329ae2b03c1578e02bd051a2863
341
+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d1ef571fe836984101e2d7f1611a2b7c8c0f8e7d5ad3d9b997fc511f9fd66af6
347
342
- name : kind
348
343
value : task
349
344
resolver : bundles
@@ -363,7 +358,7 @@ spec:
363
358
- name : name
364
359
value : ecosystem-cert-preflight-checks
365
360
- name : bundle
366
- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1 @sha256:df8a25a3431a70544172ed4844f9d0c6229d39130633960729f825a031a7dea9
361
+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2 @sha256:50668bab78fcf8aa02d3820a46354d4a125d80eff26fa07f9c23ea58b5e7088e
367
362
- name : kind
368
363
value : task
369
364
resolver : bundles
@@ -389,7 +384,7 @@ spec:
389
384
- name : name
390
385
value : sast-snyk-check-oci-ta
391
386
- name : bundle
392
- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3@sha256:6673cbd19e4f1872dd194c91d0b1fe14cacd3768050f6516d3888f660e0732de
387
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3@sha256:916d7187fdbf20d003db9c673d6cc0c583f4750606c75bf2d9e9c27815b3fcdb
393
388
- name : kind
394
389
value : task
395
390
resolver : bundles
@@ -411,7 +406,7 @@ spec:
411
406
- name : name
412
407
value : clamav-scan
413
408
- name : bundle
414
- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7595ba07e6bf3737a7ce51e0d75e43bd2658a9b9c5b59e161c005029ac758b3d
409
+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:e24eb00ffdb7b45da1c9e1c98f65d68e9f13fd3fce4a4aa9e51df0c7aea14854
415
410
- name : kind
416
411
value : task
417
412
resolver : bundles
@@ -454,7 +449,7 @@ spec:
454
449
- name : name
455
450
value : sast-coverity-check-oci-ta
456
451
- name : bundle
457
- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.2@sha256:61a4b5afd0c49cd999fbe60b36e2d92750c7fb337942015929b3d3f393e3bde5
452
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.2@sha256:32c4d3e795ca141f3f10dbca20c77a4860083006c2b4dffa95ee6b703a9c4810
458
453
- name : kind
459
454
value : task
460
455
resolver : bundles
@@ -475,7 +470,7 @@ spec:
475
470
- name : name
476
471
value : coverity-availability-check
477
472
- name : bundle
478
- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:d6b15fa9874cceb1e68f564942507939499971d17108b5540990de035d1a8266
473
+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:0b35292eed661c5e3ca307c0ba7f594d17555db2a1da567903b0b47697fa23ed
479
474
- name : kind
480
475
value : task
481
476
resolver : bundles
@@ -501,7 +496,7 @@ spec:
501
496
- name : name
502
497
value : sast-shell-check-oci-ta
503
498
- name : bundle
504
- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:b1b78cb0b9eb6b6e333b35f90db182d4e86ef8e93acb4f3450dd1ad88ea3fab2
499
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:4b704fa3a3f56a350dd93df506e2d13d102202f124548604877377db2c4c9c22
505
500
- name : kind
506
501
value : task
507
502
resolver : bundles
@@ -525,7 +520,7 @@ spec:
525
520
- name : name
526
521
value : sast-unicode-check-oci-ta
527
522
- name : bundle
528
- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.1@sha256:a8e5bec59687de42b77c579e931827de755623244a2c006701b4f9e08a3713b1
523
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.1@sha256:424f2f659c02998dc3a43e1ce869e3148982c59adb74f953f8fa91ff1c9ab86e
529
524
- name : kind
530
525
value : task
531
526
resolver : bundles
@@ -545,7 +540,7 @@ spec:
545
540
- name : name
546
541
value : apply-tags
547
542
- name : bundle
548
- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:5e5f290359fd34ae4cc77cbbba6ef8c9907d752572d6dc2a00f5a4c504eb48bb
543
+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:e1d365ce85d6448f6ebd0d0a000d0f45b694950b7545a2c34bfbcf992c80df61
549
544
- name : kind
550
545
value : task
551
546
resolver : bundles
@@ -568,7 +563,7 @@ spec:
568
563
- name : name
569
564
value : push-dockerfile-oci-ta
570
565
- name : bundle
571
- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:443e665458bd44f029c8e44e8d4c44e4faa8c533f129014ccb3c4c51fd89bbfc
566
+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:a89354ee3fb942a4ce635767dfd6a1fcf47da796c3b984c996190d2965bb6e84
572
567
- name : kind
573
568
value : task
574
569
resolver : bundles
@@ -585,7 +580,7 @@ spec:
585
580
- name : name
586
581
value : rpms-signature-scan
587
582
- name : bundle
588
- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:5bc61290c6d56cb3d61409efdf522574e7d08a497f362d7456ed33d56189c4f9
583
+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1ed16be7d66040bb7eb04c4b252345ff658e1dbdca8274ae7885126ab2214ad1
589
584
- name : kind
590
585
value : task
591
586
resolver : bundles
0 commit comments