While trying to build a new docker image using imagespec, I'm getting the following error ```#4 ERR...
s
While trying to build a new docker image using imagespec, I'm getting the following error
Copy code
#4 ERROR: failed to do request: Head "<https://cr.flyte.org/v2/flyteorg/flytekit/manifests/py3.10-1.15.0>": dial tcp: lookup cr.flyte.org on 192.168.5.2:53: read udp 172.17.0.2:40380->192.168.5.2:53: i/o timeout

time="2025-03-10T11:20:04-07:00" level=fatal msg=exit app=envd error="failed to build the image: failed to build: failed to wait error group: failed to solve LLB: failed to
solve: failed to load cache key: failed to do request: Head \"<https://cr.flyte.org/v2/flyteorg/flytekit/manifests/py3.10-1.15.0>\": dial tcp: lookup cr.flyte.org on
192.168.5.2:53: read udp 172.17.0.2:40380->192.168.5.2:53: i/o timeout" version=v0.4.3
Anyone else seen this problem before
c
Looks like a DNS timeout so probably an issue specific to your environment (DNS server at 192.168.5.2:53)
s
thanks! That was the issue