зеркало из https://github.com/Azure/aks-engine.git
Update to Docker 18.09 for Windows (#4223)
This commit is contained in:
Родитель
624bf623fd
Коммит
995c28562b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче