Skip to content

Commit

Permalink
install 9B then upgrade to 11B
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-wright committed Nov 13, 2024
1 parent 8b04dc3 commit 184bcfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ switch -Regex ($windowsSku) {
# TODO: clean up when you bump 12B. This patch fixes an error related to SSH not starting up when
# building the VHD, so if you get that error, then bring this patch back.
$global:patchUrls = @("https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2024/10/windows10.0-kb5044277-x64_5a0128140341e370680ab2542eb9da87de878110.msu")
$global:patchIDs = @("KB5044277")
$global:patchUrls = @("https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2024/11/windows10.0-kb5046615-x64_d88444ff882129230297936cb0a221157099d074.msu")
$global:patchIDs = @("KB5046615 ")
$global:imagesToPull = @(
"mcr.microsoft.com/windows/servercore:ltsc2019",
Expand Down
4 changes: 2 additions & 2 deletions vhdbuilder/packer/windows-image.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# az vm image show --urn MicrosoftWindowsServer:WindowsServer:2019-Datacenter-Core-smalldisk:latest
WINDOWS_2019_BASE_IMAGE_SKU=2019-Datacenter-Core-smalldisk
# TODO: update global:patch in generate-windows-vhd-configuration.ps1 and remove this comment when you bump 12B - but revert and bring back if
# open ssh fails when you build the VHD
WINDOWS_2019_BASE_IMAGE_VERSION=17763.6532.241101
# open ssh fails when you build the VHD. This image is 9B.
WINDOWS_2019_BASE_IMAGE_VERSION=17763.6293.240905

# CLI example to get the latest image version:
# az vm image show --urn MicrosoftWindowsServer:WindowsServer:2022-Datacenter-Core-smalldisk:latest
Expand Down

0 comments on commit 184bcfc

Please sign in to comment.