1
0
mirror of https://github.com/rancher/rke.git synced 2025-05-07 15:57:06 +00:00

Add docker 18.09.x to rke v0.2.x

This commit is contained in:
galal-hussein 2019-02-14 02:48:39 +02:00 committed by Alena Prokharchyk
parent e6b677a885
commit 7e3ebb0125

View File

@ -38,8 +38,8 @@ 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"},
"1.13": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x"},
"1.12": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x"},
"1.13": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x"},
}
type dockerConfig struct {