Replies: 4 comments 15 replies
-
You mean if there's an update with a new tag - like in your example of running Sadly not - I'm not really comparing/checking different tags but just "locked" in the current tag used by the image. The current way of checking for updates is just comparing the hash, assuming that if the hash in the registry is different than the one locally, it's an update. Not comparing versions. |
Beta Was this translation helpful? Give feedback.
-
What if a file stored the hash when a notification is sent. An option could disable repeated notifications about the same new hash. Each notification would be about a new version you haven't heard about yet so you can investigate. I still like repeated notifications as a reminder so single notifications should be optional. |
Beta Was this translation helpful? Give feedback.
-
Oh, and here's another related question that popped up. The reason I am using dockcheck is because I can delay updates, i.e. only get updates older than 7 days. Now I realized that some projects do daily builds which means, I will never get an update as with very frequent updates they will never reach the age of 7 days. Totally different issue but I thought I'd throw it in here. |
Beta Was this translation helpful? Give feedback.
-
With the hash files idea above, in addition to ensuring the hash has changed before notifying again, there could also be a MinHoursBetweenNotifications variable (default set to zero is disabled) based on the age of the hash file. Even if running dockcheck every 4 hours, with MinHoursBetweenNotifications=168 you would go a week between repeated notifications for any container. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Say I have mission-critical containers, not this one, just an example but here you go:
image: ghcr.io/mealie-recipes/mealie:v2.7.1
Could it be possible to get a notification about an update? So I know there is one available and can manually update?
Beta Was this translation helpful? Give feedback.
All reactions