Skip to main content

What's Up Docker container tags

Ignore container

 'wud.watch=false'

Container with name like librenms/librenms:24.8.1

'wud.tag.include=^\d+\.\d+\.\d+$$'

Container with name like traefik:v3.0     

'wud.tag.include=^v\d+\.\d+\.\d+$$'

The below allows WUD to notify you when the latest image is updated, even if the tag itself doesn't change visibly but the underlying image does:

'wud.tag.include=latest'
'wud.watch.digest=true'