I have 8 containers installed and they are all set to “latest”.
However ZimaOS constantly list all 8 as having an update ready. I can click run and it will run the update, however it is to the same version and it continues to list that there is an update avaliable.
What is the fix ?
Running 1.5.3 but it was there on 1.5.2 also, and maybe also on older versions, I just can’t remember…
This is expected behavior and not a real update problem.
What’s happening
- ZimaOS checks Docker images by digest, not by tag.
- When containers are set to
latest, the digest can differ even if the version is functionally the same.
- Because of that, ZimaOS keeps flagging them as “update available” even after you update.
There is no actual fix right now.
It’s a UI/logic limitation in ZimaOS (present in 1.5.2 and 1.5.3).
What you can do
- Ignore the update badge if the container is already running correctly.
- Or pin containers to a specific version tag (for example
:1.7.2 instead of :latest) to stop the constant update notifications.
Your containers are not broken, and nothing is reinstalling incorrectly, it’s just how ZimaOS currently tracks Docker updates.
Thank you, that makes sense 