Skip to content

Commit d73aca5

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

File tree

2 files changed

+78
-64
lines changed

2 files changed

+78
-64
lines changed

.tekton/ocm-mcp-pull-request.yaml

Lines changed: 39 additions & 32 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: ocm-mcp
@@ -47,7 +46,7 @@ spec:
4746
- name: name
4847
value: show-sbom
4948
- 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:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5150
- name: kind
5251
value: task
5352
resolver: bundles
@@ -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
- default: "false"
9692
description: Build a source image.
@@ -109,10 +105,13 @@ spec:
109105
name: build-args-file
110106
type: string
111107
- default: "false"
112-
description: Whether to enable privileged mode, should be used only with remote
113-
VMs
108+
description: Whether to enable privileged mode, should be used only with remote VMs
114109
name: privileged-nested
115110
type: string
111+
- name: buildah-format
112+
default: docker
113+
type: string
114+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
116115
results:
117116
- description: ""
118117
name: IMAGE_URL
@@ -140,7 +139,7 @@ spec:
140139
- name: name
141140
value: init
142141
- name: bundle
143-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
142+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
144143
- name: kind
145144
value: task
146145
resolver: bundles
@@ -161,7 +160,7 @@ spec:
161160
- name: name
162161
value: git-clone-oci-ta
163162
- name: bundle
164-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
163+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3dc39eae48745a96097c07c577b944d6203a91c35d3f71d9ed5feab41d327a6a
165164
- name: kind
166165
value: task
167166
resolver: bundles
@@ -190,7 +189,7 @@ spec:
190189
- name: name
191190
value: prefetch-dependencies-oci-ta
192191
- name: bundle
193-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
192+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:569165278e3c85e3b897abad9f6d714d76be4b061f44f5f7614ed1c83ad117b4
194193
- name: kind
195194
value: task
196195
resolver: bundles
@@ -226,14 +225,16 @@ spec:
226225
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
227226
- name: CACHI2_ARTIFACT
228227
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
228+
- name: BUILDAH_FORMAT
229+
value: $(params.buildah-format)
229230
runAfter:
230231
- prefetch-dependencies
231232
taskRef:
232233
params:
233234
- name: name
234235
value: buildah-oci-ta
235236
- name: bundle
236-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5
237+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6@sha256:27d5644c496e889680422ee4383d4653d7a52972e42de2d9f9fd63cdcf94d998
237238
- name: kind
238239
value: task
239240
resolver: bundles
@@ -255,14 +256,16 @@ spec:
255256
- name: IMAGES
256257
value:
257258
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
259+
- name: BUILDAH_FORMAT
260+
value: $(params.buildah-format)
258261
runAfter:
259262
- build-container
260263
taskRef:
261264
params:
262265
- name: name
263266
value: build-image-index
264267
- name: bundle
265-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
268+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3411aeecdf045f8e61532abb88c28b7479cb8372420ac713f1f6756aa8fa843a
266269
- name: kind
267270
value: task
268271
resolver: bundles
@@ -274,19 +277,21 @@ spec:
274277
- name: build-source-image
275278
params:
276279
- name: BINARY_IMAGE
277-
value: $(params.output-image)
280+
value: $(tasks.build-image-index.results.IMAGE_URL)
278281
- name: SOURCE_ARTIFACT
279282
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
280283
- name: CACHI2_ARTIFACT
281284
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
285+
- name: BINARY_IMAGE_DIGEST
286+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
282287
runAfter:
283288
- build-image-index
284289
taskRef:
285290
params:
286291
- name: name
287292
value: source-build-oci-ta
288293
- name: bundle
289-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
294+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:282cb5a9119a87e88559444feff67d76d6f356d03654b4845632c049b2314735
290295
- name: kind
291296
value: task
292297
resolver: bundles
@@ -312,7 +317,7 @@ spec:
312317
- name: name
313318
value: deprecated-image-check
314319
- name: bundle
315-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
320+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
316321
- name: kind
317322
value: task
318323
resolver: bundles
@@ -334,7 +339,7 @@ spec:
334339
- name: name
335340
value: clair-scan
336341
- name: bundle
337-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
342+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
338343
- name: kind
339344
value: task
340345
resolver: bundles
@@ -354,7 +359,7 @@ spec:
354359
- name: name
355360
value: ecosystem-cert-preflight-checks
356361
- name: bundle
357-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
362+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
358363
- name: kind
359364
value: task
360365
resolver: bundles
@@ -380,7 +385,7 @@ spec:
380385
- name: name
381386
value: sast-snyk-check-oci-ta
382387
- name: bundle
383-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
388+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
384389
- name: kind
385390
value: task
386391
resolver: bundles
@@ -402,7 +407,7 @@ spec:
402407
- name: name
403408
value: clamav-scan
404409
- name: bundle
405-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
410+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
406411
- name: kind
407412
value: task
408413
resolver: bundles
@@ -447,7 +452,7 @@ spec:
447452
- name: name
448453
value: sast-coverity-check-oci-ta
449454
- name: bundle
450-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:7c845b10d257b874f645ea30deeff3c1ce2b38e7b6e331564f32c8684f41b520
455+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
451456
- name: kind
452457
value: task
453458
resolver: bundles
@@ -468,7 +473,7 @@ spec:
468473
- name: name
469474
value: coverity-availability-check
470475
- name: bundle
471-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
476+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
472477
- name: kind
473478
value: task
474479
resolver: bundles
@@ -494,7 +499,7 @@ spec:
494499
- name: name
495500
value: sast-shell-check-oci-ta
496501
- name: bundle
497-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f
502+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
498503
- name: kind
499504
value: task
500505
resolver: bundles
@@ -520,7 +525,7 @@ spec:
520525
- name: name
521526
value: sast-unicode-check-oci-ta
522527
- name: bundle
523-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
528+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
524529
- name: kind
525530
value: task
526531
resolver: bundles
@@ -531,16 +536,18 @@ spec:
531536
- "false"
532537
- name: apply-tags
533538
params:
534-
- name: IMAGE
539+
- name: IMAGE_URL
535540
value: $(tasks.build-image-index.results.IMAGE_URL)
541+
- name: IMAGE_DIGEST
542+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
536543
runAfter:
537544
- build-image-index
538545
taskRef:
539546
params:
540547
- name: name
541548
value: apply-tags
542549
- name: bundle
543-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
550+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:4c2b0a2d2904108f8d19edfa878df6cd49ed19aab73ab6fc6a435fba0265f771
544551
- name: kind
545552
value: task
546553
resolver: bundles
@@ -563,7 +570,7 @@ spec:
563570
- name: name
564571
value: push-dockerfile-oci-ta
565572
- name: bundle
566-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
573+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:13633d5ba8445c0f732a0a5d1b33ffbb708398e45ef1647542b0ab22fee25a6a
567574
- name: kind
568575
value: task
569576
resolver: bundles
@@ -580,7 +587,7 @@ spec:
580587
- name: name
581588
value: rpms-signature-scan
582589
- name: bundle
583-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
590+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
584591
- name: kind
585592
value: task
586593
resolver: bundles

0 commit comments

Comments
 (0)