mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-09 22:41:14 +02:00
Docker client and daemon started to fail at sending or handling most local connections when being compiled with Go 1.19.11, which addresses CVE-2023-29406 by blocking invalid host headers of HTTP/1. As a workaround, Docker started to define a dummy host header, and to use it for local connections. Backport the fixes to Flatcar to fix the runtime failures. See also https://github.com/moby/moby/issues/45935, https://github.com/moby/moby/pull/45942.