d127cac6d4Ensure images exist before starting progress display for network / volumes, otherwise progress display is all mixed up
Guillaume Tardif
2020-12-14 17:55:55 +0100
53ee1418afDo not change root flags for all commands
Guillaume Tardif
2020-12-14 17:40:51 +0100
7bed2343e6Remove not implemented options
Guillaume Tardif
2020-12-14 17:38:19 +0100
b289138ca9No need to filter services again in backend, filter is done by cli command. Added e2e test, labels one-off and slug
Guillaume Tardif
2020-12-14 17:22:30 +0100
370781e95eSupport option —workingdir, -f, no need to check backend support, unimplemented error is returned by backbends.
Guillaume Tardif
2020-12-14 17:21:16 +0100
Merge pull request #1068 from docker/no_compose_local_windows_e2e
Nicolas De loof
2020-12-15 17:19:59 +0100
f8c750277fDo not run compose local e2e tests on windows GHA nodes for now (buildkit failing with `failed to mount C:\ProgramData\docker\tmp\buildkit-mount370086869: [{Type:bind Source:C:\ProgramData\docker\windowsfilter\y3952h88q6ikevun9li41hjcb Options:[rbind ro]}]: invalid windows mount type: 'bind’`).
Guillaume Tardif
2020-12-15 16:07:36 +0100
d0723dcb3dAvoiding more ACI flakyness, some fixed in a804136b1c (fixing `docker prune --dry-run --force` , exact same issue here with `docker prune --force`)
Guillaume Tardif
2020-12-15 15:44:53 +0100
Merge pull request #1062 from gtardif/fix_cli_moby_command_detect
Nicolas De loof
2020-12-15 12:38:46 +0100
f55823b70fMake Moby command detection (based on help output) more robust. It seems some tabs have been replaced by spaces in CLI 20.10. Covered with e2e test TestUnsupportedCommand. We need to install docker CLI ourselves in Github actions nodes.
Guillaume Tardif
2020-12-15 12:01:27 +0100
Merge pull request #1044 from gtardif/compose_build_when_needed
Nicolas De loof
2020-12-10 18:47:12 +0100
cf378834e5No rebuild on compose up if image already exists by default, added first use of compose pull_policy and `compose up --build` to allow to force rebuild.
Guillaume Tardif
2020-12-10 10:22:18 +0100
Merge pull request #1032 from gtardif/compose_anonymous_vol
Nicolas De loof
2020-12-09 10:33:42 +0100
e4ed2b02d7Fix container attaching to wrong volume name for compose non-external volumes. Took the opportunity to validate R/O volumes, but not related to this fix
Guillaume Tardif
2020-12-08 17:43:10 +0100
Merge pull request #1024 from gtardif/fix_volume_ensure
Nicolas De loof
2020-12-07 17:10:02 +0100
d0728d94f2Fix compose volume creation and check this in volume e2e test
Guillaume Tardif
2020-12-07 16:57:55 +0100
7d88fc61d3Pass the target to buildkit
Djordje Lukic
2020-12-07 16:47:58 +0100
fe363fd146Fix compose volume creation and check this in volume e2e test
Guillaume Tardif
2020-12-07 16:41:54 +0100
04cdd8dd40Display compose experimental disclaimer only for local context type or moby (default) context type. Fixes ACI / ECS e2e tests.
Guillaume Tardif
2020-12-07 16:29:53 +0100
2657f5804eEnsure down continues (removes networks) even if containers have been removed already. Avoid returning nil error and nil project in `projectFromContainerLabels`
Guillaume Tardif
2020-12-07 15:48:57 +0100
5c13bafac5Add a disclaimer message for all `docker compose` commands
Guillaume Tardif
2020-12-07 15:11:22 +0100
Merge pull request #1016 from gtardif/fix_compose_nw_flaky_e2e
Nicolas De loof
2020-12-07 09:51:31 +0100
ff1808644cRemove flakyness in compose e2e test : can’t count networks as we have several compose stacks start in //
Guillaume Tardif
2020-12-07 09:31:32 +0100