Container Labels
SSM includes part of the code from WhatsUpDocker, so it currently supports the same labels on containers:
Labels
To fine-tune the behavior of WUD per container, you can add labels to them.
Label | Required | Description | Supported values | Default value when missing |
---|---|---|---|---|
wud.watch | ⚪ | Watch this container | Valid Boolean | true when WUD_WATCHER_{watcher_name}_WATCHBYDEFAULT is true (false otherwise) |
wud.watch.digest | ⚪ | Watch this container digest | Valid Boolean | false |
wud.tag.include | ⚪ | Regex to include specific tags only | Valid JavaScript Regex | |
wud.tag.exclude | ⚪ | Regex to exclude specific tags | Valid JavaScript Regex | |
wud.tag.transform | ⚪ | Transform function to apply to the tag | $valid_regex => $valid_string_with_placeholders (see below) | |
wud.link.template | ⚪ | Browsable link associated to the container version | String template with placeholders ${raw} ${major} ${minor} ${patch} ${prerelease} | |
wud.display.name | ⚪ | Custom display name for the container | Valid String | Container name |
wud.display.icon | ⚪ | Custom display icon for the container | Valid Material Design Icon, Fontawesome Icon or Simple icon (see details below) | mdi:docker |