mirror of
https://github.com/docker/compose.git
synced 2026-08-27 11:53:47 +00:00
When a watched service is rebuilt, compose also rebuilt the services it depends on (which were then left not restarted). up builds its BuildOptions with Deps=true. The same options are reused by watch's rebuild(), which narrows Build.Services to the changed service but never cleared Build.Deps, so build() still included dependencies via IncludeDependencies. Clear Build.Deps in rebuild() so only the changed services are built. Fixes #13853 Signed-off-by: David Gageot <david.gageot@docker.com> |
||
|---|---|---|
| .. | ||
| api | ||
| bridge | ||
| compose | ||
| dryrun | ||
| e2e | ||
| mocks | ||
| remote | ||
| utils | ||
| watch | ||