I am trying to get home assistant running on a Raspberry Pi 3B+ (Raspbian) with docker.
Yet, when I enter: docker run -d --name="home-assistant" -v /home/hass/config:/config -v /etc/localtime:/etc/localtime:ro --net=host homeassistant/raspberrypi3-homeassistant:0.75.3
I get the error Tag 0.75.3 not found in repository docker.io/homeassistant/raspberrypi3-homeassistant
The same happens for other tags, like latest, or other versions and also if I run docker as root.
I am able to run other docker images that were build for the Raspberry Pi. What am I missing here? Is it an issue that the Pi is a 64-bit one?
0.75.3 was only just released a few hours ago, you probably tried too early. The announcement is generally made before all the docker versions are built.
I normally check this link before attempting to update my docker, for if it’s not yet built, it can’t be seen when trying to update the docker.
I don’t know if this also covers the Raspberry Pi versions though…
I also tried other versions, such as 0.75.0. With an identical result: Tag 0.75.0 not found in repository docker.io/homeassistant/raspberrypi3-homeassistant