mirror of
https://github.com/moby/buildkit.git
synced 2026-08-11 09:35:02 +00:00
This patch allows downstream code to pass a DNSConfig that is then used by executor/oci.GetResolvConf. This would allow the BuildKit-based builder in Docker to honor the docker daemon's DNS configuration, thus fixing a feature gap with the legacy builder. Signed-off-by: Tibor Vass <tibor@docker.com>