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