Skip to content

Commit a29b2eb

Browse files
committed
Set the ALLOW_CROSS_PLATFORM_IMAGES flag on build-images task
1 parent 9f5de91 commit a29b2eb

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.tekton/lightspeed-service-pull-request.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,14 +270,16 @@ spec:
270270
value: 'true'
271271
- name: BUILDAH_FORMAT
272272
value: $(params.buildah-format)
273+
- name: ALLOW_CROSS_PLATFORM_IMAGES
274+
value: true
273275
runAfter:
274276
- prefetch-dependencies
275277
taskRef:
276278
params:
277279
- name: name
278280
value: buildah-remote-oci-ta
279281
- name: bundle
280-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.9@sha256:f667d1146533b1d49829c08097e31faf27db24563da576434a707353de62099f
282+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.10@sha256:ae1b7a3010b37c55b7702de7a9d3ab61410f7931d1a77f15b3809395d31a9346
281283
- name: kind
282284
value: task
283285
resolver: bundles

.tekton/lightspeed-service-push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,14 +269,16 @@ spec:
269269
value: 'true'
270270
- name: BUILDAH_FORMAT
271271
value: $(params.buildah-format)
272+
- name: ALLOW_CROSS_PLATFORM_IMAGES
273+
value: true
272274
runAfter:
273275
- prefetch-dependencies
274276
taskRef:
275277
params:
276278
- name: name
277279
value: buildah-remote-oci-ta
278280
- name: bundle
279-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.9@sha256:f667d1146533b1d49829c08097e31faf27db24563da576434a707353de62099f
281+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.10@sha256:ae1b7a3010b37c55b7702de7a9d3ab61410f7931d1a77f15b3809395d31a9346
280282
- name: kind
281283
value: task
282284
resolver: bundles

0 commit comments

Comments
 (0)