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/fbc-builder.yaml
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
apiVersion: tekton.dev/v1
2
2
kind: Pipeline
3
3
metadata:
4
-
creationTimestamp:null
4
+
creationTimestamp:
5
5
labels:
6
6
pipelines.openshift.io/runtime: fbc
7
7
pipelines.openshift.io/strategy: fbc
@@ -33,8 +33,7 @@ spec:
33
33
- linux/arm64
34
34
- linux/ppc64le
35
35
- linux/s390x
36
-
description: List of platforms to build the container images on. The available
37
-
set of values is determined by the configuration of the multi-platform-controller.
36
+
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.
38
37
name: build-platforms
39
38
type: array
40
39
- default: "true"
@@ -56,13 +55,11 @@ spec:
56
55
name: output-image
57
56
type: string
58
57
- default: .
59
-
description: Path to the source code of an application's component from where
60
-
to build image.
58
+
description: Path to the source code of an application's component from where to build image.
61
59
name: path-context
62
60
type: string
63
61
- default: Dockerfile
64
-
description: Path to the Dockerfile inside the context specified by parameter
65
-
path-context
62
+
description: Path to the Dockerfile inside the context specified by parameter path-context
66
63
name: dockerfile
67
64
type: string
68
65
- default: "false"
@@ -82,8 +79,7 @@ spec:
82
79
name: prefetch-input
83
80
type: string
84
81
- default: ""
85
-
description: Image tag expiration time, time values could be something like 1h,
86
-
2d, 3w for hours, days, and weeks, respectively.
82
+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
87
83
name: image-expires-after
88
84
type: string
89
85
- default: "true"
@@ -98,6 +94,10 @@ spec:
98
94
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
99
95
name: build-args-file
100
96
type: string
97
+
- name: buildah-format
98
+
default: oci
99
+
type: string
100
+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
0 commit comments