Skip to content

Commit

Permalink
Fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed May 29, 2018
1 parent a078be7 commit 34bfd35
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion answer_files/2019/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 SERVERDATACENTER</Value>
<Value>Windows Server 2019 SERVERDATACENTER</Value>
</MetaData>
</InstallFrom>
<InstallTo>
Expand Down
4 changes: 2 additions & 2 deletions answer_files/2019_core/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 SERVERDATACENTERCORE</Value>
<Value>Windows Server 2019 SERVERDATACENTERCORE</Value>
</MetaData>
</InstallFrom>
<InstallTo>
Expand All @@ -66,7 +66,7 @@
Windows Server Insider product key
See https://blogs.windows.com/windowsexperience/2017/07/13/announcing-windows-server-insider-preview-build-16237/
-->
<Key>B69WH-PRNHK-BXVK3-P9XF7-XD84W</Key>
<Key>6XBNX-4JQGW-QX6QG-74P76-72V67</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
Expand Down
2 changes: 1 addition & 1 deletion build_windows_2019_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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_17650.iso \
--var iso_url=~/packer_cache/insider/Windows_InsiderPreview_Server_vNext_en-us_17677.iso \
windows_2019_docker.json
1 change: 1 addition & 0 deletions windows_2019_core.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,4 @@
"winrm_timeout": "6h"
}
}

2 changes: 1 addition & 1 deletion windows_2019_docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
}
],
"variables": {
"autounattend": "./answer_files/2019/Autounattend.xml",
"autounattend": "./answer_files/2019_core/Autounattend.xml",
"disk_size": "61440",
"disk_type_id": "1",
"docker_images": "microsoft/nanoserver-insider microsoft/windowsservercore-insider",
Expand Down

0 comments on commit 34bfd35

Please sign in to comment.