Howdy, random question. all of the sudden, i star...
# general
c
Howdy, random question. all of the sudden, i started getting this when I do Docker Builds
Copy code
#2 ERROR: failed to do request: Head "<https://ghcr.io/v2/open-webui/open-webui/manifests/main>": dial tcp: lookup <http://ghcr.io|ghcr.io>: i/o timeout
Any idea what may be ahppening?
l
Access to the GitHub container repo is failing. Check https://www.githubstatus.com/index.html or your own firewalls.
c
so if I do a Docker pull it works fine on the machine. Also, this worked just fine like a few days ago. I am not sure what if anything changed so it’s a bit weird
l
Maybe your network configuration has changed? A new firewall between your deployment runner machine and the internet? A new port blocked?
c
well the same machine I can do a “docker pull” from terminal and it’s fine. So my machine can access that
I had to reboot the server. Such a weird error