@@ -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
- == "main"
13
- creationTimestamp : null
11
+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main"
12
+ creationTimestamp :
14
13
labels :
15
14
appstudio.openshift.io/application : ai-tools
16
15
appstudio.openshift.io/component : jira-mcp-snowflake
47
46
- name : name
48
47
value : show-sbom
49
48
- name : bundle
50
- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
49
+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
51
50
- name : kind
52
51
value : task
53
52
resolver : bundles
@@ -63,13 +62,11 @@ spec:
63
62
name : output-image
64
63
type : string
65
64
- default : .
66
- description : Path to the source code of an application's component from where
67
- to build image.
65
+ description : Path to the source code of an application's component from where to build image.
68
66
name : path-context
69
67
type : string
70
68
- default : Dockerfile
71
- description : Path to the Dockerfile inside the context specified by parameter
72
- path-context
69
+ description : Path to the Dockerfile inside the context specified by parameter path-context
73
70
name : dockerfile
74
71
type : string
75
72
- default : " false"
89
86
name : prefetch-input
90
87
type : string
91
88
- default : " "
92
- description : Image tag expiration time, time values could be something like
93
- 1h, 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.
94
90
name : image-expires-after
95
91
type : string
96
92
- default : " false"
@@ -110,8 +106,7 @@ spec:
110
106
name : build-args-file
111
107
type : string
112
108
- default : " false"
113
- description : Whether to enable privileged mode, should be used only with remote
114
- VMs
109
+ description : Whether to enable privileged mode, should be used only with remote VMs
115
110
name : privileged-nested
116
111
type : string
117
112
results :
@@ -162,7 +157,7 @@ spec:
162
157
- name : name
163
158
value : git-clone-oci-ta
164
159
- name : bundle
165
- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0e512b12775b2bcc4eb47bb34b7a2db2e91c3ceef04b2f2487fa421032d8859a
160
+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
166
161
- name : kind
167
162
value : task
168
163
resolver : bundles
@@ -191,7 +186,7 @@ spec:
191
186
- name : name
192
187
value : prefetch-dependencies-oci-ta
193
188
- name : bundle
194
- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d0cbc492da865be336d09926eb6e3494403dccaa4a212bbdf472d8adbf80ab08
189
+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
195
190
- name : kind
196
191
value : task
197
192
resolver : bundles
@@ -234,7 +229,7 @@ spec:
234
229
- name : name
235
230
value : buildah-oci-ta
236
231
- name : bundle
237
- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:d90c4cf682189faab5c702e55f4855242e228ce1a05e54e1734b7b9c6fa40441
232
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:48b99ad18fd3bde2d22ec2c397d36c55e45ca90ddf1620c9e00bdee518e297bf
238
233
- name : kind
239
234
value : task
240
235
resolver : bundles
@@ -263,7 +258,7 @@ spec:
263
258
- name : name
264
259
value : build-image-index
265
260
- name : bundle
266
- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3cf3dcc0bf7b674b940063b4d55e41fe7d43636a1d82572e3850228aa5350fa8
261
+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
267
262
- name : kind
268
263
value : task
269
264
resolver : bundles
@@ -275,19 +270,21 @@ spec:
275
270
- name : build-source-image
276
271
params :
277
272
- name : BINARY_IMAGE
278
- value : $(params.output -image)
273
+ value : $(tasks.build -image-index.results.IMAGE_URL )
279
274
- name : SOURCE_ARTIFACT
280
275
value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
281
276
- name : CACHI2_ARTIFACT
282
277
value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
278
+ - name : BINARY_IMAGE_DIGEST
279
+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
283
280
runAfter :
284
281
- build-image-index
285
282
taskRef :
286
283
params :
287
284
- name : name
288
285
value : source-build-oci-ta
289
286
- name : bundle
290
- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:f0784e8e0e396f40a6523693825b5966c3c615ba3d342350165e83cb72a24ef7
287
+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
291
288
- name : kind
292
289
value : task
293
290
resolver : bundles
@@ -313,7 +310,7 @@ spec:
313
310
- name : name
314
311
value : deprecated-image-check
315
312
- name : bundle
316
- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:270a79138a98e43c366d3722978cb5940d2bcb822ba6b60377330f863b7a1e62
313
+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
317
314
- name : kind
318
315
value : task
319
316
resolver : bundles
@@ -355,7 +352,7 @@ spec:
355
352
- name : name
356
353
value : ecosystem-cert-preflight-checks
357
354
- name : bundle
358
- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:95ca11d147ee97d98f495477e9f42afe94ba3f869fc81c4e7b241ebd21e7395f
355
+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:abbe195626eec925288df6425679559025d1be4af5ae70ca6dbbcb49ad3bf08b
359
356
- name : kind
360
357
value : task
361
358
resolver : bundles
@@ -448,7 +445,7 @@ spec:
448
445
- name : name
449
446
value : sast-coverity-check-oci-ta
450
447
- name : bundle
451
- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:dda889f85faa30eb18db4f195bc03428e8913afa14624552d2cb9f714c786dbf
448
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c926568ce63e4f63e18bb6a4178caca2e8192f6e3b830bbcd354e6485d29458c
452
449
- name : kind
453
450
value : task
454
451
resolver : bundles
@@ -495,7 +492,7 @@ spec:
495
492
- name : name
496
493
value : sast-shell-check-oci-ta
497
494
- name : bundle
498
- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1e8f18f892e16f5d0fc0f42ae8512e3c78251d43cd9d9f7cfd3f6667242bf619
495
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
499
496
- name : kind
500
497
value : task
501
498
resolver : bundles
@@ -521,7 +518,7 @@ spec:
521
518
- name : name
522
519
value : sast-unicode-check-oci-ta
523
520
- name : bundle
524
- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
521
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
525
522
- name : kind
526
523
value : task
527
524
resolver : bundles
0 commit comments