1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-28 19:31:04 +00:00

Add k8s 1.12 supported docker versions

This commit is contained in:
moelsayed 2018-10-02 21:29:52 +02:00 committed by Alena Prokharchyk
parent d4759bcc4f
commit 4010a289c2

View File

@ -38,6 +38,7 @@ var K8sDockerVersions = map[string][]string{
"1.9": {"1.11.x", "1.12.x", "1.13.x", "17.03.x"},
"1.10": {"1.11.x", "1.12.x", "1.13.x", "17.03.x"},
"1.11": {"1.11.x", "1.12.x", "1.13.x", "17.03.x"},
"1.12": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x"},
}
type dockerConfig struct {