Can't install ghcr.io/home-assistant/aarch64-homeassistant:landingpage

I cannot finish install HS supervisor, when I start hassio-servisor:

Dec 16 13:53:23 STORKserv hassio-supervisor[2379]: Digest: sha256:afedce1a2752d6e870191814c21935217692d710995ba8b16ba5150cdc01c230
Dec 16 13:53:23 STORKserv hassio-supervisor[2379]: Status: Downloaded newer image for ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.11.6
Dec 16 13:53:23 STORKserv hassio-supervisor[2379]: ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.11.6
Dec 16 13:53:24 STORKserv hassio-supervisor[2332]: [INFO] Creating a new Supervisor container...
Dec 16 13:53:28 STORKserv hassio-supervisor[2422]: 85ded15025d63fc4dbdc3cc4869b07bc91e1782c4447d5fc014506662425663d
Dec 16 13:53:28 STORKserv hassio-supervisor[2332]: [INFO] Starting the Supervisor...
Dec 16 13:53:29 STORKserv hassio-supervisor[2433]: hassio_supervisor

in log from docker, he say:

...
23-12-16 13:53:36 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
23-12-16 13:53:36 INFO (MainThread) [supervisor.homeassistant.core] No Home Assistant Docker image ghcr.io/home-assistant/aarch64-homeassistant found.
23-12-16 13:53:36 INFO (MainThread) [supervisor.homeassistant.core] Setting up Home Assistant landingpage
23-12-16 13:53:36 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/aarch64-homeassistant with tag landingpage.
23-12-16 13:53:38 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/aarch64-homeassistant:landingpage: 500 Server Error for http+docker://localhost/v1.43/images/create?tag=landingpage&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-homeassistant&platform=linux%2Farm64: Internal Server Error ("manifest unknown")
23-12-16 13:53:38 WARNING (MainThread) [supervisor.homeassistant.core] Fails install landingpage, retry after 30sec

Probably tag “landingpage” doesn’t exist, but why he try use it? Shoudn’t be latest ?

He try to download docker image of homeassistant from docker image hasio-supervisor?
I check connection from hasio-supervisor image (by login to it and perform a ping) and looks ok.

I found the reason, the “landingpage” tag is no longer supported, currently “latest” tags are used. For some time both were used interchangeably, but now “landingpage” is no longer supported.
I sent the amendment for approval:

1 Like