I'm trying to test dagger but I'm stuck with this error:
go run ./main.go
#1 resolve image config for docker.io/library/golang:1.19
#1 ERROR: failed to do request: Head "https://registry-1.docker.io/v2/library/golang/manifests/1.19": dial tcp: lookup registry-1.docker.io on 10.87.0.1:53: server misbehaving
------
> resolve image config for docker.io/library/golang:1.19:
------
panic: input:1: container.from failed to do request: Head "https://registry-1.docker.io/v2/library/golang/manifests/1.19": dial tcp: lookup registry-1.docker.io on 10.87.0.1:53: server misbehaving
Please visit https://dagger.io/help#go for troubleshooting guidance.
goroutine 1 [running]:
main.main()
/home/XX/hello-dagger/ci/main.go:28 +0x3e9
exit status 2
I don't understand why the container is using this dns address, I tried to docker system prune as I found this address in /var/lib/docker/overlay2 path with no improvement...
Has anyone encountered this issue already?
