mirror of
https://github.com/docker/compose.git
synced 2026-07-03 14:53:58 +00:00
This changes compose to use "native" build through the CLI by default. With this, docker-compose can take advantage of BuildKit (which is now enabled by default on Docker Desktop 2.5 and up). Users that want to use the python client for building can opt-out of this feature by setting COMPOSE_DOCKER_CLI_BUILD=0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| environment_test.py | ||
| network_test.py | ||
| project_test.py | ||
| resilience_test.py | ||
| service_test.py | ||
| state_test.py | ||
| testcases.py | ||
| volume_test.py | ||