compose/pkg
Sebastiaan van Stijn 2c69fc3d4d pkg/compose: remove redundant uses of strslice.StrSlice
The strslice.StrSlice type is a string-slice with a custom JSON Unmarshal
function to provide backward-compatibility with older API requests (see
[moby@17d6f00] and [moby@ea4a067]).

Given that the type is assigned implicitly through the fields on HostConfig,
we can just use a regular []string instead.

[moby@17d6f00]: 17d6f00ec2
[moby@ea4a067]: ea4a06740b

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-07-01 10:49:29 +02:00
..
api add service filter to volumes command 2025-06-30 19:38:27 +02:00
bridge pkg/bridge: fix importShadow: shadow of imported package (gocritic) 2025-06-02 10:43:17 +02:00
compose pkg/compose: remove redundant uses of strslice.StrSlice 2025-07-01 10:49:29 +02:00
e2e run docker model configure 2025-06-30 19:22:35 +02:00
mocks add volumes command 2025-06-30 19:38:27 +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