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