Watchtower failing to check for updates - "Parsed container image ref has no tag" error #20977
Closed
brianfromm
started this conversation in
General
Replies: 1 comment
-
I was able to get to the bottom of this. The issue wasn’t with Immich itself, but with how Watchtower behaves when images are pinned to a digest.
For the other Immich services (immich-server, immich-machine-learning), I decided I do want to know when a new release is out, but I’d rather update them myself. For those, I added:
That way Watchtower still checks and sends me a Slack notification, but doesn’t auto-restart or pull a new image. So in short:
That cleaned up the noise in my notifications and gives me a safe workflow: stable DB/cache, and visibility into new Immich releases without surprise updates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Issue
Watchtower is reporting an issue while checking for Immich updates and generating this error every hour:
Question
The error mentions Valkey (Redis replacement) using a SHA instead of a proper tag, which is causing Watchtower to fail its update checks.
Additional Context
This happens every time Watchtower runs its scheduled check. The actual functionality seems unaffected, but the noise in notifications is problematic.
Thanks for any guidance on the recommended approach for Watchtower + Immich!
Beta Was this translation helpful? Give feedback.
All reactions