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

Commit

Permalink
windows change, update runc
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Jul 6, 2021
1 parent 3f7c528 commit 129a134
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions parts/k8s/cloud-init/artifacts/cse_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ mobyPkgVersion() {
installRunc() {
local v
v=$(runc --version | head -n 1 | cut -d" " -f3)
if [[ $v != "1.0.0-rc92" ]]; then
apt_get_install 20 30 120 moby-runc=1.0.0~rc92* --allow-downgrades || exit 27
if [[ $v != "1.0.0" ]]; then
apt_get_install 20 30 120 moby-runc=1.0.0* --allow-downgrades || exit 27
fi
}
installMoby() {
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 = "20.10.7"
KubernetesWindowsDockerVersion = "20.10.6"
// 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
4 changes: 2 additions & 2 deletions 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 @@ -174,7 +174,7 @@ function Install-ContainerD {
}

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

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

0 comments on commit 129a134

Please sign in to comment.