Add UCP image as allowed

This commit is contained in:
Marcos Lilljedahl
2017-06-15 17:40:11 -03:00
parent 2eff799c58
commit bb13a8be5d

View File

@@ -294,6 +294,7 @@ func (p *pwd) InstanceAllowedImages() []string {
return []string{
config.GetDindImageName(),
"franela/dind:overlay2-dev",
"franela/ucp:2.4.1",
}
}