You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thu, 14 Dec 2023 13:05:46 CET INF New image found image=docker.io/restic/restic:0.16.2 provider=file
Thu, 14 Dec 2023 13:05:47 CET INF New image found image=docker.io/restic/restic:0.15.1 provider=file
Thu, 14 Dec 2023 13:05:47 CET INF New image found image=docker.io/restic/restic:0.15.2 provider=file
Thu, 14 Dec 2023 13:05:47 CET INF New image found image=docker.io/restic/restic:0.16.1 provider=file
Thu, 14 Dec 2023 13:05:54 CET INF New image found image=docker.io/syncthing/syncthing:1.27.1 provider=file
Thu, 14 Dec 2023 13:05:54 CET INF New image found image=docker.io/syncthing/syncthing:1.26.1 provider=file
Thu, 14 Dec 2023 13:05:54 CET INF New image found image=docker.io/syncthing/syncthing:1.27.0 provider=file
Thu, 14 Dec 2023 13:05:54 CET INF New image found image=docker.io/syncthing/syncthing:1.25.0 provider=file
Additional info
It seems that diun will notify max_tags (in my case: 5) latest tags that matches the include_tags without checking that if it is newer than the tag in the current file provider. I only want it to notify about the newer tags than my current stack.
The text was updated successfully, but these errors were encountered:
Support guidelines
I've found a bug and checked that ...
Description
So I have the same issue as #556 but for
file
provider.I have
"DIUN_WATCH_FIRSTCHECKNOTIF=false"
and myfile
provider looks like this:Expected behaviour
Diun
only notifies about tags that are newer than the current tags.Actual behaviour
Diun
notifies all tags regardless they are newer than the current tags or not.Steps to reproduce
diun
withfile
provider as above.Diun version
4.26.0
Docker info
Docker Compose config
N/A
Logs
Additional info
It seems that
diun
will notifymax_tags
(in my case: 5) latest tags that matches theinclude_tags
without checking that if it is newer than the tag in the currentfile
provider. I only want it to notify about the newer tags than my current stack.The text was updated successfully, but these errors were encountered: