compose/tests
Sebastiaan van Stijn 33eeef41ab Remove "bundle" subcommand and support for DAB files
Deploying stacks using the "Docker Application Bundle" (`.dab`) file
format was introduced as an experimental feature in Docker 1.13 /
17.03, but superseded by support for Docker Compose files in the CLI.

With no development being done on this feature, and no active use of the file
format, support for the DAB file format and the top-level `docker deploy` command
(hidden by default in 19.03), will be removed from the CLI, in favour of
`docker stack deploy` using compose files.

This patch removes the `docker-compose bundle` subcommand from Docker Compose,
which was used to convert compose files into DAB files (and given the above,
will no longer be needed).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-08 16:42:49 +01:00
..
acceptance Remove "bundle" subcommand and support for DAB files 2020-01-08 16:42:49 +01:00
fixtures Remove "bundle" subcommand and support for DAB files 2020-01-08 16:42:49 +01:00
integration Rename envvar switch to COMPOSE_DOCKER_CLI_BUILD 2019-08-30 12:11:09 +02:00
unit Remove "bundle" subcommand and support for DAB files 2020-01-08 16:42:49 +01:00
__init__.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
helpers.py Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00