Unable to upgrade from 2024.7.4 to 2024.8.0

Hello all. I am trying to upgrade to version 8.0
I have the following running on Raspberry Pi 5.0

Home Assistant Core

Installed version 2024.7.4

Latest version 2024.8.0

Frontend 20240710.0

Here is the error message:

 2024-08-08 12:05:00.970 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2024.8.0: 500 Server Error for http+docker://localhost/v1.46/images/create?tag=2024.8.0&fromImage=ghcr.io%2Fhome-assistant%2Fraspberrypi5-64-homeassistant&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)") 

Not sure what to do. Any help would be apprecated.
Thank you,
Dennis

What is your router’s DNS set to?

Try, 1.1.1.1 or 9.9.9.9

Hi. It’s 1.1.1.1

Thanks for the reply

Do you run anything else on your network that could be blocking it?

VLANs, Pi-Hole, Adguard, etc…?

Hi. sorry did not respond as I have been traveling.
No, there is no Pi-Hole, VLAN, Adguard, or anything like that.
Cannot figure out what would be blocking access.

Thanks,
Dennis

I went to a web browser on another computer to this url:

‘’’ https://ghcr.io ‘’’

Resolves to:

‘’’ GitHub Packages: Your packages, at home with their code · GitHub’ ‘’

That worked.
However, when I try this:

https://ghcr.io/home-assistant/
It returns : 404 page not found

In the terminal on the HA computer I get a ping return from this:
ping ghcr.io

But nothing from
‘’’ ping ghcr.io/home-assistant ‘’’

Seems like the update is trying to go to link that does not exist

Not sure to what to try next.

Solved, set the dns to 8.8.8.8 instead of ip of HA host.

Dennis

You had it set to your host ip!?

Checking and changing that is literally the first reply to your post.

Sorry, newby here, and dealing with family issues.