mirror of
https://github.com/docker/compose.git
synced 2026-07-11 18:54:35 +00:00
The reconciler hashed the raw service config while the executor hashed the form with network_mode/ipc/pid/volumes_from references resolved to container IDs. Persisted hash and recomputed hash never matched, so dependents were recreated on every `up`. Resolve references against observed containers before hashing, and cascade recreation to namespace-sharing dependents when a parent is replaced — otherwise the dependent would keep a stale "container:<old_id>" reference. Also dedup stops in planStopDependents via stoppedByPlan: with the cascade restored, the dependent would otherwise receive two Stop nodes. Fixes #13878. Signed-off-by: Guillaume Lours <glours@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| api | ||
| bridge | ||
| compose | ||
| dryrun | ||
| e2e | ||
| mocks | ||
| remote | ||
| utils | ||
| watch | ||