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
description: Path to the source code of an application's component from where to build image.
72
+
description: Path to the source code of an application's component from where
73
+
to build image.
72
74
name: path-context
73
75
type: string
74
76
- default: Dockerfile
75
-
description: Path to the Dockerfile inside the context specified by parameter path-context
77
+
description: Path to the Dockerfile inside the context specified by parameter
78
+
path-context
76
79
name: dockerfile
77
80
type: string
78
81
- default: "false"
@@ -92,7 +95,8 @@ spec:
92
95
name: prefetch-input
93
96
type: string
94
97
- default: ""
95
-
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
98
+
description: Image tag expiration time, time values could be something like
99
+
1h, 2d, 3w for hours, days, and weeks, respectively.
96
100
name: image-expires-after
97
101
type: string
98
102
- default: "false"
@@ -112,12 +116,14 @@ spec:
112
116
name: build-args-file
113
117
type: string
114
118
- default: "false"
115
-
description: Whether to enable privileged mode, should be used only with remote VMs
119
+
description: Whether to enable privileged mode, should be used only with remote
120
+
VMs
116
121
name: privileged-nested
117
122
type: string
118
123
- default:
119
124
- linux/x86_64
120
-
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.
125
+
description: List of platforms to build the container images on. The available
126
+
set of values is determined by the configuration of the multi-platform-controller.
description: Path to the source code of an application's component from where to build image.
69
+
description: Path to the source code of an application's component from where
70
+
to build image.
69
71
name: path-context
70
72
type: string
71
73
- default: Dockerfile
72
-
description: Path to the Dockerfile inside the context specified by parameter path-context
74
+
description: Path to the Dockerfile inside the context specified by parameter
75
+
path-context
73
76
name: dockerfile
74
77
type: string
75
78
- default: "false"
@@ -89,7 +92,8 @@ spec:
89
92
name: prefetch-input
90
93
type: string
91
94
- default: ""
92
-
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
95
+
description: Image tag expiration time, time values could be something like
96
+
1h, 2d, 3w for hours, days, and weeks, respectively.
93
97
name: image-expires-after
94
98
type: string
95
99
- default: "false"
@@ -109,12 +113,14 @@ spec:
109
113
name: build-args-file
110
114
type: string
111
115
- default: "false"
112
-
description: Whether to enable privileged mode, should be used only with remote VMs
116
+
description: Whether to enable privileged mode, should be used only with remote
117
+
VMs
113
118
name: privileged-nested
114
119
type: string
115
120
- default:
116
121
- linux/x86_64
117
-
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.
122
+
description: List of platforms to build the container images on. The available
123
+
set of values is determined by the configuration of the multi-platform-controller.
0 commit comments