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