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.5 (#4556)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelHu authored Jul 1, 2021
1 parent 4fd58e7 commit c1fa55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5"
// 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
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.5"

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

0 comments on commit c1fa55f

Please sign in to comment.