Add link to respective hub (#40)

This commit is contained in:
CrazyMax
2020-06-08 21:10:18 +02:00
committed by CrazyMax
parent 2038336a18
commit 6e8b0450ff
8 changed files with 323 additions and 20 deletions

View File

@@ -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
}
}