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