#1 resolve image config for docker.io/library/alpine:latest
#1 ERROR: failed to do request: Head "https://registry-1.docker.io/v2/library/alpine/manifests/latest": dial tcp: lookup registry-1.docker.io on 10.87.0.1:53: read udp 10.87.0.1:52572->10.87.0.1:53: i/o timeout
2023/08/08 08:39:45 input:1: container.from failed to do request: Head "https://registry-1.docker.io/v2/library/alpine/manifests/latest": dial tcp: lookup registry-1.docker.io on 10.87.0.1:53: read udp 10.87.0.1:52572->10.87.0.1:53: i/o timeout
dagger-engine log-output attached.
Once I kill the dagger-engine container, and re-run the build it works as expected.
My suspicion is that on a desktop, which is regularly rebooted, and is using a vpn, the networking changes in ways where the network interfaces are not as the container created previously expects.