Reinstalling deleted Docker images

Hi
For some reason I had a CPU load problem on my machine with HASSIO. I rebooted the machine and homeassistant didn’t get up again. I started to combine a little blindly and deleted all docker images. In the end I somehow managed to get Homeassistant working again, but I have a problem with the add-ons. They show up in the list even though there are no docker images. They are grayed out as if they were non-instantiable. I can’t restart them, I can’t delete them, nor can I reinstall them. How to deal with this problem. Somewhere there is probably some entry left in the configuration that needs to be deleted, but I don’t know where to look.
Please help.

Greetings
Zyzakin

1 Like

Run ha su repair on the CLI

1 Like

repair cleared my unused images

root@hajime:~# docker image ls
REPOSITORY                                        TAG                 IMAGE ID            CREATED             SIZE
ghcr.io/home-assistant/qemux86-64-homeassistant   2022.7.3            3d96341094c9        2 days ago          1.44GB
ghcr.io/home-assistant/home-assistant             stable              4d862323b548        4 days ago          1.44GB
ghcr.io/home-assistant/amd64-hassio-supervisor    2022.07.0           db890f16a2d6        5 days ago          348MB
ghcr.io/home-assistant/amd64-hassio-supervisor    latest              db890f16a2d6        5 days ago          348MB
zigbee2mqtt/zigbee2mqtt-amd64                     latest              d900175f92fc        11 days ago         488MB
esphome/esphome-hassio-amd64                      latest              0f79b2c2144a        2 weeks ago         279MB
ghcr.io/home-assistant/amd64-hassio-cli           2022.06.0           61305560fc43        2 weeks ago         104MB
john30/ebusd                                      latest              f0c668769054        2 months ago        84.4MB
ghcr.io/home-assistant/amd64-hassio-audio         2022.05.0           90db1bbdcc2c        2 months ago        103MB
ghcr.io/home-assistant/amd64-hassio-dns           2022.04.1           926be8e9945f        2 months ago        85MB
ghcr.io/home-assistant/amd64-hassio-multicast     2022.02.0           fab671d82f29        4 months ago        68.6MB
ghcr.io/home-assistant/amd64-hassio-observer      2021.10.0           5d539a0720ba        8 months ago        76.8MB
hassioaddons/node-red-amd64                       latest              ade41261f3f6        4 years ago         156MB
root@hajime:~# ha su repair
Command completed successfully.
root@hajime:~# docker image ls
REPOSITORY                                        TAG                 IMAGE ID            CREATED             SIZE
ghcr.io/home-assistant/qemux86-64-homeassistant   2022.7.3            3d96341094c9        2 days ago          1.44GB
ghcr.io/home-assistant/amd64-hassio-supervisor    2022.07.0           db890f16a2d6        6 days ago          348MB
ghcr.io/home-assistant/amd64-hassio-supervisor    latest              db890f16a2d6        6 days ago          348MB
ghcr.io/home-assistant/amd64-hassio-cli           2022.06.0           61305560fc43        2 weeks ago         104MB
ghcr.io/hassio-addons/influxdb/amd64              4.5.0               282323c52b7b        4 weeks ago         526MB
ghcr.io/home-assistant/amd64-hassio-audio         2022.05.0           90db1bbdcc2c        2 months ago        103MB
ghcr.io/home-assistant/amd64-hassio-dns           2022.04.1           926be8e9945f        2 months ago        85MB
esphome/esphome-hassio-amd64                      2022.3.1            87896e51d20e        3 months ago        260MB
ghcr.io/home-assistant/amd64-hassio-multicast     2022.02.0           fab671d82f29        4 months ago        68.6MB
ghcr.io/home-assistant/amd64-hassio-observer      2021.10.0           5d539a0720ba        8 months ago        76.8MB
root@hajime:~# 

unfortunately, I still see in the list of additives those that were there before


when I click on node-red I get a message like the picture
node-red
When I go to the store and want to install an add-on, I also get the message :slight_smile:

Blockquote Error fetching addon info: Addon is not installed

Sorry for my impatience.
After the reboot, everything worked as expected.

Reboot always good :laughing:

ludeeus thank You

just did the same lol. thanks guys

1 Like