Hi guys,
I’m running a pretty substantial HA build on top of Arch Linux. Right now I’m fighting with the system as it keeps auto updating on me and I haven’t told it to do so?? It’s getting pretty annoying and frustrating because I have to keep rebuilding the docker instance from scratch which defeats the purpose, almost every day now? .
Basically eons ago I installed Hassio, so I have a systemd service called: hassio-supervisor
Now currently in docker I am using these containers:
docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
bd46f17646ff ghcr.io/hassio-addons/traccar/amd64:0.18.0 "/init" 3 minutes ago Up 3 minutes addon_a0d7b954_traccar
ca85eb97a66c ghcr.io/hassio-addons/bitwarden/amd64:0.19.1 "/init" 57 minutes ago Up 57 minutes 0.0.0.0:7277->7277/tcp, :::7277->7277/tcp addon_a0d7b954_bitwarden
550722c5243c ghcr.io/hassio-addons/bookstack/amd64:1.6.1 "/init" 57 minutes ago Up 57 minutes 0.0.0.0:2665->80/tcp, :::2665->80/tcp addon_a0d7b954_bookstack
79b263e26b0a ghcr.io/hassio-addons/grocy/amd64:0.19.0 "/init" 57 minutes ago Up 57 minutes 0.0.0.0:9192->80/tcp, :::9192->80/tcp addon_a0d7b954_grocy
4dfa28a76927 homeassistant/amd64-addon-configurator:5.5.0 "/init" 57 minutes ago Up 57 minutes addon_core_configurator
50b7833adf39 ghcr.io/hassio-addons/nut/amd64:0.11.1 "/init" About an hour ago Up About an hour 0.0.0.0:3493->3493/tcp, :::3493->3493/tcp addon_a0d7b954_nut
cd530d656434 ghcr.io/home-assistant/amd64-hassio-multicast:2022.02.0 "/init" About an hour ago Up About an hour hassio_multicast
b20785dab48c ghcr.io/home-assistant/amd64-hassio-audio:2022.07.0 "/init" About an hour ago Up About an hour hassio_audio
edc1a7774d76 ghcr.io/home-assistant/amd64-hassio-dns:2022.04.1 "/init" About an hour ago Up About an hour hassio_dns
ffbb492934ca ghcr.io/home-assistant/amd64-hassio-cli:2022.11.0 "/init" About an hour ago Up About an hour hassio_cli
11061a89f555 homeassistant/amd64-hassio-supervisor "/init" 3 days ago Up 5 minutes hassio_supervisor
1fa5397e1c58 ghcr.io/home-assistant/amd64-hassio-observer:2021.10.0 "/init" 6 days ago Up About an hour 0.0.0.0:4357->80/tcp, :::4357->80/tcp hassio_observer
and these images are installed:
docker ps --all
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e1a976e03a18 ghcr.io/hassio-addons/traccar/amd64:0.18.0 "/init" About a minute ago Up About a minute addon_a0d7b954_traccar
12b3f62ef011 homeassistant/qemux86-64-homeassistant:2022.11.1 "/init" 11 minutes ago Exited (111) 7 minutes ago priceless_haibt
ca85eb97a66c ghcr.io/hassio-addons/bitwarden/amd64:0.19.1 "/init" About an hour ago Up About an hour 0.0.0.0:7277->7277/tcp, :::7277->7277/tcp addon_a0d7b954_bitwarden
550722c5243c ghcr.io/hassio-addons/bookstack/amd64:1.6.1 "/init" About an hour ago Up About an hour 0.0.0.0:2665->80/tcp, :::2665->80/tcp addon_a0d7b954_bookstack
79b263e26b0a ghcr.io/hassio-addons/grocy/amd64:0.19.0 "/init" About an hour ago Up About an hour 0.0.0.0:9192->80/tcp, :::9192->80/tcp addon_a0d7b954_grocy
4dfa28a76927 homeassistant/amd64-addon-configurator:5.5.0 "/init" About an hour ago Up About an hour addon_core_configurator
50b7833adf39 ghcr.io/hassio-addons/nut/amd64:0.11.1 "/init" About an hour ago Up About an hour 0.0.0.0:3493->3493/tcp, :::3493->3493/tcp addon_a0d7b954_nut
cd530d656434 ghcr.io/home-assistant/amd64-hassio-multicast:2022.02.0 "/init" About an hour ago Up About an hour hassio_multicast
b20785dab48c ghcr.io/home-assistant/amd64-hassio-audio:2022.07.0 "/init" About an hour ago Up About an hour hassio_audio
edc1a7774d76 ghcr.io/home-assistant/amd64-hassio-dns:2022.04.1 "/init" About an hour ago Up About an hour hassio_dns
ffbb492934ca ghcr.io/home-assistant/amd64-hassio-cli:2022.11.0 "/init" About an hour ago Up About an hour hassio_cli
d76fd736560d homeassistant/qemux86-64-homeassistant:2022.11.1 "/init" 8 hours ago Exited (111) 8 hours ago gallant_einstein
11061a89f555 homeassistant/amd64-hassio-supervisor "/init" 3 days ago Up 13 minutes hassio_supervisor
bb11a7022f66 homeassistant/amd64-addon-letsencrypt:4.12.8 "/init" 6 days ago Exited (0) 6 days ago addon_core_letsencrypt
1fa5397e1c58 ghcr.io/home-assistant/amd64-hassio-observer:2021.10.0 "/init" 6 days ago Up About an hour 0.0.0.0:4357->80/tcp, :::4357->80/tcp hassio_observer
I have just had to remove the docker 2023-03-06 container for homeassistant/qemux86-64-homeassistant
which I have no idea how got there…??
I elected to install version 2022-11-01 as I have been following the docker images:
https://hub.docker.com/r/homeassistant/qemux86-64-homeassistant/tags?page=9
It seems from 2023 onwards too many things break in my install so if possible I’d like to stick with the 2022-11 image until I can figure out a way to update the Supervised install as with 2023 images, my Addons section in settings disappears as well as all my addons including the all important File Editor.
Could someone fill me in on what’s going on and how to achieve what I want?
Having read around a little and particularly this thread: Where is the add-on store when running from docker? - #29 by NeilP
it looks like things have changed a little in the meantime but I couldn’t quite follow?
Basically all I am trying to figure out is how to keep the Supervised version of Hassio over the 2023 version of HA which gets installed and directly breaks my addons? Or if I could get the 2023 version to show the addons section that would be even better
Thanks for any advice