Skip to content

Commit 22f8f8b

Browse files
chore(deps): update konflux references (#35)
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 a82ca7f commit 22f8f8b

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

.tekton/quay-builder-qemu-v3-16-pull-request.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ spec:
128128
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.
129129
name: build-platforms
130130
type: array
131+
- name: buildah-format
132+
default: docker
133+
type: string
134+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
131135
results:
132136
- description: ""
133137
name: IMAGE_URL
@@ -155,7 +159,7 @@ spec:
155159
- name: name
156160
value: init
157161
- name: bundle
158-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
162+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
159163
- name: kind
160164
value: task
161165
resolver: bundles
@@ -207,7 +211,7 @@ spec:
207211
- name: name
208212
value: prefetch-dependencies-oci-ta
209213
- name: bundle
210-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:098322d6b789824f716f2d9caca1862d4afdc083ebaaee61aadd22a8c179480a
214+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
211215
- name: kind
212216
value: task
213217
resolver: bundles
@@ -265,14 +269,16 @@ spec:
265269
- tags="quay"
266270
- url="https://docs.redhat.com/en/documentation/red_hat_quay/3.16"
267271
- vendor=Red Hat, Inc.
272+
- name: BUILDAH_FORMAT
273+
value: $(params.buildah-format)
268274
runAfter:
269275
- prefetch-dependencies
270276
taskRef:
271277
params:
272278
- name: name
273279
value: buildah-remote-oci-ta
274280
- name: bundle
275-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:a60e433e02bfda6811719690edbf1e924820d107ad658c8a9690498d4c7e9c7b
281+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
276282
- name: kind
277283
value: task
278284
resolver: bundles
@@ -294,6 +300,8 @@ spec:
294300
- name: IMAGES
295301
value:
296302
- $(tasks.build-images.results.IMAGE_REF[*])
303+
- name: BUILDAH_FORMAT
304+
value: $(params.buildah-format)
297305
runAfter:
298306
- build-images
299307
taskRef:

.tekton/quay-builder-qemu-v3-16-push.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ spec:
125125
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.
126126
name: build-platforms
127127
type: array
128+
- name: buildah-format
129+
default: docker
130+
type: string
131+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
128132
results:
129133
- description: ""
130134
name: IMAGE_URL
@@ -152,7 +156,7 @@ spec:
152156
- name: name
153157
value: init
154158
- name: bundle
155-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
159+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
156160
- name: kind
157161
value: task
158162
resolver: bundles
@@ -204,7 +208,7 @@ spec:
204208
- name: name
205209
value: prefetch-dependencies-oci-ta
206210
- name: bundle
207-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:098322d6b789824f716f2d9caca1862d4afdc083ebaaee61aadd22a8c179480a
211+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
208212
- name: kind
209213
value: task
210214
resolver: bundles
@@ -262,14 +266,16 @@ spec:
262266
- tags="quay"
263267
- url="https://docs.redhat.com/en/documentation/red_hat_quay/3.16"
264268
- vendor=Red Hat, Inc.
269+
- name: BUILDAH_FORMAT
270+
value: $(params.buildah-format)
265271
runAfter:
266272
- prefetch-dependencies
267273
taskRef:
268274
params:
269275
- name: name
270276
value: buildah-remote-oci-ta
271277
- name: bundle
272-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:a60e433e02bfda6811719690edbf1e924820d107ad658c8a9690498d4c7e9c7b
278+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
273279
- name: kind
274280
value: task
275281
resolver: bundles
@@ -291,6 +297,8 @@ spec:
291297
- name: IMAGES
292298
value:
293299
- $(tasks.build-images.results.IMAGE_REF[*])
300+
- name: BUILDAH_FORMAT
301+
value: $(params.buildah-format)
294302
runAfter:
295303
- build-images
296304
taskRef:

0 commit comments

Comments
 (0)