mirror of https://github.com/docker/compose.git
b2cd089bae
When using the "classic" (non-BuildKit) builder, ensure that services are iterated in dependency order for a build so that it's possible to guarantee the presence of a base image that's been added as a dependency with `depends_on`. This is a very common pattern when using base images with Compose. A fix for BuildKit is blocked currently until we can rely on a newer version of the engine (see docker/compose#9324)[^1]. [^1]: https://github.com/docker/compose/issues/9232#issuecomment-1060389808 Signed-off-by: Milas Bowman <milas.bowman@docker.com> |
||
---|---|---|
.. | ||
fixtures | ||
build_test.go | ||
cancel_test.go | ||
cascade_stop_test.go | ||
compose_down_test.go | ||
compose_environment_test.go | ||
compose_exec_test.go | ||
compose_run_test.go | ||
compose_test.go | ||
cp_test.go | ||
ddev_test.go | ||
e2e_config_plugin.go | ||
e2e_config_standalone.go | ||
framework.go | ||
ipc_test.go | ||
logs_test.go | ||
main_test.go | ||
metrics_test.go | ||
networks_test.go | ||
ps_test.go | ||
restart_test.go | ||
scan_message_test.go | ||
secrets_test.go | ||
start_fail_test.go | ||
start_stop_test.go | ||
volumes_test.go |