mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-02 02:57:28 +01:00
Add link to respective hub (#40)
This commit is contained in:
@@ -45,6 +45,8 @@ func ValidateContainerImage(image string, labels map[string]string, watchByDef b
|
||||
img.IncludeTags = strings.Split(value, ";")
|
||||
case "diun.exclude_tags":
|
||||
img.ExcludeTags = strings.Split(value, ";")
|
||||
case "diun.hub_tpl":
|
||||
img.HubTpl = value
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user