Skip to content

Commit

Permalink
chore: update containerd package
Browse files Browse the repository at this point in the history
  • Loading branch information
junjiezhang1997 committed Apr 10, 2024
1 parent ac2e4e5 commit 92a3b3a
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -19,7 +19,7 @@ $global:lowestFreeSpace = 2*1024*1024*1024 # 2GB
# defaultContainerdPackageUrl refers to the stable containerd package used to pull and cache container images
# Add cache for another containerd version which is not installed by default
$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"
$global:defaultContainerdPackageUrl = "https://junjiezhang.blob.core.windows.net/testcontainerd/package-20240314.tar.gz"
if ($windowsSKU -Like "23H2*") {
$global:defaultContainerdPackageUrl = "https://acs-mirror.azureedge.net/containerd/windows/v1.7.14-azure.1/binaries/containerd-v1.7.14-azure.1-windows-amd64.tar.gz"
}
Expand Down

0 comments on commit 92a3b3a

Please sign in to comment.