Skip to content

Commit 012549c

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 8f07513 commit 012549c

File tree

2 files changed

+102
-60
lines changed

2 files changed

+102
-60
lines changed

.tekton/maestro-main-pull-request.yaml

Lines changed: 51 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main"
12-
creationTimestamp: null
12+
creationTimestamp:
1313
labels:
1414
appstudio.openshift.io/application: maestro-main
1515
appstudio.openshift.io/component: maestro-main
@@ -55,7 +55,7 @@ spec:
5555
- name: name
5656
value: show-sbom
5757
- name: bundle
58-
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:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5959
- name: kind
6060
value: task
6161
resolver: bundles
@@ -71,13 +71,11 @@ spec:
7171
name: output-image
7272
type: string
7373
- default: .
74-
description: Path to the source code of an application's component from where
75-
to build image.
74+
description: Path to the source code of an application's component from where to build image.
7675
name: path-context
7776
type: string
7877
- default: Dockerfile
79-
description: Path to the Dockerfile inside the context specified by parameter
80-
path-context
78+
description: Path to the Dockerfile inside the context specified by parameter path-context
8179
name: dockerfile
8280
type: string
8381
- default: "false"
@@ -97,8 +95,7 @@ spec:
9795
name: prefetch-input
9896
type: string
9997
- default: ""
100-
description: Image tag expiration time, time values could be something like
101-
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.
10299
name: image-expires-after
103100
- default: "false"
104101
description: Build a source image.
@@ -118,10 +115,13 @@ spec:
118115
type: string
119116
- default:
120117
- linux/x86_64
121-
description: List of platforms to build the container images on. The available
122-
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.
123119
name: build-platforms
124120
type: array
121+
- name: buildah-format
122+
default: docker
123+
type: string
124+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
125125
results:
126126
- description: ""
127127
name: IMAGE_URL
@@ -149,7 +149,7 @@ spec:
149149
- name: name
150150
value: init
151151
- name: bundle
152-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
152+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
153153
- name: kind
154154
value: task
155155
resolver: bundles
@@ -170,7 +170,7 @@ spec:
170170
- name: name
171171
value: git-clone-oci-ta
172172
- name: bundle
173-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
173+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3dc39eae48745a96097c07c577b944d6203a91c35d3f71d9ed5feab41d327a6a
174174
- name: kind
175175
value: task
176176
resolver: bundles
@@ -201,7 +201,7 @@ spec:
201201
- name: name
202202
value: prefetch-dependencies-oci-ta
203203
- name: bundle
204-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
204+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:569165278e3c85e3b897abad9f6d714d76be4b061f44f5f7614ed1c83ad117b4
205205
- name: kind
206206
value: task
207207
resolver: bundles
@@ -242,14 +242,16 @@ spec:
242242
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
243243
- name: IMAGE_APPEND_PLATFORM
244244
value: "true"
245+
- name: BUILDAH_FORMAT
246+
value: $(params.buildah-format)
245247
runAfter:
246248
- prefetch-dependencies
247249
taskRef:
248250
params:
249251
- name: name
250252
value: buildah-remote-oci-ta
251253
- name: bundle
252-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:cfeeef2f4ab25b121afdf44eecc394ed67f3534a1bd14bef9e7beef2ee654b8e
254+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.6@sha256:c9eb4f18a14f4fab96add0028759af7aac21e42a93d3e098a5461de641a06f7f
253255
- name: kind
254256
value: task
255257
resolver: bundles
@@ -271,14 +273,16 @@ spec:
271273
- name: IMAGES
272274
value:
273275
- $(tasks.build-images.results.IMAGE_REF[*])
276+
- name: BUILDAH_FORMAT
277+
value: $(params.buildah-format)
274278
runAfter:
275279
- build-images
276280
taskRef:
277281
params:
278282
- name: name
279283
value: build-image-index
280284
- name: bundle
281-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
285+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3411aeecdf045f8e61532abb88c28b7479cb8372420ac713f1f6756aa8fa843a
282286
- name: kind
283287
value: task
284288
resolver: bundles
@@ -290,19 +294,21 @@ spec:
290294
- name: build-source-image
291295
params:
292296
- name: BINARY_IMAGE
293-
value: $(params.output-image)
297+
value: $(tasks.build-image-index.results.IMAGE_URL)
294298
- name: SOURCE_ARTIFACT
295299
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
296300
- name: CACHI2_ARTIFACT
297301
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
302+
- name: BINARY_IMAGE_DIGEST
303+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
298304
runAfter:
299305
- build-image-index
300306
taskRef:
301307
params:
302308
- name: name
303309
value: source-build-oci-ta
304310
- name: bundle
305-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
311+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:282cb5a9119a87e88559444feff67d76d6f356d03654b4845632c049b2314735
306312
- name: kind
307313
value: task
308314
resolver: bundles
@@ -328,7 +334,7 @@ spec:
328334
- name: name
329335
value: deprecated-image-check
330336
- name: bundle
331-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
337+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
332338
- name: kind
333339
value: task
334340
resolver: bundles
@@ -337,7 +343,12 @@ spec:
337343
operator: in
338344
values:
339345
- "false"
340-
- name: clair-scan
346+
- matrix:
347+
params:
348+
- name: image-platform
349+
value:
350+
- $(params.build-platforms)
351+
name: clair-scan
341352
params:
342353
- name: image-digest
343354
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -350,7 +361,7 @@ spec:
350361
- name: name
351362
value: clair-scan
352363
- name: bundle
353-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
364+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
354365
- name: kind
355366
value: task
356367
resolver: bundles
@@ -370,7 +381,7 @@ spec:
370381
- name: name
371382
value: ecosystem-cert-preflight-checks
372383
- name: bundle
373-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:8a2d3ce9205df1f59f410529cb38134336e0a4b06ee1187b3229f26c80ecc5ba
384+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
374385
- name: kind
375386
value: task
376387
resolver: bundles
@@ -379,6 +390,11 @@ spec:
379390
operator: in
380391
values:
381392
- "false"
393+
matrix:
394+
params:
395+
- name: platform
396+
value:
397+
- $(params.build-platforms)
382398
- name: sast-snyk-check
383399
params:
384400
- name: image-digest
@@ -396,7 +412,7 @@ spec:
396412
- name: name
397413
value: sast-snyk-check-oci-ta
398414
- name: bundle
399-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
415+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
400416
- name: kind
401417
value: task
402418
resolver: bundles
@@ -418,7 +434,7 @@ spec:
418434
- name: name
419435
value: clamav-scan
420436
- name: bundle
421-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
437+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
422438
- name: kind
423439
value: task
424440
resolver: bundles
@@ -427,6 +443,11 @@ spec:
427443
operator: in
428444
values:
429445
- "false"
446+
matrix:
447+
params:
448+
- name: image-arch
449+
value:
450+
- $(params.build-platforms)
430451
- name: sast-coverity-check
431452
params:
432453
- name: image-digest
@@ -463,7 +484,7 @@ spec:
463484
- name: name
464485
value: sast-coverity-check-oci-ta
465486
- name: bundle
466-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:7c845b10d257b874f645ea30deeff3c1ce2b38e7b6e331564f32c8684f41b520
487+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
467488
- name: kind
468489
value: task
469490
resolver: bundles
@@ -484,7 +505,7 @@ spec:
484505
- name: name
485506
value: coverity-availability-check
486507
- name: bundle
487-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
508+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
488509
- name: kind
489510
value: task
490511
resolver: bundles
@@ -510,7 +531,7 @@ spec:
510531
- name: name
511532
value: sast-shell-check-oci-ta
512533
- name: bundle
513-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f
534+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
514535
- name: kind
515536
value: task
516537
resolver: bundles
@@ -534,7 +555,7 @@ spec:
534555
- name: name
535556
value: sast-unicode-check-oci-ta
536557
- name: bundle
537-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
558+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
538559
- name: kind
539560
value: task
540561
resolver: bundles
@@ -556,7 +577,7 @@ spec:
556577
- name: name
557578
value: apply-tags
558579
- name: bundle
559-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:0c411c27483849a936c0c420a57e477113e9fafc63077647200d6614d9ebb872
580+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:4c2b0a2d2904108f8d19edfa878df6cd49ed19aab73ab6fc6a435fba0265f771
560581
- name: kind
561582
value: task
562583
resolver: bundles
@@ -579,7 +600,7 @@ spec:
579600
- name: name
580601
value: push-dockerfile-oci-ta
581602
- name: bundle
582-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
603+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:13633d5ba8445c0f732a0a5d1b33ffbb708398e45ef1647542b0ab22fee25a6a
583604
- name: kind
584605
value: task
585606
resolver: bundles
@@ -596,7 +617,7 @@ spec:
596617
- name: name
597618
value: rpms-signature-scan
598619
- name: bundle
599-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
620+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
600621
- name: kind
601622
value: task
602623
resolver: bundles

0 commit comments

Comments
 (0)