Skip to content

Commit

Permalink
remove old patch data
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-wright committed Nov 7, 2024
1 parent 00a3668 commit 467e643
Showing 1 changed file with 2 additions and 2 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 @@ -61,8 +61,8 @@ $global:defenderUpdateInfoUrl = "https://go.microsoft.com/fwlink/?linkid=870379&
switch -Regex ($windowsSku) {
"2019-containerd" {
# TODO: clean up when you bump 11B
$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 = @("")
$global:patchIDs = @("")
$global:imagesToPull = @(
"mcr.microsoft.com/windows/servercore:ltsc2019",
Expand Down

0 comments on commit 467e643

Please sign in to comment.