Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-wright committed Feb 13, 2025
1 parent a204c59 commit c3fa378
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ Describe 'Tests of components.json ' {

# Pause image shouldn't change too often, so let's check that is in there.
$components | Should -Contain "mcr.microsoft.com/windows/servercore:ltsc2019"
$components | Should -Contain "mcr.microsoft.com/windows/nanoserver:1809"
$components | Should -Contain "mcr.microsoft.com/windows/nanoserver:ltsc2019"
}

It 'has specific WS2022 containers' {
Expand Down
12 changes: 6 additions & 6 deletions vhdbuilder/packer/windows/windows_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@
"2019": {
"base_image_sku": "2019-Datacenter-Core-smalldisk",
"windows_image_name": "windows-2019",
"base_image_version": "17763.6775.250109"
"base_image_version": "17763.6893.250210"
},
"2019-containerd": {
"base_image_sku": "2019-Datacenter-Core-smalldisk",
"windows_image_name": "windows-2019-containerd",
"base_image_version": "17763.6775.250109"
"base_image_version": "17763.6893.250210"
},
"2022-containerd": {
"os_disk_size": "35",
"base_image_sku": "2022-Datacenter-Core-smalldisk",
"windows_image_name": "windows-2022-containerd",
"base_image_version": "20348.3091.250112"
"base_image_version": "20348.3207.250210"
},
"2022-containerd-gen2": {
"os_disk_size": "35",
"base_image_sku": "2022-datacenter-core-smalldisk-g2",
"windows_image_name": "windows-2022-containerd",
"base_image_version": "20348.3091.250112"
"base_image_version": "20348.3207.250210"
},
"23H2": {
"os_disk_size": "35",
"base_image_sku": "23h2-datacenter-core",
"windows_image_name": "windows-23H2",
"base_image_version": "25398.1369.250111"
"base_image_version": "25398.1425.250210"
},
"23H2-gen2": {
"os_disk_size": "35",
"base_image_sku": "23h2-datacenter-core-g2",
"windows_image_name": "windows-23H2",
"base_image_version": "25398.1369.250111"
"base_image_version": "25398.1425.250210"
}
},
"WindowsRegistryKeys": [
Expand Down

0 comments on commit c3fa378

Please sign in to comment.