Skip to content

Commit 31e8643

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

File tree

2 files changed

+56
-44
lines changed

2 files changed

+56
-44
lines changed

.tekton/tssc-cli-pull-request.yaml

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
event == "pull_request"
1313
&& target_branch == "release-1.7"
1414
&& files.all.exists(x, !x.matches('^(?:docs|.github|.vscode|.ci)/|\\.md$|^(?:.*/)?(?:\\.gitignore|OWNERS|PROJECT|LICENSE.txt|.golangci.yaml|.goreleaser.yaml|.snyk|.dockerignore|yamllint.yaml)$'))
15-
creationTimestamp: null
15+
creationTimestamp:
1616
labels:
1717
appstudio.openshift.io/application: tssc-cli-1-7
1818
appstudio.openshift.io/component: tssc-cli-1-7
@@ -65,13 +65,11 @@ spec:
6565
name: output-image
6666
type: string
6767
- default: .
68-
description: Path to the source code of an application's component from where
69-
to build image.
68+
description: Path to the source code of an application's component from where to build image.
7069
name: path-context
7170
type: string
7271
- default: Dockerfile
73-
description: Path to the Dockerfile inside the context specified by parameter
74-
path-context
72+
description: Path to the Dockerfile inside the context specified by parameter path-context
7573
name: dockerfile
7674
type: string
7775
- default: "false"
@@ -91,8 +89,7 @@ spec:
9189
name: prefetch-input
9290
type: string
9391
- default: ""
94-
description: Image tag expiration time, time values could be something like
95-
1h, 2d, 3w for hours, days, and weeks, respectively.
92+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9693
name: image-expires-after
9794
type: string
9895
- default: "true"
@@ -112,10 +109,13 @@ spec:
112109
name: build-args-file
113110
type: string
114111
- default: "false"
115-
description: Whether to enable privileged mode, should be used only with remote
116-
VMs
112+
description: Whether to enable privileged mode, should be used only with remote VMs
117113
name: privileged-nested
118114
type: string
115+
- name: buildah-format
116+
default: docker
117+
type: string
118+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
119119
results:
120120
- description: ""
121121
name: IMAGE_URL
@@ -143,7 +143,7 @@ spec:
143143
- name: name
144144
value: init
145145
- name: bundle
146-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
146+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
147147
- name: kind
148148
value: task
149149
resolver: bundles
@@ -164,7 +164,7 @@ spec:
164164
- name: name
165165
value: git-clone-oci-ta
166166
- name: bundle
167-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
167+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:bb2f8f1edec47faa08c1929f2ffc6748f3a96af9644e6c40000081c6ff3ec894
168168
- name: kind
169169
value: task
170170
resolver: bundles
@@ -193,7 +193,7 @@ spec:
193193
- name: name
194194
value: prefetch-dependencies-oci-ta
195195
- name: bundle
196-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:29869c64ff27e964e26a8a7ea2c882a2ed5424210bd0603be45a07e2ebf308cc
196+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:0503f9313dfe70e4defda88a7226ec91a74af42198dccfa3280397d965aa16d6
197197
- name: kind
198198
value: task
199199
resolver: bundles
@@ -229,14 +229,16 @@ spec:
229229
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
230230
- name: CACHI2_ARTIFACT
231231
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
232+
- name: BUILDAH_FORMAT
233+
value: $(params.buildah-format)
232234
runAfter:
233235
- prefetch-dependencies
234236
taskRef:
235237
params:
236238
- name: name
237239
value: buildah-oci-ta
238240
- name: bundle
239-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:5194b17407c4951fb9169c00e4c8c54d01dba4bac01c48441220a4fbc6eb898e
241+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6@sha256:b990178b6bf21c353e1567fe1a66d1472f7f4a862f003cf8d5b31d1caa3c43d6
240242
- name: kind
241243
value: task
242244
resolver: bundles
@@ -258,14 +260,16 @@ spec:
258260
- name: IMAGES
259261
value:
260262
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
263+
- name: BUILDAH_FORMAT
264+
value: $(params.buildah-format)
261265
runAfter:
262266
- build-container
263267
taskRef:
264268
params:
265269
- name: name
266270
value: build-image-index
267271
- name: bundle
268-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3bf6e4e83f911066430041534a69eec51dbd0f52f34a9bf41c6f3a24ec2ffb22
272+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:d94cad7f41be61074dd21c7dff26dab9217c3435a16f62813c1cb8382dd9aae6
269273
- name: kind
270274
value: task
271275
resolver: bundles
@@ -291,7 +295,7 @@ spec:
291295
- name: name
292296
value: source-build-oci-ta
293297
- name: bundle
294-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:f1c0743939fe246b19e9e268a3b96b22b724096dcf946548c3d60e184136e32f
298+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:5f9069a07a6dc16aae7a05adf49d2b6792815f3fabd116377578860743f4e0ec
295299
- name: kind
296300
value: task
297301
resolver: bundles
@@ -317,7 +321,7 @@ spec:
317321
- name: name
318322
value: deprecated-image-check
319323
- name: bundle
320-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
324+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
321325
- name: kind
322326
value: task
323327
resolver: bundles
@@ -339,7 +343,7 @@ spec:
339343
- name: name
340344
value: clair-scan
341345
- name: bundle
342-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
346+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
343347
- name: kind
344348
value: task
345349
resolver: bundles
@@ -359,7 +363,7 @@ spec:
359363
- name: name
360364
value: ecosystem-cert-preflight-checks
361365
- name: bundle
362-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:1f151e00f7fc427654b7b76045a426bb02fe650d192ffe147a304d2184787e38
366+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
363367
- name: kind
364368
value: task
365369
resolver: bundles
@@ -385,7 +389,7 @@ spec:
385389
- name: name
386390
value: sast-snyk-check-oci-ta
387391
- name: bundle
388-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
392+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760
389393
- name: kind
390394
value: task
391395
resolver: bundles
@@ -407,7 +411,7 @@ spec:
407411
- name: name
408412
value: clamav-scan
409413
- name: bundle
410-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
414+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
411415
- name: kind
412416
value: task
413417
resolver: bundles
@@ -452,7 +456,7 @@ spec:
452456
- name: name
453457
value: sast-coverity-check-oci-ta
454458
- name: bundle
455-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:9c776c82aeaf36539a0aa68764ed285f78530d78207ddb011aaa0a01f9ccb16d
459+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
456460
- name: kind
457461
value: task
458462
resolver: bundles
@@ -473,7 +477,7 @@ spec:
473477
- name: name
474478
value: coverity-availability-check
475479
- name: bundle
476-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
480+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36bcf1531b85c2c7d7b4382bc0a9c61b0501e2e54e84991b11b225bdec0e5928
477481
- name: kind
478482
value: task
479483
resolver: bundles
@@ -499,7 +503,7 @@ spec:
499503
- name: name
500504
value: sast-shell-check-oci-ta
501505
- name: bundle
502-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
506+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed
503507
- name: kind
504508
value: task
505509
resolver: bundles
@@ -525,7 +529,7 @@ spec:
525529
- name: name
526530
value: sast-unicode-check-oci-ta
527531
- name: bundle
528-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
532+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712
529533
- name: kind
530534
value: task
531535
resolver: bundles
@@ -547,7 +551,7 @@ spec:
547551
- name: name
548552
value: apply-tags
549553
- name: bundle
550-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
554+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
551555
- name: kind
552556
value: task
553557
resolver: bundles
@@ -570,7 +574,7 @@ spec:
570574
- name: name
571575
value: push-dockerfile-oci-ta
572576
- name: bundle
573-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
577+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:738e6e2108bee5b50309a37b54bc1adf8433ac63598dbb6830d6cb4ac65d9de6
574578
- name: kind
575579
value: task
576580
resolver: bundles

0 commit comments

Comments
 (0)