Skip to content

Commit 2c5dbc9

Browse files
committed
chore: update Windows containerd package v1.6 to v1.6.21
1 parent 4a7ba42 commit 2c5dbc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parts/windows/windowscsehelper.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $global:WINDOWS_CSE_ERROR_RESIZE_OS_DRIVE=52
5757

5858
# NOTE: KubernetesVersion does not contain "v"
5959
$global:MinimalKubernetesVersionWithLatestContainerd = "1.27.0" # Will change it to the correct version when we support new Windows containerd version
60-
$global:StableContainerdPackage = "v0.0.56/binaries/containerd-v0.0.56-windows-amd64.tar.gz"
60+
$global:StableContainerdPackage = "v1.6.21-azure.1/binaries/containerd-v1.6.21-azure.1-windows-amd64.tar.gz"
6161
# The latest containerd version
6262
$global:LatestContainerdPackage = "v1.7.1-azure.1/binaries/containerd-v1.7.1-azure.1-windows-amd64.tar.gz"
6363

vhdbuilder/packer/generate-windows-vhd-configuration.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (-not ($validSKU -contains $windowsSKU)) {
1010
1111
# defaultContainerdPackageUrl refers to the stable containerd package used to pull and cache container images
1212
# Add cache for another containerd version which is not installed by default
13-
$global:defaultContainerdPackageUrl = "https://acs-mirror.azureedge.net/containerd/windows/v0.0.56/binaries/containerd-v0.0.56-windows-amd64.tar.gz"
13+
$global:defaultContainerdPackageUrl = "https://acs-mirror.azureedge.net/containerd/windows/v1.6.21-azure.1/binaries/containerd-v1.6.21-azure.1-windows-amd64.tar.gz"
1414
1515
# Windows Server 2019 update history can be found at https://support.microsoft.com/en-us/help/4464619
1616
# Windows Server 2022 update history can be found at https://support.microsoft.com/en-us/topic/windows-server-2022-update-history-e1caa597-00c5-4ab9-9f3e-8212fe80b2ee

0 commit comments

Comments
 (0)