mirror of https://github.com/docker/cli.git
e2986f4467
With this patch, the `--progress`, `--secret`, `--ssh`, and `--output` flags trigger an error when trying to use without BuildKit enabled; DOCKER_BUILDKIT=0 docker build --progress=plain . --progress is only supported with BuildKit enabled. Enable BuildKit with DOCKER_BUILDKIT=1 DOCKER_BUILDKIT=0 docker build --output=foo . --output is only supported with BuildKit enabled. Enable BuildKit with DOCKER_BUILDKIT=1 Likewise, options that are not supported yet by BuildKit, now trigger an error: DOCKER_BUILDKIT=1 docker build --memory=500M . --memory is not supported with BuildKit enabled. Disable BuildKit with DOCKER_BUILDKIT=0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
docker.go | ||
docker_test.go | ||
docker_windows.go |