mirror of
https://github.com/moby/moby.git
synced 2026-07-13 02:52:20 +00:00
We missed a case when parsing extra hosts from the dockerfile frontend so the build fails. To handle this case we need to set a dedicated worker label that contains the host gateway IP so clients like Buildx can just set the proper host:ip when parsing extra hosts that contain the special string "host-gateway". Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>