Skip to content

Commit 714c008

Browse files
Merge pull request #146 from dhaiducek/update-konflux-release-4.19
[release-4.19] Update Konflux references
2 parents b1fab08 + 8d30cf0 commit 714c008

File tree

2 files changed

+62
-67
lines changed

2 files changed

+62
-67
lines changed

.tekton/cluster-api-provider-kubevirt-mce-29-pull-request.yaml

Lines changed: 31 additions & 35 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-
== "release-4.19"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-4.19"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: release-mce-29
1615
appstudio.openshift.io/component: cluster-api-provider-kubevirt-mce-29
@@ -30,9 +29,6 @@ spec:
3029
- name: build-platforms
3130
value:
3231
- linux/x86_64
33-
- linux/ppc64le
34-
- linux/s390x
35-
- linux/arm64
3632
- name: dockerfile
3733
value: Dockerfile.rhtap
3834
- name: path-context
@@ -59,7 +55,7 @@ spec:
5955
- name: name
6056
value: show-sbom
6157
- name: bundle
62-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
58+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
6359
- name: kind
6460
value: task
6561
resolver: bundles
@@ -75,13 +71,11 @@ spec:
7571
name: output-image
7672
type: string
7773
- default: .
78-
description: Path to the source code of an application's component from where
79-
to build image.
74+
description: Path to the source code of an application's component from where to build image.
8075
name: path-context
8176
type: string
8277
- default: Dockerfile
83-
description: Path to the Dockerfile inside the context specified by parameter
84-
path-context
78+
description: Path to the Dockerfile inside the context specified by parameter path-context
8579
name: dockerfile
8680
type: string
8781
- default: "false"
@@ -101,8 +95,7 @@ spec:
10195
name: prefetch-input
10296
type: string
10397
- default: ""
104-
description: Image tag expiration time, time values could be something like
105-
1h, 2d, 3w for hours, days, and weeks, respectively.
98+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10699
name: image-expires-after
107100
- default: "false"
108101
description: Build a source image.
@@ -122,8 +115,7 @@ spec:
122115
type: string
123116
- default:
124117
- 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.
118+
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.
127119
name: build-platforms
128120
type: array
129121
results:
@@ -174,7 +166,7 @@ spec:
174166
- name: name
175167
value: git-clone-oci-ta
176168
- name: bundle
177-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
169+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
178170
- name: kind
179171
value: task
180172
resolver: bundles
@@ -196,7 +188,7 @@ spec:
196188
value: $(params.output-image).prefetch
197189
- name: ociArtifactExpiresAfter
198190
value: $(params.image-expires-after)
199-
- name: dev-package-managers
191+
- name: dev-package-managers
200192
value: "true"
201193
runAfter:
202194
- clone-repository
@@ -205,7 +197,7 @@ spec:
205197
- name: name
206198
value: prefetch-dependencies-oci-ta
207199
- name: bundle
208-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:1f6e2c9beba52d21c562ba1dea55f579f67e33b80099615bfd2043864896284d
200+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
209201
- name: kind
210202
value: task
211203
resolver: bundles
@@ -253,7 +245,7 @@ spec:
253245
- name: name
254246
value: buildah-remote-oci-ta
255247
- name: bundle
256-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:687fbe15c00a10ba6949f6aa49d0ccc7dfef7569abaea23e03c547e1efdc3cd5
248+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
257249
- name: kind
258250
value: task
259251
resolver: bundles
@@ -282,7 +274,7 @@ spec:
282274
- name: name
283275
value: build-image-index
284276
- name: bundle
285-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:08abb8b12d69b8a33d5ce465304934c6f78e6850613c1c91eb6bf7e1c27d8319
277+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
286278
- name: kind
287279
value: task
288280
resolver: bundles
@@ -306,7 +298,7 @@ spec:
306298
- name: name
307299
value: source-build-oci-ta
308300
- name: bundle
309-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
301+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
310302
- name: kind
311303
value: task
312304
resolver: bundles
@@ -332,7 +324,7 @@ spec:
332324
- name: name
333325
value: deprecated-image-check
334326
- name: bundle
335-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
327+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
336328
- name: kind
337329
value: task
338330
resolver: bundles
@@ -354,7 +346,7 @@ spec:
354346
- name: name
355347
value: clair-scan
356348
- name: bundle
357-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:878ae247ffc58d95a9ac68e4d658ef91ef039363e03e65a386bc0ead02d9d7d8
349+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
358350
- name: kind
359351
value: task
360352
resolver: bundles
@@ -374,7 +366,7 @@ spec:
374366
- name: name
375367
value: ecosystem-cert-preflight-checks
376368
- name: bundle
377-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
369+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
378370
- name: kind
379371
value: task
380372
resolver: bundles
@@ -400,7 +392,7 @@ spec:
400392
- name: name
401393
value: sast-snyk-check-oci-ta
402394
- name: bundle
403-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:6078ec8ec7caacbb8203138fcaa63db24e88dbf838544340bb0752d5b69f20ae
395+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
404396
- name: kind
405397
value: task
406398
resolver: bundles
@@ -422,7 +414,7 @@ spec:
422414
- name: name
423415
value: clamav-scan
424416
- name: bundle
425-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:98d94290d6f21b6e231485326e3629bbcdec75c737b84e05ac9eac78f9a2c8b4
417+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
426418
- name: kind
427419
value: task
428420
resolver: bundles
@@ -467,7 +459,7 @@ spec:
467459
- name: name
468460
value: sast-coverity-check-oci-ta
469461
- name: bundle
470-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:87af64576088ba68f2a5b89998b7ae9e92d7e4f039274e4be6000eff6ce0d95d
462+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:d3fdca2f0072e1c40e0781ac4b8f16b977dc77fc6e80424087941465bc27d5eb
471463
- name: kind
472464
value: task
473465
resolver: bundles
@@ -488,7 +480,7 @@ spec:
488480
- name: name
489481
value: coverity-availability-check
490482
- name: bundle
491-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
483+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
492484
- name: kind
493485
value: task
494486
resolver: bundles
@@ -514,7 +506,7 @@ spec:
514506
- name: name
515507
value: sast-shell-check-oci-ta
516508
- name: bundle
517-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
509+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
518510
- name: kind
519511
value: task
520512
resolver: bundles
@@ -531,14 +523,16 @@ spec:
531523
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
532524
- name: CACHI2_ARTIFACT
533525
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
526+
- name: image-digest
527+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
534528
runAfter:
535529
- build-image-index
536530
taskRef:
537531
params:
538532
- name: name
539533
value: sast-unicode-check-oci-ta
540534
- name: bundle
541-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:54d50169b4860b90d38d41b00a973489b1db83612ae4aa40f1bdf0a151bff80d
535+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
542536
- name: kind
543537
value: task
544538
resolver: bundles
@@ -549,16 +543,18 @@ spec:
549543
- "false"
550544
- name: apply-tags
551545
params:
552-
- name: IMAGE
546+
- name: IMAGE_URL
553547
value: $(tasks.build-image-index.results.IMAGE_URL)
548+
- name: IMAGE_DIGEST
549+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
554550
runAfter:
555551
- build-image-index
556552
taskRef:
557553
params:
558554
- name: name
559555
value: apply-tags
560556
- name: bundle
561-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
557+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
562558
- name: kind
563559
value: task
564560
resolver: bundles
@@ -581,7 +577,7 @@ spec:
581577
- name: name
582578
value: push-dockerfile-oci-ta
583579
- name: bundle
584-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
580+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
585581
- name: kind
586582
value: task
587583
resolver: bundles
@@ -598,7 +594,7 @@ spec:
598594
- name: name
599595
value: rpms-signature-scan
600596
- name: bundle
601-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1bac33bd516072d5f4432efafd9dc4d86cdbb8eea8112cea5662984a0ef80e27
597+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
602598
- name: kind
603599
value: task
604600
resolver: bundles
@@ -617,4 +613,4 @@ spec:
617613
- name: git-auth
618614
secret:
619615
secretName: '{{ git_auth_secret }}'
620-
status: {}
616+
status: {}

0 commit comments

Comments
 (0)