Upgrade from Docker

Hi,

I’ve just installed Home-assistant on my Odroid XU4 (ARM architecture) using the RPI2 docker image. It works nicely, well done!
But… It’s version 0.35.3, and, according to the home page, the current version is 0.38.4. Is it possible to update the version of home-assistant running into the Docker container?

Thanks!

Oh? I thought it would be an easy one…
Is there even possible? Or is the version of HASS fixed in the docker image?

Run the command

docker pull homeassistant/home-assistant:latest

This will pull the latest available docker image.

Then remove and remove your running docker container and re run again.

1 Like

Thanks, @jamieb! Now, I understand why I couldn’t update it : the image itself (https://hub.docker.com/r/homeassistant/rpi2-home-assistant/) is not up to date.
I tried another image from lroguet which seems to be more up-to-date : https://hub.docker.com/r/lroguet/rpi-home-assistant/
It seems to work fine for now :slight_smile:

Any plans to update the rpi2 HA image, ideally make it an automated build one like the no raspi version?