Skip to content

Commit 0cc2e2c

Browse files
Update Konflux references (#1043)
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 c2f31eb commit 0cc2e2c

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
@@ -198,14 +202,16 @@ spec:
198202
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
199203
- name: IMAGE_APPEND_PLATFORM
200204
value: "true"
205+
- name: BUILDAH_FORMAT
206+
value: $(params.buildah-format)
201207
runAfter:
202208
- prefetch-dependencies
203209
taskRef:
204210
params:
205211
- name: name
206212
value: buildah-remote-oci-ta
207213
- name: bundle
208-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:17a0b093c9e9d21e9e374c60a88eb293a0fa57e4e2b67baf20ccac9735aa20ff
214+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
209215
- name: kind
210216
value: task
211217
resolver: bundles
@@ -227,14 +233,16 @@ spec:
227233
- name: IMAGES
228234
value:
229235
- $(tasks.build-container.results.IMAGE_REF[*])
236+
- name: BUILDAH_FORMAT
237+
value: $(params.buildah-format)
230238
runAfter:
231239
- build-container
232240
taskRef:
233241
params:
234242
- name: name
235243
value: build-image-index
236244
- name: bundle
237-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:8e5dfb2fac011148f8715bbe0b99415f88297683d269eae0dfcad52562195d45
245+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
238246
- name: kind
239247
value: task
240248
resolver: bundles
@@ -284,7 +292,7 @@ spec:
284292
- name: name
285293
value: deprecated-image-check
286294
- name: bundle
287-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:2c32152a55f6bfba67b41be456da46b6e109bb3e348e25220eed4eed149958c5
295+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
288296
- name: kind
289297
value: task
290298
resolver: bundles

0 commit comments

Comments
 (0)