compose/pkg
Milas Bowman ea8341865d e2e: isolate test command env from system env
When running Docker / Compose commands, do NOT inherit the system
environment to ensure that the tests are reproducible regardless
of host settings.

Additionally, per-command environment overrides are provided to
the command instead of using `os.SetEnv`, as this is not safe when
running tests in parallel (`testing.T::SetEnv` will actually error
if used in this way!)

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-06-16 08:30:57 -04:00
..
api project name MUST be lowercase 2022-04-13 09:49:01 +02:00
compose add support for setting secret from env variable 2022-06-15 17:06:48 +02:00
e2e e2e: isolate test command env from system env 2022-06-16 08:30:57 -04:00
mocks mocks: create mocks for compose api.Service 2022-06-07 17:09:06 -05:00
progress fix: prevent flickering prompt when pulling same image from N services 2022-05-18 08:58:06 +02:00
prompt move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
utils Add function to convert strings to bool 2022-03-04 16:42:37 +01:00