Skip to content

Commit ab2d94f

Browse files
Update Konflux references to abf231c
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent a7aa23e commit ab2d94f

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.tekton/charon-pull-request.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ spec:
108108
description: Whether to enable privileged mode, should be used only with remote VMs
109109
name: privileged-nested
110110
type: string
111+
- name: buildah-format
112+
default: docker
113+
type: string
114+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
111115
results:
112116
- description: ""
113117
name: IMAGE_URL
@@ -135,7 +139,7 @@ spec:
135139
- name: name
136140
value: init
137141
- name: bundle
138-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
142+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
139143
- name: kind
140144
value: task
141145
resolver: bundles
@@ -221,6 +225,8 @@ spec:
221225
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
222226
- name: CACHI2_ARTIFACT
223227
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
228+
- name: BUILDAH_FORMAT
229+
value: $(params.buildah-format)
224230
runAfter:
225231
- prefetch-dependencies
226232
taskRef:
@@ -250,6 +256,8 @@ spec:
250256
- name: IMAGES
251257
value:
252258
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
259+
- name: BUILDAH_FORMAT
260+
value: $(params.buildah-format)
253261
runAfter:
254262
- build-container
255263
taskRef:

.tekton/charon-push.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
@@ -132,7 +136,7 @@ spec:
132136
- name: name
133137
value: init
134138
- name: bundle
135-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
139+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
136140
- name: kind
137141
value: task
138142
resolver: bundles
@@ -218,6 +222,8 @@ spec:
218222
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
219223
- name: CACHI2_ARTIFACT
220224
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
225+
- name: BUILDAH_FORMAT
226+
value: $(params.buildah-format)
221227
runAfter:
222228
- prefetch-dependencies
223229
taskRef:
@@ -247,6 +253,8 @@ spec:
247253
- name: IMAGES
248254
value:
249255
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
256+
- name: BUILDAH_FORMAT
257+
value: $(params.buildah-format)
250258
runAfter:
251259
- build-container
252260
taskRef:

0 commit comments

Comments
 (0)