I install HomeAssistantSupervisor on ubuntu 22 docker container
I try Installed version 2024.9.1 to 2024.9.2
but not success
The HomeAssistantCore log is theese:
Failed to perform the action update/install. Error updating Home Assistant Core 'HomeAssistantCore.update' blocked from execution, no host internet connection
and host(ubuntu 22) ping 8.8.8.8 is nornal
How Can I fix it?
Thanks!
HA Supervised iss really only supported on Debian Bookworm, on derivatives you can expect all kinds of problems. But you can do a manual docker pull before you do the update.
tag lastest is use old 2024.9.1,
change to new vesion number 2024.9.3 (or newer)
can pull lastest version,
and I found no add any docker options,
the supervictor can automatic apply volume config
for new homeassistant containner,
this is amazing !!!
the update is success,
thanks!