Skip to content

Commit afe082b

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 afe082b

File tree

2 files changed

+48
-36
lines changed

2 files changed

+48
-36
lines changed

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

Lines changed: 26 additions & 22 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:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
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:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
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:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
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.5@sha256:6ec006242975a17388bfe813e2afd0ae721dd013247580c0d988e3c4a9c7f867
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:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
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:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
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:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
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:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
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:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
389393
- name: kind
390394
value: task
391395
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:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
456460
- name: kind
457461
value: task
458462
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:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
574578
- name: kind
575579
value: task
576580
resolver: bundles

.tekton/tssc-cli-push.yaml

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
event == "push"
1212
&& target_branch == "release-1.7"
1313
&& files.all.exists(x, !x.matches('^(?:docs|.github|.vscode|.ci)/|\\.md$|^(?:.*/)?(?:\\.gitignore|OWNERS|PROJECT|LICENSE.txt|.golangci.yaml|.goreleaser.yaml|.snyk|.dockerignore|yamllint.yaml)$'))
14-
creationTimestamp: null
14+
creationTimestamp:
1515
labels:
1616
appstudio.openshift.io/application: tssc-cli-1-7
1717
appstudio.openshift.io/component: tssc-cli-1-7
@@ -109,6 +109,10 @@ spec:
109109
description: Whether to enable privileged mode, should be used only with remote VMs
110110
name: privileged-nested
111111
type: string
112+
- name: buildah-format
113+
default: docker
114+
type: string
115+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
112116
results:
113117
- description: ""
114118
name: IMAGE_URL
@@ -136,7 +140,7 @@ spec:
136140
- name: name
137141
value: init
138142
- name: bundle
139-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
143+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
140144
- name: kind
141145
value: task
142146
resolver: bundles
@@ -157,7 +161,7 @@ spec:
157161
- name: name
158162
value: git-clone-oci-ta
159163
- name: bundle
160-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
164+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
161165
- name: kind
162166
value: task
163167
resolver: bundles
@@ -186,7 +190,7 @@ spec:
186190
- name: name
187191
value: prefetch-dependencies-oci-ta
188192
- name: bundle
189-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:29869c64ff27e964e26a8a7ea2c882a2ed5424210bd0603be45a07e2ebf308cc
193+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
190194
- name: kind
191195
value: task
192196
resolver: bundles
@@ -222,14 +226,16 @@ spec:
222226
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
223227
- name: CACHI2_ARTIFACT
224228
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
229+
- name: BUILDAH_FORMAT
230+
value: $(params.buildah-format)
225231
runAfter:
226232
- prefetch-dependencies
227233
taskRef:
228234
params:
229235
- name: name
230236
value: buildah-oci-ta
231237
- name: bundle
232-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:5194b17407c4951fb9169c00e4c8c54d01dba4bac01c48441220a4fbc6eb898e
238+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:6ec006242975a17388bfe813e2afd0ae721dd013247580c0d988e3c4a9c7f867
233239
- name: kind
234240
value: task
235241
resolver: bundles
@@ -251,14 +257,16 @@ spec:
251257
- name: IMAGES
252258
value:
253259
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
260+
- name: BUILDAH_FORMAT
261+
value: $(params.buildah-format)
254262
runAfter:
255263
- build-container
256264
taskRef:
257265
params:
258266
- name: name
259267
value: build-image-index
260268
- name: bundle
261-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3bf6e4e83f911066430041534a69eec51dbd0f52f34a9bf41c6f3a24ec2ffb22
269+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
262270
- name: kind
263271
value: task
264272
resolver: bundles
@@ -284,7 +292,7 @@ spec:
284292
- name: name
285293
value: source-build-oci-ta
286294
- name: bundle
287-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:f1c0743939fe246b19e9e268a3b96b22b724096dcf946548c3d60e184136e32f
295+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
288296
- name: kind
289297
value: task
290298
resolver: bundles
@@ -310,7 +318,7 @@ spec:
310318
- name: name
311319
value: deprecated-image-check
312320
- name: bundle
313-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
321+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
314322
- name: kind
315323
value: task
316324
resolver: bundles
@@ -332,7 +340,7 @@ spec:
332340
- name: name
333341
value: clair-scan
334342
- name: bundle
335-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
343+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
336344
- name: kind
337345
value: task
338346
resolver: bundles
@@ -352,7 +360,7 @@ spec:
352360
- name: name
353361
value: ecosystem-cert-preflight-checks
354362
- name: bundle
355-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:1f151e00f7fc427654b7b76045a426bb02fe650d192ffe147a304d2184787e38
363+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
356364
- name: kind
357365
value: task
358366
resolver: bundles
@@ -378,7 +386,7 @@ spec:
378386
- name: name
379387
value: sast-snyk-check-oci-ta
380388
- name: bundle
381-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
389+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
382390
- name: kind
383391
value: task
384392
resolver: bundles
@@ -445,7 +453,7 @@ spec:
445453
- name: name
446454
value: sast-coverity-check-oci-ta
447455
- name: bundle
448-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:9c776c82aeaf36539a0aa68764ed285f78530d78207ddb011aaa0a01f9ccb16d
456+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
449457
- name: kind
450458
value: task
451459
resolver: bundles
@@ -543,7 +551,7 @@ spec:
543551
- name: name
544552
value: apply-tags
545553
- name: bundle
546-
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
547555
- name: kind
548556
value: task
549557
resolver: bundles
@@ -566,7 +574,7 @@ spec:
566574
- name: name
567575
value: push-dockerfile-oci-ta
568576
- name: bundle
569-
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:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
570578
- name: kind
571579
value: task
572580
resolver: bundles

0 commit comments

Comments
 (0)