compose/pkg
Benedikt Radtke fa7e85ed83 Write error to watcher error channel if Start() fails
Up's loop will notice globalCtx is done, and invoke watcher.Stop(). Stop() reads from the watcher error channel. If Start() does not write an error, Stop() will never finish.

Fixes https://github.com/docker/compose/issues/13262

Signed-off-by: Benedikt Radtke <benediktradtke@gmail.com>
2025-10-06 14:50:19 +02:00
..
api publish Compose application as compose.yaml + images 2025-10-03 10:59:57 +02:00
bridge fixed lint error 2025-07-28 10:07:03 +02:00
compose Write error to watcher error channel if Start() fails 2025-10-06 14:50:19 +02:00
e2e escape $ in bake.json as interpolation already has been managed by compose 2025-10-03 09:25:35 +02:00
mocks pkg/mocks: re-generate mocks 2025-09-25 16:50:44 +02:00
progress improved lint error 2025-07-27 15:12:38 +02:00
prompt (refactoring) introduce monitor to manage containers events and application termination 2025-07-16 17:24:11 +02:00
remote publish Compose application as compose.yaml + images 2025-10-03 10:59:57 +02:00
utils prefer use of slices.DeleteFunc 2025-05-27 15:16:50 +02:00
watch pkg/watch: remove unused IsWindowsShortReadError 2025-09-24 09:29:27 +02:00