2021.12.0 container not being pulled

I’ve been trying to get the latest build installed since yesterday.

I have HA container installed via docker-compose and configured as indicated in the instructions.
I also use Portainer to maintain containers.

Neither the Portainer stop/recreate/start options or using the docker stop/rm/pull commands will bring in the 2021.12.0 image, it’s staying at 2021.11.5

The tag in docker-compose yaml file is image: “ghcr.io/home-assistant/raspberrypi4-homeassistant:stable

Is anyone else having problems pulling the latest stable image?

The stable tag still points to 2021.11.5. You can use the version specific tag 2021.12.0 until it is updated.

Thanks for that…tried everything BUT that.

Better still, specify just 2021.12 to get any updated 2021.12.x patches.

I wonder why the stable tag isn’t updated yet… Are we sure 2021.12 is stable for RPi4?

https://version.home-assistant.io/stable.json lists 2021.12.1 as stable for raspberrypi4, so I think this is a bug.

1 Like

Thank you, I’d manually update my docker-compose.yaml for now.

Do you know where to report the bug about Docker Hub still reporting an older version as stable?

This is not about Docker Hub, the official containers are hosted on Github Packages (ghcr.io): Package raspberrypi4-homeassistant · GitHub
The associated repository is core, so I think the issue should be raised there.

Someone seems to have raised an issue already:

1 Like

The correct container URL for Home Assistant Container installs (including Raspberry Pi 4) is now ghcr.io/home-assistant/home-assistant:stable.
Documentation has been updated: Remove machine spesific image refrences by ludeeus · Pull Request #20678 · home-assistant/home-assistant.io · GitHub

2 Likes