Update to Docker 18.09 for Windows (#4223)

This commit is contained in:
Patrick Lang 2018-11-09 16:52:28 -08:00 коммит произвёл Jack Francis
Родитель 624bf623fd
Коммит 995c28562b
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -21,7 +21,7 @@
"windowsProfile": {
"adminUsername": "azureuser",
"adminPassword": "replacepassword1234$",
"windowsDockerVersion": "17.06.2-ee-16"
"windowsDockerVersion": "18.09.0"
},
"linuxProfile": {
"adminUsername": "azureuser",

Просмотреть файл

@ -78,7 +78,7 @@
"type": "string"
},
"windowsDockerVersion": {
"defaultValue": "17.06.2-ee-16",
"defaultValue": "18.09.0",
"metadata": {
"description": "The version of Docker to be installed on Windows Nodes"
},

Просмотреть файл

@ -44,7 +44,7 @@ const (
// DockerCEDockerComposeVersion is the Docker Compose version
DockerCEDockerComposeVersion = "1.14.0"
// KubernetesWindowsDockerVersion is the default version for docker on Windows nodes in kubernetes
KubernetesWindowsDockerVersion = "17.06.2-ee-16"
KubernetesWindowsDockerVersion = "18.09.0"
)
// validation values