mirror of
https://github.com/rancher/rke.git
synced 2025-04-27 03:11:03 +00:00
Exclude Cisco ACI image from mirror
This commit is contained in:
parent
91aed199f0
commit
6dcf00cf5e
@ -6,7 +6,7 @@ var Mirrors = map[string]string{}
|
||||
|
||||
func Mirror(image string) string {
|
||||
orig := image
|
||||
if strings.HasPrefix(image, "weaveworks") {
|
||||
if strings.HasPrefix(image, "weaveworks") || strings.HasPrefix(image, "noiro") {
|
||||
return image
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user