compose/tests/fixtures
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
..
UpperCaseDir Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
abort-on-container-exit-0 Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
abort-on-container-exit-1 Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
build-args Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
build-ctx Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
build-memory Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
build-multiple-composefile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
build-path Interpret 'build:' as relative to the yml file 2015-03-31 18:47:26 -03:00
build-path-override-dir Ability to change working directory via a CLI flag 2017-03-08 14:42:14 -08:00
build-shm-size Add shm_size to build-options (issue #3866) 2017-09-29 15:50:17 -07:00
commands-composefile Rename binary to docker-compose and config file to docker-compose.yml 2015-01-20 21:00:23 +00:00
compatibility-mode update alpine version to 3.10.1 2019-08-20 12:10:26 +02:00
default-env-file update alpine version to 3.10.1 2019-08-20 12:10:26 +02:00
dockerfile-with-volume Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
duplicate-override-yaml-files Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
echo-services Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
entrypoint-composefile Fix bugs with entrypoint/command in docker-compose run 2016-07-11 16:15:13 -04:00
entrypoint-dockerfile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
env Fix unicode in environment variables for python2. 2015-10-22 12:12:43 -04:00
env-file Use newer versions of pre-commit hooks 2017-08-02 20:02:26 -07:00
env-file-override Add integration tests regarding environment 2019-07-31 02:09:41 +02:00
environment-composefile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
environment-exec Pin busybox image version in tests 2019-07-02 13:42:41 +02:00
environment-interpolation Interpolate environment variables 2015-08-06 11:18:57 +01:00
environment-interpolation-with-defaults Allow empty default values in variable interpolation (fixes #5185) 2017-10-20 13:45:47 -07:00
exit-code-from Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
expose-composefile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
extends Don't re-parse healthcheck values coming from extended services 2017-02-02 14:50:53 -08:00
healthcheck Implement 'healthcheck' option 2016-11-18 14:47:02 +00:00
images-service-tag Fix acceptance tests 2019-10-16 14:31:27 +02:00
invalid-composefile Add docker-compose config subcommand. 2015-12-07 18:51:01 -08:00
links-composefile Pin busybox image version in tests 2019-07-02 13:42:41 +02:00
logging-composefile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
logging-composefile-legacy Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
logs-composefile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
logs-restart-composefile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
logs-tail-composefile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
longer-filename-composefile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
multiple-composefiles Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
net-container Make 'version' a string 2016-02-02 13:58:34 +00:00
networks update alpine version to 3.10.1 2019-08-20 12:10:26 +02:00
no-composefile WIP: rename Fig to Compose 2015-01-20 21:00:23 +00:00
no-links-composefile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
no-services Make 'version' a string 2016-02-02 13:58:34 +00:00
override-files Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
override-yaml-files Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
pid-mode Add support for service:name pid config 2017-07-03 16:15:20 -07:00
ports-composefile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
ports-composefile-scale Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
ps-services-filter Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
restart fix serialize restart spec with null string 2016-10-14 18:20:55 +08:00
run-labels Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
run-workdir Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
scale Add tests for compose file 'scale: 0' 2019-03-06 12:57:14 +00:00
secrets Add an integration test for secrets using bind mounts. 2017-01-31 09:53:16 -05:00
simple-composefile Report image we can't pull and must be built 2019-11-25 15:18:27 +01:00
simple-composefile-volume-ready Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
simple-dockerfile Pin busybox image version in tests 2019-07-02 13:42:41 +02:00
simple-failing-dockerfile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
sleeps-composefile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
stop-signal-composefile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
tagless-image Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
tls Support mixed use of TLS flags and TLS environment variables 2018-01-19 15:48:30 -08:00
top Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
unicode-environment Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
user-composefile Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
v1-config Fix output of 'config' for v1 files 2016-04-26 19:21:03 +01:00
v2-dependencies Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
v2-full Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
v2-simple Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
v3-full Implement compatibility mode, 2018-02-05 17:31:17 -08:00
volume Remove anonymous volumes when using run --rm. 2016-07-25 11:43:30 +02:00
volume-path Make volume host paths relative to file, merge volumes when extending 2015-03-20 15:45:16 -07:00
volume-path-interpolation Interpolate environment variables 2015-08-06 11:18:57 +01:00
volumes Config command generates invalid volumes (fixes #5176) 2017-10-16 12:06:04 -07:00
volumes-from-container Handle connection errors on project initialization 2016-08-02 11:44:25 +01:00