зеркало из https://github.com/Azure/ARO-RP.git
fix mirror: upstream cincinnati changed image prefix
This commit is contained in:
Родитель
aa89a49b86
Коммит
196a0db5a8
|
@ -74,7 +74,7 @@ loop:
|
|||
continue
|
||||
}
|
||||
|
||||
node.Payload = strings.Replace(node.Payload, "registry.svc.ci.openshift.org/ocp/release", "quay.io/openshift-release-dev/ocp-release", 1)
|
||||
node.Payload = strings.Replace(node.Payload, "registry.ci.openshift.org/ocp/release", "quay.io/openshift-release-dev/ocp-release", 1)
|
||||
|
||||
releases = append(releases, node)
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче