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 VHD to include 8B patches (#3692)
Browse files Browse the repository at this point in the history
* chore: udpating Windows VHD to include 8B patches
* Update base image
  • Loading branch information
Qingchuan Hao committed Aug 13, 2020
1 parent 70ef98f commit dedcef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions vhd/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ function Install-WindowsPatches
# Windows Server 2019 update history can be found at https://support.microsoft.com/en-us/help/4464619
# then you can get download links by searching for specific KBs at http://www.catalog.update.microsoft.com/home.aspx

# KB4558998 contains July 2020 cumulative updates for Windows Server 2019
# https://www.catalog.update.microsoft.com/Search.aspx?q=4558998
$patchUrls = @("http://download.windowsupdate.com/c/msdownload/update/software/secu/2020/07/windows10.0-kb4558998-x64_6da68fe659dacb747458ab3a431c3546ce7765b5.msu")
# KB4558998 contains August 11, 2020 cumulative updates for Windows Server 2019
# https://www.catalog.update.microsoft.com/Search.aspx?q=KB4565349
$patchUrls = @("http://download.windowsupdate.com/d/msdownload/update/software/secu/2020/08/windows10.0-kb4565349-x64_919b9f31d4ccfa91183fbb9bab8c2975529e66b6.msu")

foreach ($patchUrl in $patchUrls)
{
Expand Down
2 changes: 1 addition & 1 deletion vhd/packer/windows-vhd-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"image_publisher": "MicrosoftWindowsServer",
"image_offer": "WindowsServer",
"image_sku": "2019-Datacenter-Core-smalldisk",
"image_version": "17763.1282.2006061952",
"image_version": "17763.1339.2007101755",
"resource_group_name": "{{user `resource_group_name`}}",
"capture_container_name": "aksengine-vhds-windows-ws2019",
"capture_name_prefix": "aksengine-{{user `create_time`}}",
Expand Down

0 comments on commit dedcef0

Please sign in to comment.