Skip to content

Commit

Permalink
chore: Update Windows docker version to 20.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelHu committed Jul 1, 2021
1 parent 1d1d8e0 commit 304eb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/agent/datamodel/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (

const (
// KubernetesWindowsDockerVersion is the default version for docker on Windows nodes in kubernetes
KubernetesWindowsDockerVersion = "19.03.14"
KubernetesWindowsDockerVersion = "20.10.5"
// KubernetesDefaultWindowsSku is the default SKU for Windows VMs in kubernetes
KubernetesDefaultWindowsSku = "Datacenter-Core-1809-with-Containers-smalldisk"
// KubernetesDefaultContainerdWindowsSandboxIsolation is the default containerd handler for windows pods
Expand Down
2 changes: 1 addition & 1 deletion vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $global:patchIDs = @("KB5003646")
$global:containerdPackageUrl = "https://acs-mirror.azureedge.net/containerd/windows/v0.0.41/binaries/containerd-v0.0.41-windows-amd64.tar.gz"
$global:defaultDockerVersion = "19.03.14"
$global:defaultDockerVersion = "20.10.5"
switch ($windowsSKU) {
"2019" {
Expand Down

0 comments on commit 304eb57

Please sign in to comment.