HA docker image 0.85 not tagged with latest

HA 0.85 is released, great news!, but I tried to upgrade to HA 0.85 by pulling the latest docker images and I noticed it still pulls a 20 days old image?

# docker pull homeassistant/home-assistant
Using default tag: latest
Trying to pull repository docker.io/homeassistant/home-assistant ... 
sha256:cfdee7fb2a7449ae3e53d7d18da8e31a9b1865b637ca85065525a040a508e0af: Pulling from docker.io/homeassistant/home-assistant
Digest: sha256:cfdee7fb2a7449ae3e53d7d18da8e31a9b1865b637ca85065525a040a508e0af
Status: Image is up to date for docker.io/homeassistant/home-assistant:latest

# docker pull homeassistant/home-assistant:latest
Trying to pull repository docker.io/homeassistant/home-assistant ... 
sha256:cfdee7fb2a7449ae3e53d7d18da8e31a9b1865b637ca85065525a040a508e0af: Pulling from docker.io/homeassistant/home-assistant
Digest: sha256:cfdee7fb2a7449ae3e53d7d18da8e31a9b1865b637ca85065525a040a508e0af
Status: Image is up to date for docker.io/homeassistant/home-assistant:latest

On hub.docker.com/r/homeassistant the 0.85.0 images is available, but it is not tagged with latest. Why is that?

Fortunately I was able to pull 0.85 by specify it tag:

# docker pull homeassistant/home-assistant:0.85.0
Trying to pull repository docker.io/homeassistant/home-assistant ... 
sha256:f3c971c644d6adb3615bd65830a1f2859e503642d94c71f39f982daaa0e0d9be: Pulling from docker.io/homeassistant/home-assistant
cd8eada9c7bb: Pull complete 
c2677faec825: Pull complete 
fcce419a96b1: Pull complete 
045b51e26e75: Pull complete 
3b969ad6f147: Pull complete 
6992ba8c827e: Pull complete 
15cdf2df3fc4: Pull complete 
2929c9fb25e5: Pull complete 
bf6c76496fdd: Pull complete 
a7b794529c3d: Pull complete 
4916295c92b7: Pull complete 
1d5f8673df6b: Pull complete 
b0d6c0d9541a: Pull complete 
83b4ab5484e2: Pull complete 
e8279f732631: Pull complete 
Digest: sha256:f3c971c644d6adb3615bd65830a1f2859e503642d94c71f39f982daaa0e0d9be
Status: Downloaded newer image for docker.io/homeassistant/home-assistant:0.85.0

Usually I get the latest GA version. Why isn’t 0.85.0 tagged latest? What policy is HA using for pulling the images?

0.85.0 is now tagged as latest.

issue fixed.

Hi,
it seems there is an issue with the 0.85.1 version too.
The container with the latest tag has been updated 4 days ago and the one with the 0.85.1 tag 2 days ago.

The container with the latest tag is still 0.85.0 after 8 days. Any update?

And it still hasn’t been update for 0.86.0 either!

It’s Queued: https://hub.docker.com/r/homeassistant/home-assistant/builds

I am not able to pull the latest for my raspberry pi nor can I update my docker image to a specific version like 0.89.1. Do you know what I am doing wrong? I still see my 0.86.2 version…

You can try what happen when you specify the version number, like this:

$ docker pull homeassistant/home-assistant:0.89.2 
Trying to pull repository docker.io/homeassistant/home-assistant ... 
sha256:6c2283ae5461e2e726d23552544221c3038b014abafe0a0b0fd3e69f73a464a6: Pulling from docker.io/homeassistant/home-assistant
22dbe790f715: Already exists 
0250231711a0: Already exists 
6fba9447437b: Already exists 
c2b4d327b352: Already exists 
270e1baa5299: Already exists 
8dc8edf0ab44: Already exists 
86ded05de41b: Already exists 
1eac5266a8fa: Already exists 
61b3f1392c29: Already exists 
3ae12b39c601: Pull complete 
5bb14e24cc2d: Pull complete 
1b32812a49ce: Pull complete 
3d88c8201068: Pull complete 
e43743c2f295: Pull complete 
b826000b483a: Pull complete 
Digest: sha256:6c2283ae5461e2e726d23552544221c3038b014abafe0a0b0fd3e69f73a464a6
Status: Downloaded newer image for docker.io/homeassistant/home-assistant:0.89.2

See what will happen…

Check here for the latest version number:

https://hub.docker.com/r/homeassistant/home-assistant/tags

So i did this and when i check the HA site for the latest version number i still get the same number as before.

It is not clear what actions you performed and what output you got.
Did it pull the new image? Share your output if you got an error.
Did you restart home assistant after pulling the new image?

For some reason I was able to get it updated. I think i restarted the container and the RPi and it was then able to update. Now I have 3 images of containers for HA, that I will delete 2 of them (those that are not the latest one).