compose/pkg
Sebastiaan van Stijn c97e40e2b8 pkg/compose: remove uses of ExecOptions.Detach
This field was added in [moby@5130fe5d38837302e], which
added it for use as intermediate struct when parsing CLI flags (through
`runconfig.ParseExec`) in [moby@c786a8ee5e9db8f5f].

Commit [moby@9d9dff3d0d9e92adf] rewrote the CLI to use
Cobra, and as part of this introduced a separate `execOptions` type in
`api/client/container`, however the ExecOptions.Detach field was still
used as intermediate field to store the flag's value.

Given that the client doesn't use this field, let's remove its use to
prevent giving the impression that it's used anywhere.

[moby@5130fe5d38837302e]: 5130fe5d38
[moby@c786a8ee5e9db8f5f]: c786a8ee5e
[moby@9d9dff3d0d9e92adf]: 9d9dff3d0d

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-06-23 21:05:38 +02:00
..
api move run logic inside backend 2025-06-13 14:43:16 +02:00
bridge pkg/bridge: fix importShadow: shadow of imported package (gocritic) 2025-06-02 10:43:17 +02:00
compose pkg/compose: remove uses of ExecOptions.Detach 2025-06-23 21:05:38 +02:00
e2e fix support for additional_contexts with service sub-dependencies 2025-06-12 09:47:19 +02:00
mocks (refactoting) Move watch logic into a dedicated Watcher type 2025-06-05 16:48:05 +02:00
progress fix support for BUILDKIT_PROGRESS 2025-06-02 11:03:04 +02:00
prompt add warning message when a remote configuration include an another remote config 2025-03-07 16:30:32 +01:00
remote capture git fetch output when debug output is enabled 2025-04-08 12:03:41 +02:00
utils prefer use of slices.DeleteFunc 2025-05-27 15:16:50 +02:00
watch (refactoting) Move watch logic into a dedicated Watcher type 2025-06-05 16:48:05 +02:00