Skip to content

Commit

Permalink
Merge pull request #158 from StefanScherer/update-windows-server-insi…
Browse files Browse the repository at this point in the history
…der-18298

Update Windows Server Insider 18298
  • Loading branch information
StefanScherer authored Jan 14, 2019
2 parents 144c5b4 + 7bb5911 commit a582632
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion answer_files/server_insider/Autounattend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows Server 2016 SERVERDATACENTERACORE</Value>
<Value>Windows Server 2019 SERVERDATACENTERACORE</Value>
</MetaData>
</InstallFrom>
<InstallTo>
Expand Down
2 changes: 1 addition & 1 deletion build_windows_server_insider_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
PACKER_LOG=debug packer build \
--only=vmware-iso \
--var vhv_enable=true \
--var iso_url=~/packer_cache/insider/Windows_InsiderPreview_Server_17623.iso \
--var iso_url=~/packer_cache/insider/Windows_InsiderPreview_Server_en-us_18298.iso \
windows_server_insider_docker.json
10 changes: 8 additions & 2 deletions windows_server_insider.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"winrm_username": "vagrant"
},
{
"boot_command": [
"<enter>"
],
"boot_wait": "60s",
"communicator": "winrm",
"cpus": 2,
Expand Down Expand Up @@ -62,6 +65,9 @@
"winrm_username": "vagrant"
},
{
"boot_command": [
"<enter>"
],
"boot_wait": "60s",
"communicator": "winrm",
"cpus": 2,
Expand Down Expand Up @@ -123,9 +129,9 @@
"disk_size": "61440",
"disk_type_id": "1",
"headless": "false",
"iso_checksum": "a4a8349a356d2d04219f417973d2a7576b35ab754cd30ad647d5e89d20890122",
"iso_checksum": "0dccf29961df59f55a637bb111729ae5123ea8ba63917424e40bd094100fc2b7",
"iso_checksum_type": "sha256",
"iso_url": "https://software-download.microsoft.com/sg/Windows_InsiderPreview_Server_17692.iso",
"iso_url": "https://software-download.microsoft.com/sg/Windows_InsiderPreview_Server_en-us_18298.iso",
"manually_download_iso_from": "https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver",
"restart_timeout": "5m",
"vhv_enable": "false",
Expand Down
15 changes: 11 additions & 4 deletions windows_server_insider_docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"boot_command": [
"<enter>"
],
"boot_wait": "1s",
"boot_wait": "60s",
"communicator": "winrm",
"cpu": 2,
"disk_size": "{{user `disk_size`}}",
Expand All @@ -28,6 +28,9 @@
"winrm_username": "vagrant"
},
{
"boot_command": [
"<enter>"
],
"boot_wait": "60s",
"communicator": "winrm",
"cpus": 2,
Expand Down Expand Up @@ -62,6 +65,9 @@
"winrm_username": "vagrant"
},
{
"boot_command": [
"<enter>"
],
"boot_wait": "60s",
"communicator": "winrm",
"cpus": 2,
Expand Down Expand Up @@ -137,13 +143,14 @@
"autounattend": "./answer_files/server_insider/Autounattend.xml",
"disk_size": "61440",
"disk_type_id": "1",
"docker_images": "microsoft/nanoserver-insider microsoft/windowsservercore-insider",
"old_docker_images": "microsoft/nanoserver-insider microsoft/windowsservercore-insider",
"docker_images": "",
"docker_provider": "ee",
"docker_version": "18-09-1",
"headless": "false",
"iso_checksum": "a4a8349a356d2d04219f417973d2a7576b35ab754cd30ad647d5e89d20890122",
"iso_checksum": "0dccf29961df59f55a637bb111729ae5123ea8ba63917424e40bd094100fc2b7",
"iso_checksum_type": "sha256",
"iso_url": "https://software-download.microsoft.com/pr/Windows_InsiderPreview_Server_17692.iso",
"iso_url": "https://software-download.microsoft.com/pr/Windows_InsiderPreview_Server_en-us_18298.iso",
"manually_download_iso_from": "https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver",
"restart_timeout": "5m",
"vhv_enable": "true",
Expand Down

0 comments on commit a582632

Please sign in to comment.