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
@@ -99,6 +100,21 @@ Removed | [`--api-enable-cors` flag on `dockerd`](#--api-enable-cors-flag-on-
99
100
Removed | [`--run` flag on `docker commit`](#--run-flag-on-docker-commit) | v0.10 | v1.13
100
101
Removed | [Three arguments form in `docker import`](#three-arguments-form-in-docker-import) | v0.6.7 | v1.12
101
102
103
+
### Legacy builder fallback
104
+
105
+
**Deprecated in Release: v21.xx**
106
+
107
+
BuildKit implementation code and linked build flags have been removed in the CLI
108
+
and are now forwarded to [Buildx](https://docs.docker.com/buildx/working-with-buildx/)
109
+
builder component.
110
+
111
+
If Buildx plugin is missing or broken, build command will fall back to the
112
+
legacy builder. This fallback mechanism will be removed in a future release and
113
+
user prompted to install the Buildx plugin.
114
+
115
+
User can always fall back to the legacy builder with `DOCKER_BUILDKIT=0` but
0 commit comments