diff --git a/Dockerfile b/Dockerfile index d66e089f..5f08d145 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM mcr.microsoft.com/windows-insider:10.0.17744.1001 AS makeiso +FROM mcr.microsoft.com/windows:ltsc2019 AS makeiso WORKDIR C:/source COPY . . RUN powershell -NoProfile -ExecutionPolicy unrestricted -file make_unattend_iso.ps1 -FROM mcr.microsoft.com/windowsservercore-insider:10.0.17744.1001 +FROM mcr.microsoft.com/windowsservercore:ltsc2019 ENV chocolateyUseWindowsCompression false RUN powershell -NoProfile -ExecutionPolicy unrestricted -Command \ diff --git a/README.md b/README.md index ab66b82d..3cf4ec64 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ The following Windows versions are known to work (built with VMware Fusion Pro * Windows 10 1803 -> Vagrant Cloud box [StefanScherer/windows_10](https://app.vagrantup.com/StefanScherer/boxes/windows_10) * Windows 10 Insider * Windows Server 2016 Desktop -> Vagrant Cloud box [StefanScherer/windows_2016](https://app.vagrantup.com/StefanScherer/boxes/windows_2016) -* Windows Server 2019 Desktop (Insider Preview) +* Windows Server 2019 Desktop -> Vagrant Cloud box [StefanScherer/windows_2019](https://app.vagrantup.com/StefanScherer/boxes/windows_2019) * Windows Server Core * Windows Server 2016 without and with Docker -> Vagrant Cloud box [StefanScherer/windows_2016_docker](https://app.vagrantup.com/StefanScherer/boxes/windows_2016_docker) + * Windows Server 2019 without and with Docker -> Vagrant Cloud box [StefanScherer/windows_2019_docker](https://app.vagrantup.com/StefanScherer/boxes/windows_2019_docker) * Windows Server 1709 without and with Docker * Windows Server 1803 without and with Docker * Windows Server InsiderPreview Semi-Annual without and with Docker - * Windows Server 2019 Core(Insider Preview) You may find other packer template files, but older versions of Windows doesn't work so nice with a Retina display. diff --git a/answer_files/2019/Autounattend.xml b/answer_files/2019/Autounattend.xml index b51fc964..be06fbd7 100644 --- a/answer_files/2019/Autounattend.xml +++ b/answer_files/2019/Autounattend.xml @@ -65,7 +65,7 @@ - 6XBNX-4JQGW-QX6QG-74P76-72V67 + OnError true diff --git a/build_windows_2019.sh b/build_windows_2019.sh index ce01c42f..29b9ddf3 100755 --- a/build_windows_2019.sh +++ b/build_windows_2019.sh @@ -3,5 +3,5 @@ packer build \ --only=vmware-iso \ --var vhv_enable=true \ - --var iso_url=~/packer_cache/insider/Windows_InsiderPreview_Server_vNext_en-us_17744.iso \ + --var iso_url=~/downloads/17763.1.180914-1434.rs5_release_SERVER_EVAL_x64FRE_en-us.iso \ windows_2019.json diff --git a/build_windows_2019_docker.sh b/build_windows_2019_docker.sh index 0c702d76..5115997a 100755 --- a/build_windows_2019_docker.sh +++ b/build_windows_2019_docker.sh @@ -3,6 +3,6 @@ packer build \ --only=vmware-iso \ --var vhv_enable=true \ - --var iso_url=~/packer_cache/insider/Windows_InsiderPreview_Server_vNext_en-us_17744.iso \ - --var "docker_images=mcr.microsoft.com/nanoserver-insider:10.0.17744.1001 mcr.microsoft.com/windowsservercore-insider:10.0.17744.1001 mcr.microsoft.com/windows-insider:10.0.17744.1001" \ + --var iso_url=~/downloads/17763.1.180914-1434.rs5_release_SERVER_EVAL_x64FRE_en-us.iso \ + --var "docker_images=mcr.microsoft.com/nanoserver:sac2019 mcr.microsoft.com/windowsservercore:ltsc2019 mcr.microsoft.com/windows:ltsc2019" \ windows_2019_docker.json diff --git a/scripts/vm-guest-tools.bat b/scripts/vm-guest-tools.bat index 480b3221..b3d7df4d 100644 --- a/scripts/vm-guest-tools.bat +++ b/scripts/vm-guest-tools.bat @@ -18,7 +18,7 @@ if exist "C:\Users\vagrant\windows.iso" ( ) if not exist "C:\Windows\Temp\windows.iso" ( - powershell -Command "(New-Object System.Net.WebClient).DownloadFile('https://softwareupdate.vmware.com/cds/vmw-desktop/ws/14.1.3/9474260/windows/packages/tools-windows.tar', 'C:\Windows\Temp\vmware-tools.tar')"