StefanScherer / packer-windows

Windows Templates for Packer: Windows 11, Windows 10, Windows Server 2022, 2019, 2016, also with Docker
MIT License
1.28k stars 430 forks source link

Windows Server 2022 iso_url out of date? #323

Closed basictheprogram closed 1 year ago

basictheprogram commented 1 year ago

The Windows Server 2022 iso_url seems "old". You can still download the .iso from the url but a lot of updates need to be applied. Read that as a lot of time to patch.

"iso_url": "https://software-download.microsoft.com/download/sg/20348.169.210806-2348.fe_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.iso",

I found this iso_url and it seems to have more patches applied.

https://software-static.download.prss.microsoft.com/sg/download/888969d5-f34g-4e03-ac9d-1f9786c66749/SERVER_EVAL_x64FRE_en-us.iso

Maybe I am missing something with the new iso_url, so posting here to get some feedback before I create a PR.

StefanScherer commented 1 year ago

Thanks for raising this. Yes it makes sense to update the iso_url from time to time. Let me check...