Skip to content

Commit

Permalink
Add docker 18.09 to k8s v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
galal-hussein authored and Alena Prokharchyk committed Feb 14, 2019
1 parent 88926e5 commit cebd3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +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"},
"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"},
}

type dockerConfig struct {
Expand Down

0 comments on commit cebd3b4

Please sign in to comment.