From c844ab66493380d7a58993ac4668199f6b4b5d73 Mon Sep 17 00:00:00 2001 From: Jack Francis Date: Thu, 1 Jul 2021 16:18:33 -0700 Subject: [PATCH] update windows as well --- pkg/api/const.go | 2 +- vhd/packer/configure-windows-vhd.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/api/const.go b/pkg/api/const.go index 27c4588721..93e3261e99 100644 --- a/pkg/api/const.go +++ b/pkg/api/const.go @@ -464,7 +464,7 @@ const ( // DefaultWindowsSSHEnabled is the default windowsProfile.sshEnabled value DefaultWindowsSSHEnabled = true // DefaultWindowsContainerdURL is the URL for the default containerd package on Windows - DefaultWindowsContainerdURL = "https://mobyartifacts.azureedge.net/moby/moby-containerd/1.4.3+azure/windows/windows_amd64/moby-containerd-1.4.3+azure-1.amd64.zip" + DefaultWindowsContainerdURL = "https://mobyartifacts.azureedge.net/moby/moby-containerd/1.4.6+azure/windows/windows_amd64/moby-containerd-1.4.6+azure-1.amd64.zip" ) // WindowsProfile defaults diff --git a/vhd/packer/configure-windows-vhd.ps1 b/vhd/packer/configure-windows-vhd.ps1 index 5d4900e87f..e8dd091abf 100644 --- a/vhd/packer/configure-windows-vhd.ps1 +++ b/vhd/packer/configure-windows-vhd.ps1 @@ -12,7 +12,7 @@ $ErrorActionPreference = "Stop" filter Timestamp { "$(Get-Date -Format o): $_" } -$global:containerdPackageUrl = "https://mobyartifacts.azureedge.net/moby/moby-containerd/1.4.3+azure/windows/windows_amd64/moby-containerd-1.4.3+azure-1.amd64.zip" +$global:containerdPackageUrl = "https://mobyartifacts.azureedge.net/moby/moby-containerd/1.4.6+azure/windows/windows_amd64/moby-containerd-1.4.6+azure-1.amd64.zip" function Write-Log($Message) { $msg = $message | Timestamp