Skip to content

Commit f9ce5b3

Browse files
[release-v1.17] Update Konflux references to abf231c (#2102)
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 6b19ee6 commit f9ce5b3

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.tekton/docker-build.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ spec:
105105
description: Whether to enable privileged mode, should be used only with remote VMs
106106
name: privileged-nested
107107
type: string
108+
- name: buildah-format
109+
default: docker
110+
type: string
111+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
108112
results:
109113
- description: ""
110114
name: IMAGE_URL
@@ -207,7 +211,7 @@ spec:
207211
- name: name
208212
value: init
209213
- name: bundle
210-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
214+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
211215
- name: kind
212216
value: task
213217
resolver: bundles
@@ -274,6 +278,8 @@ spec:
274278
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
275279
- name: IMAGE_APPEND_PLATFORM
276280
value: "true"
281+
- name: BUILDAH_FORMAT
282+
value: $(params.buildah-format)
277283
runAfter:
278284
- prefetch-dependencies
279285
taskRef:
@@ -303,6 +309,8 @@ spec:
303309
- name: IMAGES
304310
value:
305311
- $(tasks.build-images.results.IMAGE_REF[*])
312+
- name: BUILDAH_FORMAT
313+
value: $(params.buildah-format)
306314
runAfter:
307315
- build-images
308316
taskRef:

.tekton/docker-java-build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ spec:
105105
description: Whether to enable privileged mode, should be used only with remote VMs
106106
name: privileged-nested
107107
type: string
108+
- name: buildah-format
109+
default: docker
110+
type: string
111+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
108112
results:
109113
- description: ""
110114
name: IMAGE_URL
@@ -335,7 +339,7 @@ spec:
335339
- name: name
336340
value: init
337341
- name: bundle
338-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
342+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
339343
- name: kind
340344
value: task
341345
resolver: bundles

0 commit comments

Comments
 (0)