Skip to content

Commit 32da683

Browse files
Update Konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent d53dffb commit 32da683

File tree

2 files changed

+56
-50
lines changed

2 files changed

+56
-50
lines changed

.tekton/rosa-mcp-server-pull-request.yaml

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
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:
1413
labels:
1514
appstudio.openshift.io/application: ai-tools
1615
appstudio.openshift.io/component: rosa-mcp-server
@@ -63,13 +62,11 @@ spec:
6362
name: output-image
6463
type: string
6564
- 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.
6866
name: path-context
6967
type: string
7068
- 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
7370
name: dockerfile
7471
type: string
7572
- default: "false"
@@ -89,8 +86,7 @@ spec:
8986
name: prefetch-input
9087
type: string
9188
- 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.
9490
name: image-expires-after
9591
type: string
9692
- default: "false"
@@ -110,10 +106,13 @@ spec:
110106
name: build-args-file
111107
type: string
112108
- 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
115110
name: privileged-nested
116111
type: string
112+
- name: buildah-format
113+
default: docker
114+
type: string
115+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
117116
results:
118117
- description: ""
119118
name: IMAGE_URL
@@ -141,7 +140,7 @@ spec:
141140
- name: name
142141
value: init
143142
- name: bundle
144-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:08e18a4dc5f947c1d20e8353a19d013144bea87b72f67236b165dd4778523951
143+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
145144
- name: kind
146145
value: task
147146
resolver: bundles
@@ -162,7 +161,7 @@ spec:
162161
- name: name
163162
value: git-clone-oci-ta
164163
- name: bundle
165-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:be82c55346e8810bd1edc5547f864064da6945979baccca7dfc99990b392a02b
164+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0d80f66610efd1f957700f61dcd5080689321b10ad544e136d58fc4673290d1b
166165
- name: kind
167166
value: task
168167
resolver: bundles
@@ -191,7 +190,7 @@ spec:
191190
- name: name
192191
value: prefetch-dependencies-oci-ta
193192
- name: bundle
194-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:e38599be9aafc4622545e66673c5bc2292b323834c5d852f4a39cb7d01784574
193+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
195194
- name: kind
196195
value: task
197196
resolver: bundles
@@ -227,14 +226,16 @@ spec:
227226
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
228227
- name: CACHI2_ARTIFACT
229228
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
229+
- name: BUILDAH_FORMAT
230+
value: $(params.buildah-format)
230231
runAfter:
231232
- prefetch-dependencies
232233
taskRef:
233234
params:
234235
- name: name
235236
value: buildah-oci-ta
236237
- name: bundle
237-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:d78d8abba7a84faa391d8b3b23be49ad8c09e9b1c0cabaed3919f64100cead2d
238+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:38d08ea58511a67f8754dc025feebdec8ae342fb4e25bc67a3726ec84f7cb7d1
238239
- name: kind
239240
value: task
240241
resolver: bundles
@@ -256,14 +257,16 @@ spec:
256257
- name: IMAGES
257258
value:
258259
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
260+
- name: BUILDAH_FORMAT
261+
value: $(params.buildah-format)
259262
runAfter:
260263
- build-container
261264
taskRef:
262265
params:
263266
- name: name
264267
value: build-image-index
265268
- name: bundle
266-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:72f77a8c62f9d6f69ab5c35170839e4b190026e6cc3d7d4ceafa7033fc30ad7b
269+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
267270
- name: kind
268271
value: task
269272
resolver: bundles
@@ -289,7 +292,7 @@ spec:
289292
- name: name
290293
value: source-build-oci-ta
291294
- name: bundle
292-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:bfec1fabb0ed7c191e6c85d75e6cc577a04cabe9e6b35f9476529e8e5b3c0c82
295+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:36d44f2924f60da00a079a9ab7ce25ad8b2ad593c16d90509203c125ff0ccd46
293296
- name: kind
294297
value: task
295298
resolver: bundles
@@ -315,7 +318,7 @@ spec:
315318
- name: name
316319
value: deprecated-image-check
317320
- name: bundle
318-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
321+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
319322
- name: kind
320323
value: task
321324
resolver: bundles
@@ -337,7 +340,7 @@ spec:
337340
- name: name
338341
value: clair-scan
339342
- name: bundle
340-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
343+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
341344
- name: kind
342345
value: task
343346
resolver: bundles
@@ -357,7 +360,7 @@ spec:
357360
- name: name
358361
value: ecosystem-cert-preflight-checks
359362
- name: bundle
360-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:51d698844b207f7bedff69cc8718858cbc7407b0cadbea3033e5965e71ae5e96
363+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
361364
- name: kind
362365
value: task
363366
resolver: bundles
@@ -383,7 +386,7 @@ spec:
383386
- name: name
384387
value: sast-snyk-check-oci-ta
385388
- name: bundle
386-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
389+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
387390
- name: kind
388391
value: task
389392
resolver: bundles
@@ -405,7 +408,7 @@ spec:
405408
- name: name
406409
value: clamav-scan
407410
- name: bundle
408-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:cce2dfcc5bd6e91ee54aacdadad523b013eeae5cdaa7f6a4624b8cbcc040f439
411+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
409412
- name: kind
410413
value: task
411414
resolver: bundles
@@ -450,7 +453,7 @@ spec:
450453
- name: name
451454
value: sast-coverity-check-oci-ta
452455
- name: bundle
453-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:5f81372e21a3c6f4a745b723e444b6eb81a11bdff8740e0ce4b96ad42924e45e
456+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
454457
- name: kind
455458
value: task
456459
resolver: bundles
@@ -545,7 +548,7 @@ spec:
545548
- name: name
546549
value: apply-tags
547550
- name: bundle
548-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:70881c97a4c51ee1f4d023fa1110e0bdfcfd2f51d9a261fa543c3862b9a4eee9
551+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
549552
- name: kind
550553
value: task
551554
resolver: bundles
@@ -568,7 +571,7 @@ spec:
568571
- name: name
569572
value: push-dockerfile-oci-ta
570573
- name: bundle
571-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8640726ef7c5875e3b2e64c9f823921ea970674593f077cadfce3c45c9b9a2b9
574+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2bc5b3afc5de56da0f06eac60b65e86f6b861b16a63f48579fc0bac7d657e14c
572575
- name: kind
573576
value: task
574577
resolver: bundles

.tekton/rosa-mcp-server-push.yaml

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "main"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: ai-tools
1514
appstudio.openshift.io/component: rosa-mcp-server
@@ -60,13 +59,11 @@ spec:
6059
name: output-image
6160
type: string
6261
- default: .
63-
description: Path to the source code of an application's component from where
64-
to build image.
62+
description: Path to the source code of an application's component from where to build image.
6563
name: path-context
6664
type: string
6765
- default: Dockerfile
68-
description: Path to the Dockerfile inside the context specified by parameter
69-
path-context
66+
description: Path to the Dockerfile inside the context specified by parameter path-context
7067
name: dockerfile
7168
type: string
7269
- default: "false"
@@ -86,8 +83,7 @@ spec:
8683
name: prefetch-input
8784
type: string
8885
- default: ""
89-
description: Image tag expiration time, time values could be something like
90-
1h, 2d, 3w for hours, days, and weeks, respectively.
86+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9187
name: image-expires-after
9288
type: string
9389
- default: "false"
@@ -107,10 +103,13 @@ spec:
107103
name: build-args-file
108104
type: string
109105
- default: "false"
110-
description: Whether to enable privileged mode, should be used only with remote
111-
VMs
106+
description: Whether to enable privileged mode, should be used only with remote VMs
112107
name: privileged-nested
113108
type: string
109+
- name: buildah-format
110+
default: docker
111+
type: string
112+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
114113
results:
115114
- description: ""
116115
name: IMAGE_URL
@@ -138,7 +137,7 @@ spec:
138137
- name: name
139138
value: init
140139
- name: bundle
141-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:08e18a4dc5f947c1d20e8353a19d013144bea87b72f67236b165dd4778523951
140+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
142141
- name: kind
143142
value: task
144143
resolver: bundles
@@ -159,7 +158,7 @@ spec:
159158
- name: name
160159
value: git-clone-oci-ta
161160
- name: bundle
162-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:be82c55346e8810bd1edc5547f864064da6945979baccca7dfc99990b392a02b
161+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0d80f66610efd1f957700f61dcd5080689321b10ad544e136d58fc4673290d1b
163162
- name: kind
164163
value: task
165164
resolver: bundles
@@ -188,7 +187,7 @@ spec:
188187
- name: name
189188
value: prefetch-dependencies-oci-ta
190189
- name: bundle
191-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:e38599be9aafc4622545e66673c5bc2292b323834c5d852f4a39cb7d01784574
190+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
192191
- name: kind
193192
value: task
194193
resolver: bundles
@@ -224,14 +223,16 @@ spec:
224223
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
225224
- name: CACHI2_ARTIFACT
226225
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
226+
- name: BUILDAH_FORMAT
227+
value: $(params.buildah-format)
227228
runAfter:
228229
- prefetch-dependencies
229230
taskRef:
230231
params:
231232
- name: name
232233
value: buildah-oci-ta
233234
- name: bundle
234-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:d78d8abba7a84faa391d8b3b23be49ad8c09e9b1c0cabaed3919f64100cead2d
235+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:38d08ea58511a67f8754dc025feebdec8ae342fb4e25bc67a3726ec84f7cb7d1
235236
- name: kind
236237
value: task
237238
resolver: bundles
@@ -253,14 +254,16 @@ spec:
253254
- name: IMAGES
254255
value:
255256
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
257+
- name: BUILDAH_FORMAT
258+
value: $(params.buildah-format)
256259
runAfter:
257260
- build-container
258261
taskRef:
259262
params:
260263
- name: name
261264
value: build-image-index
262265
- name: bundle
263-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:72f77a8c62f9d6f69ab5c35170839e4b190026e6cc3d7d4ceafa7033fc30ad7b
266+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
264267
- name: kind
265268
value: task
266269
resolver: bundles
@@ -286,7 +289,7 @@ spec:
286289
- name: name
287290
value: source-build-oci-ta
288291
- name: bundle
289-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:bfec1fabb0ed7c191e6c85d75e6cc577a04cabe9e6b35f9476529e8e5b3c0c82
292+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:36d44f2924f60da00a079a9ab7ce25ad8b2ad593c16d90509203c125ff0ccd46
290293
- name: kind
291294
value: task
292295
resolver: bundles
@@ -312,7 +315,7 @@ spec:
312315
- name: name
313316
value: deprecated-image-check
314317
- name: bundle
315-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
318+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
316319
- name: kind
317320
value: task
318321
resolver: bundles
@@ -334,7 +337,7 @@ spec:
334337
- name: name
335338
value: clair-scan
336339
- name: bundle
337-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
340+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
338341
- name: kind
339342
value: task
340343
resolver: bundles
@@ -354,7 +357,7 @@ spec:
354357
- name: name
355358
value: ecosystem-cert-preflight-checks
356359
- name: bundle
357-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:51d698844b207f7bedff69cc8718858cbc7407b0cadbea3033e5965e71ae5e96
360+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
358361
- name: kind
359362
value: task
360363
resolver: bundles
@@ -380,7 +383,7 @@ spec:
380383
- name: name
381384
value: sast-snyk-check-oci-ta
382385
- name: bundle
383-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
386+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
384387
- name: kind
385388
value: task
386389
resolver: bundles
@@ -402,7 +405,7 @@ spec:
402405
- name: name
403406
value: clamav-scan
404407
- name: bundle
405-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:cce2dfcc5bd6e91ee54aacdadad523b013eeae5cdaa7f6a4624b8cbcc040f439
408+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
406409
- name: kind
407410
value: task
408411
resolver: bundles
@@ -447,7 +450,7 @@ spec:
447450
- name: name
448451
value: sast-coverity-check-oci-ta
449452
- name: bundle
450-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:5f81372e21a3c6f4a745b723e444b6eb81a11bdff8740e0ce4b96ad42924e45e
453+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
451454
- name: kind
452455
value: task
453456
resolver: bundles
@@ -542,7 +545,7 @@ spec:
542545
- name: name
543546
value: apply-tags
544547
- name: bundle
545-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:70881c97a4c51ee1f4d023fa1110e0bdfcfd2f51d9a261fa543c3862b9a4eee9
548+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
546549
- name: kind
547550
value: task
548551
resolver: bundles
@@ -565,7 +568,7 @@ spec:
565568
- name: name
566569
value: push-dockerfile-oci-ta
567570
- name: bundle
568-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8640726ef7c5875e3b2e64c9f823921ea970674593f077cadfce3c45c9b9a2b9
571+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2bc5b3afc5de56da0f06eac60b65e86f6b861b16a63f48579fc0bac7d657e14c
569572
- name: kind
570573
value: task
571574
resolver: bundles

0 commit comments

Comments
 (0)