Skip to content

Commit bc66674

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

6 files changed

+54
-6
lines changed

.tekton/devfile-registry-base-main-pull-request.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ spec:
130130
description: Whether to enable privileged mode, should be used only with remote VMs
131131
name: privileged-nested
132132
type: string
133+
- name: buildah-format
134+
default: docker
135+
type: string
136+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
133137
results:
134138
- description: ""
135139
name: IMAGE_URL
@@ -157,7 +161,7 @@ spec:
157161
- name: name
158162
value: init
159163
- name: bundle
160-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
164+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:afc8d0af71c24285599120946b29eea2ab56663c5f49c6ca80ba12bf56ef2371
161165
- name: kind
162166
value: task
163167
resolver: bundles
@@ -238,6 +242,8 @@ spec:
238242
value: $(params.build-args-file)
239243
- name: PRIVILEGED_NESTED
240244
value: $(params.privileged-nested)
245+
- name: BUILDAH_FORMAT
246+
value: $(params.buildah-format)
241247
runAfter:
242248
- prefetch-dependencies
243249
taskRef:
@@ -270,6 +276,8 @@ spec:
270276
- name: IMAGES
271277
value:
272278
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
279+
- name: BUILDAH_FORMAT
280+
value: $(params.buildah-format)
273281
runAfter:
274282
- build-container
275283
taskRef:

.tekton/devfile-registry-base-main-push.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ spec:
127127
description: Whether to enable privileged mode, should be used only with remote VMs
128128
name: privileged-nested
129129
type: string
130+
- name: buildah-format
131+
default: docker
132+
type: string
133+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
130134
results:
131135
- description: ""
132136
name: IMAGE_URL
@@ -154,7 +158,7 @@ spec:
154158
- name: name
155159
value: init
156160
- name: bundle
157-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
161+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:afc8d0af71c24285599120946b29eea2ab56663c5f49c6ca80ba12bf56ef2371
158162
- name: kind
159163
value: task
160164
resolver: bundles
@@ -235,6 +239,8 @@ spec:
235239
value: $(params.build-args-file)
236240
- name: PRIVILEGED_NESTED
237241
value: $(params.privileged-nested)
242+
- name: BUILDAH_FORMAT
243+
value: $(params.buildah-format)
238244
runAfter:
239245
- prefetch-dependencies
240246
taskRef:
@@ -267,6 +273,8 @@ spec:
267273
- name: IMAGES
268274
value:
269275
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
276+
- name: BUILDAH_FORMAT
277+
value: $(params.buildah-format)
270278
runAfter:
271279
- build-container
272280
taskRef:

.tekton/devfile-registry-integration-main-pull-request.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ spec:
130130
description: Whether to enable privileged mode, should be used only with remote VMs
131131
name: privileged-nested
132132
type: string
133+
- name: buildah-format
134+
default: docker
135+
type: string
136+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
133137
results:
134138
- description: ""
135139
name: IMAGE_URL
@@ -157,7 +161,7 @@ spec:
157161
- name: name
158162
value: init
159163
- name: bundle
160-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
164+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:afc8d0af71c24285599120946b29eea2ab56663c5f49c6ca80ba12bf56ef2371
161165
- name: kind
162166
value: task
163167
resolver: bundles
@@ -233,6 +237,8 @@ spec:
233237
value: $(params.build-args-file)
234238
- name: PRIVILEGED_NESTED
235239
value: $(params.privileged-nested)
240+
- name: BUILDAH_FORMAT
241+
value: $(params.buildah-format)
236242
runAfter:
237243
- prefetch-dependencies
238244
taskRef:
@@ -265,6 +271,8 @@ spec:
265271
- name: IMAGES
266272
value:
267273
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
274+
- name: BUILDAH_FORMAT
275+
value: $(params.buildah-format)
268276
runAfter:
269277
- build-container
270278
taskRef:

.tekton/devfile-registry-integration-main-push.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ spec:
127127
description: Whether to enable privileged mode, should be used only with remote VMs
128128
name: privileged-nested
129129
type: string
130+
- name: buildah-format
131+
default: docker
132+
type: string
133+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
130134
results:
131135
- description: ""
132136
name: IMAGE_URL
@@ -154,7 +158,7 @@ spec:
154158
- name: name
155159
value: init
156160
- name: bundle
157-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
161+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:afc8d0af71c24285599120946b29eea2ab56663c5f49c6ca80ba12bf56ef2371
158162
- name: kind
159163
value: task
160164
resolver: bundles
@@ -230,6 +234,8 @@ spec:
230234
value: $(params.build-args-file)
231235
- name: PRIVILEGED_NESTED
232236
value: $(params.privileged-nested)
237+
- name: BUILDAH_FORMAT
238+
value: $(params.buildah-format)
233239
runAfter:
234240
- prefetch-dependencies
235241
taskRef:
@@ -262,6 +268,8 @@ spec:
262268
- name: IMAGES
263269
value:
264270
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
271+
- name: BUILDAH_FORMAT
272+
value: $(params.buildah-format)
265273
runAfter:
266274
- build-container
267275
taskRef:

.tekton/oci-registry-main-pull-request.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ spec:
130130
description: Whether to enable privileged mode, should be used only with remote VMs
131131
name: privileged-nested
132132
type: string
133+
- name: buildah-format
134+
default: docker
135+
type: string
136+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
133137
results:
134138
- description: ""
135139
name: IMAGE_URL
@@ -157,7 +161,7 @@ spec:
157161
- name: name
158162
value: init
159163
- name: bundle
160-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
164+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:afc8d0af71c24285599120946b29eea2ab56663c5f49c6ca80ba12bf56ef2371
161165
- name: kind
162166
value: task
163167
resolver: bundles
@@ -238,6 +242,8 @@ spec:
238242
value: $(params.build-args-file)
239243
- name: PRIVILEGED_NESTED
240244
value: $(params.privileged-nested)
245+
- name: BUILDAH_FORMAT
246+
value: $(params.buildah-format)
241247
runAfter:
242248
- prefetch-dependencies
243249
taskRef:
@@ -270,6 +276,8 @@ spec:
270276
- name: IMAGES
271277
value:
272278
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
279+
- name: BUILDAH_FORMAT
280+
value: $(params.buildah-format)
273281
runAfter:
274282
- build-container
275283
taskRef:

.tekton/oci-registry-main-push.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ spec:
127127
description: Whether to enable privileged mode, should be used only with remote VMs
128128
name: privileged-nested
129129
type: string
130+
- name: buildah-format
131+
default: docker
132+
type: string
133+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
130134
results:
131135
- description: ""
132136
name: IMAGE_URL
@@ -154,7 +158,7 @@ spec:
154158
- name: name
155159
value: init
156160
- name: bundle
157-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
161+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:afc8d0af71c24285599120946b29eea2ab56663c5f49c6ca80ba12bf56ef2371
158162
- name: kind
159163
value: task
160164
resolver: bundles
@@ -235,6 +239,8 @@ spec:
235239
value: $(params.build-args-file)
236240
- name: PRIVILEGED_NESTED
237241
value: $(params.privileged-nested)
242+
- name: BUILDAH_FORMAT
243+
value: $(params.buildah-format)
238244
runAfter:
239245
- prefetch-dependencies
240246
taskRef:
@@ -267,6 +273,8 @@ spec:
267273
- name: IMAGES
268274
value:
269275
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
276+
- name: BUILDAH_FORMAT
277+
value: $(params.buildah-format)
270278
runAfter:
271279
- build-container
272280
taskRef:

0 commit comments

Comments
 (0)