This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/IMoriarty on 2023-07-04 23:15:50+00:00.


Having trouble updating to 2023.06.4, install would appear to proceed, then fail. Checking the logs, it appears I can’t reach the image for some reason:

Relevant Log Entries:

23-07-04 17:09:17 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2023.06.4

23-07-04 17:09:17 INFO (SyncWorker_4) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/amd64-hassio-supervisor with tag 2023.06.4.

23-07-04 17:09:48 ERROR (SyncWorker_4) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2023.06.4: 500 Server Error for http+docker://localhost/v1.42/images/create?tag=2023.06.4&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host")

23-07-04 17:09:48 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2023.06.4: 500 Server Error for http+docker://localhost/v1.42/images/create?tag=2023.06.4&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host")

Is this something I can fix, or is the target image missing/borked?