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/bundle-build.yaml
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ spec:
26
26
name: build-source-image
27
27
type: string
28
28
- default: "false"
29
-
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
29
+
description: 'Enable in-development package managers. WARNING: the behavior may
30
+
change at any time without notice. Use at your own risk.'
30
31
name: prefetch-input-dev-package-managers
31
32
- default: []
32
33
description: Additional image tags
@@ -43,11 +44,13 @@ spec:
43
44
name: output-image
44
45
type: string
45
46
- default: .
46
-
description: Path to the source code of an application's component from where to build image.
47
+
description: Path to the source code of an application's component from where
48
+
to build image.
47
49
name: path-context
48
50
type: string
49
51
- default: Dockerfile
50
-
description: Path to the Dockerfile inside the context specified by parameter path-context
52
+
description: Path to the Dockerfile inside the context specified by parameter
53
+
path-context
51
54
name: dockerfile
52
55
type: string
53
56
- default: "false"
@@ -63,11 +66,13 @@ spec:
63
66
name: prefetch-input
64
67
type: string
65
68
- default: ""
66
-
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
69
+
description: Image tag expiration time, time values could be something like 1h,
70
+
2d, 3w for hours, days, and weeks, respectively.
67
71
name: image-expires-after
68
72
type: string
69
73
- default: docker
70
-
description: The format for the resulting image's mediaType. Valid values are oci or docker.
74
+
description: The format for the resulting image's mediaType. Valid values are
75
+
oci or docker.
71
76
name: buildah-format
72
77
type: string
73
78
- default: "false"
@@ -82,12 +87,14 @@ spec:
82
87
name: build-args-file
83
88
type: string
84
89
- default: "false"
85
-
description: Whether to enable privileged mode, should be used only with remote VMs
90
+
description: Whether to enable privileged mode, should be used only with remote
91
+
VMs
86
92
name: privileged-nested
87
93
type: string
88
94
- default:
89
95
- linux/x86_64
90
-
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.
96
+
description: List of platforms to build the container images on. The available
97
+
set of values is determined by the configuration of the multi-platform-controller.
Copy file name to clipboardExpand all lines: .tekton/docker-build.yaml
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ spec:
18
18
- linux/arm64
19
19
- linux/ppc64le
20
20
- linux/s390x
21
-
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.
21
+
description: List of platforms to build the container images on. The available
22
+
set of values is determined by the configuration of the multi-platform-controller.
0 commit comments