Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fix: Updating Windows default Docker version from 18.09.0 to 18.09.2. (
Browse files Browse the repository at this point in the history
…#550)

* Updating Windows default Docker version from 18.09.0 to 18.09.2. Fixes #547

* Checking in generated code?

* Oops, fixing version number in this file
  • Loading branch information
PatrickLang authored and acs-bot committed Feb 20, 2019
1 parent 8065a57 commit d2d2d15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/windows/kubernetes-windows-docker-version.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"windowsProfile": {
"adminUsername": "azureuser",
"adminPassword": "replacepassword1234$",
"windowsDockerVersion": "18.09.0"
"windowsDockerVersion": "18.09.2"
},
"linuxProfile": {
"adminUsername": "azureuser",
Expand Down
2 changes: 1 addition & 1 deletion parts/windowsparams.t
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"type": "string"
},
"windowsDockerVersion": {
"defaultValue": "18.09.0",
"defaultValue": "18.09.2",
"metadata": {
"description": "The version of Docker to be installed on Windows Nodes"
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 = "18.09.0"
KubernetesWindowsDockerVersion = "18.09.2"
// KubernetesDefaultWindowsSku is the default SKU for Windows VMs in kubernetes
KubernetesDefaultWindowsSku = "Datacenter-Core-1809-with-Containers-smalldisk"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/engine/templates_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2d2d15

Please sign in to comment.