moby/builder
Albin Kerouanton 4eed3dcdfe api: normalize the default NetworkMode
The NetworkMode "default" is now normalized into the value it
aliases ("bridge" on Linux and "nat" on Windows) by the
ContainerCreate endpoint, the legacy image builder, Swarm's
cluster executor and by the container restore codepath.

builder-next is left untouched as it already uses the normalized
value (ie. bridge).

Going forward, this will make maintenance easier as there's one
less NetworkMode to care about.

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
2024-03-28 12:34:23 +01:00
..
builder-next Merge pull request #47563 from vvoland/buildkit-runc-override 2024-03-14 20:17:01 +01:00
dockerfile api: normalize the default NetworkMode 2024-03-28 12:34:23 +01:00
remotecontext pkg/system: return even richer xattr errors 2024-01-22 15:25:10 -05:00
builder.go api: remove handling of HostConfig on POST /containers/{id}/start (api < v1.24) 2024-02-06 18:44:44 +01:00