compose/compose
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
..
cli Remove "bundle" subcommand and support for DAB files 2020-01-08 16:42:49 +01:00
config Validate version format on formats 2+ 2020-01-07 18:37:47 +01:00
__init__.py Update dev version 2019-11-22 14:13:50 +01:00
__main__.py
const.py Add working dir, config files and env file in service labels 2019-10-15 09:18:09 +02:00
container.py Don't append slugs to containers created by "up" 2018-11-27 18:58:55 -08:00
errors.py Expand depends_on to allow different conditions (service_start, service_healthy) 2017-01-04 11:28:30 -08:00
network.py Prevent KeyError when remote network labels are None. 2019-09-05 21:36:10 +02:00
parallel.py Bring zero container check up in the call stack 2019-01-10 15:48:37 -08:00
progress_stream.py Report image we can't pull and must be built 2019-11-25 15:18:27 +01:00
project.py Remove "bundle" subcommand and support for DAB files 2020-01-08 16:42:49 +01:00
service.py Decode APIError explanation to unicode before usage 2020-01-06 16:00:34 +01:00
state.py
timeparse.py Add a vendored and modified pytimeparse 2016-11-16 12:10:32 -05:00
utils.py Update reorder_python_imports version to fix Unicode problems 2018-12-01 00:35:34 +01:00
version.py Improved version comparisons throughout the codebase 2017-07-13 17:37:26 -07:00
volume.py fix warning method is deprecated with tests 2019-05-15 23:46:12 +06:00