Skip to content

Commit ae742d0

Browse files
author
Martin Basti
committed
chore: keep OCI format
Default changed to docker, but we want to keep OCI as we have no need to support docker format in our deployments. Signed-off-by: Martin Basti <mbasti@redhat.com>
1 parent adf6790 commit ae742d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.tekton/image-controller-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
name: build-platforms
115115
type: array
116116
- name: buildah-format
117-
default: docker
117+
default: oci
118118
type: string
119119
description: The format for the resulting image's mediaType. Valid values are oci or docker.
120120
results:

.tekton/image-controller-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ spec:
111111
name: build-platforms
112112
type: array
113113
- name: buildah-format
114-
default: docker
114+
default: oci
115115
type: string
116116
description: The format for the resulting image's mediaType. Valid values are oci or docker.
117117
results:

0 commit comments

Comments
 (0)