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

Commit

Permalink
chore: Update Windows docker version to 20.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelHu committed Jul 1, 2021
1 parent 1b8a29f commit 9f2f88e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion parts/k8s/kubernetesparams.t
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@
"19.03.12",
"19.03.13",
"19.03.14",
"20.10.5"
"20.10.5",
"20.10.7"
],
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (

const (
// KubernetesWindowsDockerVersion is the default version for docker on Windows nodes in kubernetes
KubernetesWindowsDockerVersion = "19.03.14"
KubernetesWindowsDockerVersion = "20.10.7"
// KubernetesDefaultWindowsSku is the default SKU for Windows VMs in kubernetes
KubernetesDefaultWindowsSku = "Datacenter-Core-1809-with-Containers-smalldisk"
// KubernetesDefaultWindowsRuntimeHandler is the default containerd handler for windows pods
Expand Down
3 changes: 2 additions & 1 deletion pkg/engine/templates_generated.go

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

2 changes: 1 addition & 1 deletion vhd/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function Install-ContainerD {
}

function Install-Docker {
$defaultDockerVersion = "19.03.14"
$defaultDockerVersion = "20.10.7"

Write-Log "Attempting to install Docker version $defaultDockerVersion"
Install-PackageProvider -Name DockerMsftProvider -Force -ForceBootstrap | Out-Null
Expand Down

0 comments on commit 9f2f88e

Please sign in to comment.