-
|
Reading posts like #4492 (comment) make me wonder: Does So if I have homeassistant container using tag Specific circumstance in mind for this question: I'm not yet on the latest HA Core release. Having HA updated to latest 2026.7 would be a huge risk for me, so I want to clarify this before proceeding with "Docker Containerd Snapshotter" in https://github.com/home-assistant/operating-system/releases/tag/17.0. Same for HA OS (running 17.3, update 18.1 is available). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The migration should not be treated as a Home Assistant Core update. The OS 17.0 release note says the Docker containerd snapshotter migration requires internet access because all container images are re-downloaded, and it is applied on the next reboot. That is about rebuilding Docker's image store under the new snapshotter, not about choosing newer application versions. In Supervisor, the Docker image operations are version/tag based. For example, the Docker interface installs/pulls an explicit The caveats I would still observe:
So the short answer is: yes, expect re-downloads, but no, the storage-driver migration itself should not upgrade Core to the latest release. If that answers the risk question, please mark it as answered. |
Beta Was this translation helpful? Give feedback.
The migration should not be treated as a Home Assistant Core update.
The OS 17.0 release note says the Docker containerd snapshotter migration requires internet access because all container images are re-downloaded, and it is applied on the next reboot. That is about rebuilding Docker's image store under the new snapshotter, not about choosing newer application versions.
In Supervisor, the Docker image operations are version/tag based. For example, the Docker interface installs/pulls an explicit
imageplusversion, and container checks compare the current container/image against the expectedimage:version. So if your current Core container isghcr.io/home-assistant/raspberrypi5-64-homeass…