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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,8 @@ The configuration file has the following base structure:
105
105
"project_filter": "",
106
106
"reprovisionable_components": [],
107
107
"runtime_images": {},
108
-
"wizard_enabled": true
108
+
"wizard_enabled": true,
109
+
"disable_buildkit": false
109
110
}
110
111
```
111
112
@@ -123,6 +124,7 @@ All Keys that are in **bold** are required to be in the config
123
124
| reprovisionable_components | List of Strings | List of component names that need to reprovisioned (contianer stopped, and removed, then started and provisioned again) if the hosts' IP changes) |
124
125
| runtime_images | Hash of Hashes | Defines custom images that components might be using. These images etc.. would provided by, and maintained by the project. First level key is a string of the name of the image. Structure conforms to [Runtime Image Structure](#runtime-image-structure)|
125
126
| wizard_enabled | Boolean | Whether or not to try and execute a wizard if found in the root of the project |
127
+
| disable_buildkit | Boolean | Whether the DOCKER_BUILDKIT env var should be set to `0` when building images |
0 commit comments