Skip to content

Commit 70a2b6c

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

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.tekton/build-pipeline.yaml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ spec:
7676
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
7777
name: build-args-file
7878
type: string
79+
- name: buildah-format
80+
default: docker
81+
type: string
82+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
7983
results:
8084
- description: ''
8185
name: IMAGE_URL
@@ -103,7 +107,7 @@ spec:
103107
- name: name
104108
value: init
105109
- name: bundle
106-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
110+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
107111
- name: kind
108112
value: task
109113
resolver: bundles
@@ -153,7 +157,7 @@ spec:
153157
- name: name
154158
value: prefetch-dependencies-oci-ta
155159
- name: bundle
156-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:098322d6b789824f716f2d9caca1862d4afdc083ebaaee61aadd22a8c179480a
160+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
157161
- name: kind
158162
value: task
159163
resolver: bundles
@@ -187,14 +191,16 @@ spec:
187191
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
188192
- name: CACHI2_ARTIFACT
189193
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
194+
- name: BUILDAH_FORMAT
195+
value: $(params.buildah-format)
190196
runAfter:
191197
- prefetch-dependencies
192198
taskRef:
193199
params:
194200
- name: name
195201
value: buildah-oci-ta
196202
- name: bundle
197-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:203b7a3d8c04c1f3b5327db3f31a19647f8d46304e7ced1dd5dcbba19445ac10
203+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:6ec006242975a17388bfe813e2afd0ae721dd013247580c0d988e3c4a9c7f867
198204
- name: kind
199205
value: task
200206
resolver: bundles
@@ -216,14 +222,16 @@ spec:
216222
- name: IMAGES
217223
value:
218224
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
225+
- name: BUILDAH_FORMAT
226+
value: $(params.buildah-format)
219227
runAfter:
220228
- build-container
221229
taskRef:
222230
params:
223231
- name: name
224232
value: build-image-index
225233
- name: bundle
226-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:8e5dfb2fac011148f8715bbe0b99415f88297683d269eae0dfcad52562195d45
234+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
227235
- name: kind
228236
value: task
229237
resolver: bundles
@@ -275,7 +283,7 @@ spec:
275283
- name: name
276284
value: deprecated-image-check
277285
- name: bundle
278-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:2c32152a55f6bfba67b41be456da46b6e109bb3e348e25220eed4eed149958c5
286+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
279287
- name: kind
280288
value: task
281289
resolver: bundles

0 commit comments

Comments
 (0)