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
| `diun.enable` | | Set to true to enable image analysis of this container |
179
+
| `diun.regopt` | | [Registry options](../config/regopts.md) name to use |
180
+
| `diun.watch_repo` | `false` | Watch all tags of this container image ([be careful](../faq.md#docker-hub-rate-limits) with this setting) |
181
+
| `diun.notify_on` | `new;update` | Semicolon separated list of status to be notified: `new`, `update` |
182
+
| `diun.sort_tags` | `reverse` | [Sort tags method](../faq.md#tags-sorting-when-using-watch_repo) if `diun.watch_repo` enabled. One of `default`, `reverse`, `semver`, `lexicographical` |
183
+
| `diun.max_tags` | `0` | Maximum number of tags to watch if `diun.watch_repo` enabled. `0` means all of them |
184
+
| `diun.include_tags` | | Semicolon separated list of regular expressions to include tags. Can be useful if you enable `diun.watch_repo` |
185
+
| `diun.exclude_tags` | | Semicolon separated list of regular expressions to exclude tags. Can be useful if you enable `diun.watch_repo` |
186
+
| `diun.hub_link` | _automatic_ | Set registry hub link for this image |
187
+
| `diun.platform` | _automatic_ | Platform to use (e.g. `linux/amd64`) |
188
+
| `diun.metadata.*` | See [below](#default-metadata) | Additional metadata that can be used in [notification template](../faq.md#notification-template) (e.g. `diun.metadata.foo=bar`) |
|`diun.enable`|| Set to true to enable image analysis of this pod |
288
-
|`diun.regopt`||[Registry options](../config/regopts.md) name to use |
289
-
|`diun.watch_repo`|`false`| Watch all tags of this pod image ([be careful](../faq.md#docker-hub-rate-limits) with this setting) |
290
-
|`diun.notify_on`|`new;update`| Semicolon separated list of status to be notified: `new`, `update`. |
291
-
|`diun.sort_tags`|`reverse`|[Sort tags method](../faq.md#tags-sorting-when-using-watch_repo) if `diun.watch_repo` enabled. One of `default`, `reverse`, `semver`, `lexicographical`|
292
-
|`diun.max_tags`|`0`| Maximum number of tags to watch if `diun.watch_repo` enabled. `0` means all of them |
293
-
|`diun.include_tags`|| Semicolon separated list of regular expressions to include tags. Can be useful if you enable `diun.watch_repo`|
294
-
|`diun.exclude_tags`|| Semicolon separated list of regular expressions to exclude tags. Can be useful if you enable `diun.watch_repo`|
295
-
|`diun.hub_link`|_automatic_| Set registry hub link for this image |
296
-
|`diun.platform`|_automatic_| Platform to use (e.g. `linux/amd64`) |
|`diun.enable`|| Set to true to enable image analysis of this pod |
288
+
|`diun.regopt`||[Registry options](../config/regopts.md) name to use |
289
+
|`diun.watch_repo`|`false`| Watch all tags of this pod image ([be careful](../faq.md#docker-hub-rate-limits) with this setting) |
290
+
|`diun.notify_on`|`new;update`| Semicolon separated list of status to be notified: `new`, `update`. |
291
+
|`diun.sort_tags`|`reverse`|[Sort tags method](../faq.md#tags-sorting-when-using-watch_repo) if `diun.watch_repo` enabled. One of `default`, `reverse`, `semver`, `lexicographical`|
292
+
|`diun.max_tags`|`0`| Maximum number of tags to watch if `diun.watch_repo` enabled. `0` means all of them |
293
+
|`diun.include_tags`|| Semicolon separated list of regular expressions to include tags. Can be useful if you enable `diun.watch_repo`|
294
+
|`diun.exclude_tags`|| Semicolon separated list of regular expressions to exclude tags. Can be useful if you enable `diun.watch_repo`|
295
+
|`diun.hub_link`|_automatic_| Set registry hub link for this image |
296
+
|`diun.platform`|_automatic_| Platform to use (e.g. `linux/amd64`) |
297
+
|`diun.metadata.*`| See [below](#default-metadata)| Additional metadata that can be used in [notification template](../faq.md#notification-template) (e.g. `diun.metadata.foo=bar`) |
0 commit comments