Skip to content

Commit

Permalink
chore: update 23H2 image version
Browse files Browse the repository at this point in the history
  • Loading branch information
junjiezhang1997 committed Jun 12, 2024
1 parent 44d571a commit f2b0603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vhdbuilder/packer/windows-image.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ WINDOWS_2022_GEN2_BASE_IMAGE_VERSION=20348.2527.240607
# CLI example to get the latest image version:
# az vm image show --urn MicrosoftWindowsServer:WindowsServer:23h2-datacenter-core:latest
WINDOWS_23H2_BASE_IMAGE_SKU=23h2-datacenter-core
WINDOWS_23H2_BASE_IMAGE_VERSION=25398.887.240505
WINDOWS_23H2_BASE_IMAGE_VERSION=25398.950.240607

# CLI example to get all available image version under a SKU (suffix g2 for Gen 2):
# az vm image list --all --publisher MicrosoftWindowsServer --offer WindowsServer --output table -s 23h2-datacenter-core-g2
# CLI example to get the latest image version:
# az vm image show --urn MicrosoftWindowsServer:WindowsServer:23h2-datacenter-core-g2:latest
WINDOWS_23H2_GEN2_BASE_IMAGE_SKU=23h2-datacenter-core-g2
WINDOWS_23H2_GEN2_BASE_IMAGE_VERSION=25398.887.240505
WINDOWS_23H2_GEN2_BASE_IMAGE_VERSION=25398.950.240607

# Please uncomment the following lines and set a larger os disk size that is at least 30GB when your PR check-in fails
# WINDOWS_2019_CONTAINERD_OS_DISK_SIZE_GB=30
Expand Down

0 comments on commit f2b0603

Please sign in to comment.