Skip to content

Commit e0e480b

Browse files
chore(deps): update konflux references (#386)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 2d3f002 commit e0e480b

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.tekton/pipeline-ref.yaml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ spec:
7575
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.
7676
name: build-platforms
7777
type: array
78+
- name: buildah-format
79+
default: docker
80+
type: string
81+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
7882
results:
7983
- description: ""
8084
name: IMAGE_URL
@@ -102,7 +106,7 @@ spec:
102106
- name: name
103107
value: init
104108
- name: bundle
105-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
109+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
106110
- name: kind
107111
value: task
108112
resolver: bundles
@@ -152,7 +156,7 @@ spec:
152156
- name: name
153157
value: prefetch-dependencies-oci-ta
154158
- name: bundle
155-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:098322d6b789824f716f2d9caca1862d4afdc083ebaaee61aadd22a8c179480a
159+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
156160
- name: kind
157161
value: task
158162
resolver: bundles
@@ -199,14 +203,16 @@ spec:
199203
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
200204
- name: IMAGE_APPEND_PLATFORM
201205
value: "true"
206+
- name: BUILDAH_FORMAT
207+
value: $(params.buildah-format)
202208
runAfter:
203209
- prefetch-dependencies
204210
taskRef:
205211
params:
206212
- name: name
207213
value: buildah-remote-oci-ta
208214
- name: bundle
209-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:17a0b093c9e9d21e9e374c60a88eb293a0fa57e4e2b67baf20ccac9735aa20ff
215+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
210216
- name: kind
211217
value: task
212218
resolver: bundles
@@ -228,14 +234,16 @@ spec:
228234
- name: IMAGES
229235
value:
230236
- $(tasks.build-container.results.IMAGE_REF[*])
237+
- name: BUILDAH_FORMAT
238+
value: $(params.buildah-format)
231239
runAfter:
232240
- build-container
233241
taskRef:
234242
params:
235243
- name: name
236244
value: build-image-index
237245
- name: bundle
238-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:8e5dfb2fac011148f8715bbe0b99415f88297683d269eae0dfcad52562195d45
246+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
239247
- name: kind
240248
value: task
241249
resolver: bundles
@@ -287,7 +295,7 @@ spec:
287295
- name: name
288296
value: deprecated-image-check
289297
- name: bundle
290-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:2c32152a55f6bfba67b41be456da46b6e109bb3e348e25220eed4eed149958c5
298+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
291299
- name: kind
292300
value: task
293301
resolver: bundles

0 commit comments

Comments
 (0)