[2.3.1]
Update moby to 27.5.1
docker/cli, 27.5.1 milestone
moby/moby, 27.5.1 milestone
Fixed an issue that could persistently prevent daemon startup after failure to initialize the default bridge. moby/moby#49307
Add a DOCKER_IGNORE_BR_NETFILTER_ERROR environment variable. Setting it to 1 allows running on hosts that cannot load br_netfilter. Some things won't work, including disabling inter-container communication in a bridge network. With the userland proxy disabled, it won't be possible to access one container's published ports from another container on the same network. moby/moby#49306
Update Go runtime to 1.22.11 (fix CVE-2024-45341, CVE-2024-45336). moby/moby#49312, docker/docker-ce-packaging#1147, docker/cli#5762
Update RootlessKit to v2.3.2 to support passt >= 2024_10_30.ee7d0b6. moby/moby#49304
Update Buildx to v0.20.0. docker/docker-ce-packaging#1149