You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .tekton/quay-builder-qemu-v3-15-pull-request.yaml
+43-25Lines changed: 43 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ spec:
39
39
- name: build-source-image
40
40
value: "true"
41
41
- name: prefetch-input
42
-
value: |
42
+
value: |
43
43
[
44
44
{"type":"generic", "path": "."},
45
45
{"type":"rpm", "path": "."}
@@ -128,6 +128,10 @@ spec:
128
128
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
129
129
name: build-platforms
130
130
type: array
131
+
- name: buildah-format
132
+
default: docker
133
+
type: string
134
+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
Copy file name to clipboardExpand all lines: .tekton/quay-builder-qemu-v3-15-push.yaml
+43-25Lines changed: 43 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ spec:
36
36
- name: build-source-image
37
37
value: "true"
38
38
- name: prefetch-input
39
-
value: |
39
+
value: |
40
40
[
41
41
{"type":"generic", "path": "."},
42
42
{"type":"rpm", "path": "."}
@@ -125,6 +125,10 @@ spec:
125
125
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
126
126
name: build-platforms
127
127
type: array
128
+
- name: buildah-format
129
+
default: docker
130
+
type: string
131
+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
0 commit comments