Docker pull not working

Hi
I am trying to download the latest version from Docker for the RPI3 using the documented command
docker pull homeassistant/raspberrypi3-homeassistant
and get the error
Error response from daemon: manifest for homeassistant/raspberrypi3-homeassistant:latest not found
Would some kind soul please enlighten me as to what is wrong because I am tearing my effing hair out trying to follow home assistant documentation that just leads down a blind alley of errors!

It looks like someone deleted the latest tag on docker hub.
https://hub.docker.com/r/homeassistant/raspberrypi3-homeassistant/tags/

The command

$ docker pull homeassistant/raspberrypi3-homeassistant:0.67.0

will get the latest (0.67.0) version, but when you come to upgrade, you will probably need to specify the tag you want.

Bless you that works. Thought I had tried that but I used a ‘/’ instead of ‘:’ … Doh!

1 Like