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?
wuench
December 12, 2021, 3:18pm
2
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.
Edo78
(Federico Granata)
December 12, 2021, 6:43pm
5
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
Edo78
(Federico Granata)
December 13, 2021, 10:48am
7
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:
opened 06:37AM - 13 Dec 21 UTC
### The problem
The raspberrypi4-homeassistant has been forgotten to be updated… with the `stable` tag.
The normal one has been advanced, but for the raspberry one, it is still at 2021.11.5
![image](https://user-images.githubusercontent.com/1201644/145764059-53fb2f5a-79b3-460f-98ab-e47ad0cbc694.png)
### What version of Home Assistant Core has the issue?
n/a
### What was the last working version of Home Assistant Core?
_No response_
### What type of installation are you running?
Home Assistant Container
### Integration causing the issue
_No response_
### Link to integration documentation on our website
_No response_
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
_No response_
### Additional information
_No response_
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