fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
983 stars 32 forks source link

Duplicati development version label problem #289

Closed Pampersfr closed 1 year ago

Pampersfr commented 1 year ago

hi,

i try to configure wud for duplicati development version to inform me in HA i have installed : image: lscr.io/linuxserver/duplicati:development-version-v2.0.6.105-2.0.6.105_canary_2023-04-09 in docker compose i put this label : ` labels:

i don't understand, bad regex in label ?

thanks for your help regards

dswd commented 1 year ago

(I am not a dev, just a user)

Yes, your regex is wrong. You should use wud.tag.include=^development-version-v\d+\.\d+\.\d+\.\d+-\d+\.\d+\.\d+\.\d+_canary_\d+-\d+-\d+$ to include this specific naming schema. However, are you sure you specifically want those development versions? If you just want the latest version regardless whether it is development or a release, you can use hash based checking. I normally use the include label the limit the labels to only releases and exclude all those development versions.

fmartinou commented 1 year ago

I'm closing the issue because of inactivity. (and it relates on regex expressions, not on wud misbehaviour)