SIGN IN SIGN UP
docker / compose UNCLAIMED

Define and run multi-container applications with Docker

0 0 63 Go

fix: restore stoppingEvent/stoppedEvent helpers for plugin stop hook

The stop lifecycle hook added in 672dc14d2 calls stoppingEvent and
stoppedEvent from pkg/compose/plugins.go, but the helpers had been
removed by the earlier wrapper-cleanup in da530c723. The result was a
broken go build for pkg/compose on upstream/main.

Restore the two helpers alongside the symmetric creating/created and
removing/removed pairs so call sites in plugins.go match the existing
pattern used in the same switch.

Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
G
Guillaume Lours committed
71cd334dbdb4f80b78de41123901eb162b24d49b
Parent: 5b4586e
Committed by Guillaume Lours <705411+glours@users.noreply.github.com> on 5/18/2026, 1:12:39 PM