Skip to content

Commit ebbfb3c

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
1 parent c2c1d5d commit ebbfb3c

File tree

2 files changed

+62
-54
lines changed

2 files changed

+62
-54
lines changed

.tekton/addon-operator-pull-request.yaml

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
"**/go.*".pathChanged() ||
1616
"build/Dockerfile".pathChanged() ||
1717
".tekton/addon-operator-pull-request.yaml".pathChanged() )
18-
creationTimestamp: null
18+
creationTimestamp:
1919
labels:
2020
appstudio.openshift.io/application: addon-operator
2121
appstudio.openshift.io/component: addon-operator
@@ -52,7 +52,7 @@ spec:
5252
- name: name
5353
value: show-sbom
5454
- name: bundle
55-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
55+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5656
- name: kind
5757
value: task
5858
resolver: bundles
@@ -68,13 +68,11 @@ spec:
6868
name: output-image
6969
type: string
7070
- default: .
71-
description: Path to the source code of an application's component from where
72-
to build image.
71+
description: Path to the source code of an application's component from where to build image.
7372
name: path-context
7473
type: string
7574
- default: Dockerfile
76-
description: Path to the Dockerfile inside the context specified by parameter
77-
path-context
75+
description: Path to the Dockerfile inside the context specified by parameter path-context
7876
name: dockerfile
7977
type: string
8078
- default: "false"
@@ -94,8 +92,7 @@ spec:
9492
name: prefetch-input
9593
type: string
9694
- default: ""
97-
description: Image tag expiration time, time values could be something like
98-
1h, 2d, 3w for hours, days, and weeks, respectively.
95+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9996
name: image-expires-after
10097
type: string
10198
- default: "false"
@@ -115,10 +112,13 @@ spec:
115112
name: build-args-file
116113
type: string
117114
- default: "false"
118-
description: Whether to enable privileged mode, should be used only with remote
119-
VMs
115+
description: Whether to enable privileged mode, should be used only with remote VMs
120116
name: privileged-nested
121117
type: string
118+
- name: buildah-format
119+
default: docker
120+
type: string
121+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
122122
results:
123123
- description: ""
124124
name: IMAGE_URL
@@ -146,7 +146,7 @@ spec:
146146
- name: name
147147
value: init
148148
- name: bundle
149-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
149+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
150150
- name: kind
151151
value: task
152152
resolver: bundles
@@ -167,7 +167,7 @@ spec:
167167
- name: name
168168
value: git-clone-oci-ta
169169
- name: bundle
170-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
170+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:bb2f8f1edec47faa08c1929f2ffc6748f3a96af9644e6c40000081c6ff3ec894
171171
- name: kind
172172
value: task
173173
resolver: bundles
@@ -196,7 +196,7 @@ spec:
196196
- name: name
197197
value: prefetch-dependencies-oci-ta
198198
- name: bundle
199-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
199+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:0503f9313dfe70e4defda88a7226ec91a74af42198dccfa3280397d965aa16d6
200200
- name: kind
201201
value: task
202202
resolver: bundles
@@ -232,14 +232,16 @@ spec:
232232
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
233233
- name: CACHI2_ARTIFACT
234234
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
235+
- name: BUILDAH_FORMAT
236+
value: $(params.buildah-format)
235237
runAfter:
236238
- prefetch-dependencies
237239
taskRef:
238240
params:
239241
- name: name
240242
value: buildah-oci-ta
241243
- name: bundle
242-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:9e9bac2044d6231b44114046b9d528c135388699365f0f210ee810c01bd4d702
244+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6@sha256:b990178b6bf21c353e1567fe1a66d1472f7f4a862f003cf8d5b31d1caa3c43d6
243245
- name: kind
244246
value: task
245247
resolver: bundles
@@ -261,14 +263,16 @@ spec:
261263
- name: IMAGES
262264
value:
263265
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
266+
- name: BUILDAH_FORMAT
267+
value: $(params.buildah-format)
264268
runAfter:
265269
- build-container
266270
taskRef:
267271
params:
268272
- name: name
269273
value: build-image-index
270274
- name: bundle
271-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
275+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:d94cad7f41be61074dd21c7dff26dab9217c3435a16f62813c1cb8382dd9aae6
272276
- name: kind
273277
value: task
274278
resolver: bundles
@@ -294,7 +298,7 @@ spec:
294298
- name: name
295299
value: source-build-oci-ta
296300
- name: bundle
297-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
301+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:5f9069a07a6dc16aae7a05adf49d2b6792815f3fabd116377578860743f4e0ec
298302
- name: kind
299303
value: task
300304
resolver: bundles
@@ -320,7 +324,7 @@ spec:
320324
- name: name
321325
value: deprecated-image-check
322326
- name: bundle
323-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
327+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
324328
- name: kind
325329
value: task
326330
resolver: bundles
@@ -342,7 +346,7 @@ spec:
342346
- name: name
343347
value: clair-scan
344348
- name: bundle
345-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
349+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
346350
- name: kind
347351
value: task
348352
resolver: bundles
@@ -362,7 +366,7 @@ spec:
362366
- name: name
363367
value: ecosystem-cert-preflight-checks
364368
- name: bundle
365-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
369+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
366370
- name: kind
367371
value: task
368372
resolver: bundles
@@ -388,7 +392,7 @@ spec:
388392
- name: name
389393
value: sast-snyk-check-oci-ta
390394
- name: bundle
391-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
395+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760
392396
- name: kind
393397
value: task
394398
resolver: bundles
@@ -410,7 +414,7 @@ spec:
410414
- name: name
411415
value: clamav-scan
412416
- name: bundle
413-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
417+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
414418
- name: kind
415419
value: task
416420
resolver: bundles
@@ -455,7 +459,7 @@ spec:
455459
- name: name
456460
value: sast-coverity-check-oci-ta
457461
- name: bundle
458-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ca942208dc2e63b479384ccc56a611cc793397ecc837637b5b9f89c2ecbefe
462+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
459463
- name: kind
460464
value: task
461465
resolver: bundles
@@ -476,7 +480,7 @@ spec:
476480
- name: name
477481
value: coverity-availability-check
478482
- name: bundle
479-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
483+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36bcf1531b85c2c7d7b4382bc0a9c61b0501e2e54e84991b11b225bdec0e5928
480484
- name: kind
481485
value: task
482486
resolver: bundles
@@ -502,7 +506,7 @@ spec:
502506
- name: name
503507
value: sast-shell-check-oci-ta
504508
- name: bundle
505-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
509+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed
506510
- name: kind
507511
value: task
508512
resolver: bundles
@@ -528,7 +532,7 @@ spec:
528532
- name: name
529533
value: sast-unicode-check-oci-ta
530534
- name: bundle
531-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:3f99dc4634a62e1530324cd565d12323ca82be3cfa8a031a36b210becfa7b552
535+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712
532536
- name: kind
533537
value: task
534538
resolver: bundles
@@ -550,7 +554,7 @@ spec:
550554
- name: name
551555
value: apply-tags
552556
- name: bundle
553-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
557+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
554558
- name: kind
555559
value: task
556560
resolver: bundles
@@ -573,7 +577,7 @@ spec:
573577
- name: name
574578
value: push-dockerfile-oci-ta
575579
- name: bundle
576-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
580+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:738e6e2108bee5b50309a37b54bc1adf8433ac63598dbb6830d6cb4ac65d9de6
577581
- name: kind
578582
value: task
579583
resolver: bundles

0 commit comments

Comments
 (0)