compose/tests
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
..
acceptance Make COMPOSE_DOCKER_CLI_BUILD=1 the default 2020-12-08 12:26:41 +01:00
fixtures Implement service profiles 2020-12-02 01:08:11 +01:00
integration Make COMPOSE_DOCKER_CLI_BUILD=1 the default 2020-12-08 12:26:41 +01:00
unit Fix project_dir to take first file in account 2020-12-02 16:59:47 -03:00
__init__.py Import unittest.mock directly. 2020-06-03 17:43:56 +02:00
conftest.py Fixed new things that came after the PR 2020-06-03 18:08:23 +02:00
helpers.py Removed Python2 support 2020-08-11 17:45:13 +07:00