compose/tests/integration
Sebastiaan van Stijn affb0d504d
Make COMPOSE_DOCKER_CLI_BUILD=1 the default
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>
2020-12-08 12:26:41 +01:00
..
__init__.py
environment_test.py Removed Python2 support 2020-08-11 17:45:13 +07:00
network_test.py Removed Python2 support 2020-06-03 17:37:47 +02:00
project_test.py Fix port rendering 2020-09-24 14:49:26 +02:00
resilience_test.py Removed Python2 support 2020-08-11 17:45:13 +07:00
service_test.py Make COMPOSE_DOCKER_CLI_BUILD=1 the default 2020-12-08 12:26:41 +01:00
state_test.py update test for start trigger 2020-09-16 15:59:43 +02:00
testcases.py Cleanup v*_only test decorators 2020-08-10 10:30:41 +02:00
volume_test.py Removed Python2 support 2020-08-11 17:45:13 +07:00