Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
7bb59116
Unverified
Commit
7bb59116
authored
Jan 14, 2019
by
Stefan Scherer
Browse files
Update Windows Server Insider 18298
parent
144c5b4c
Changes
4
Hide whitespace changes
Inline
Side-by-side
answer_files/server_insider/Autounattend.xml
View file @
7bb59116
...
...
@@ -51,7 +51,7 @@
<InstallFrom>
<MetaData
wcm:action=
"add"
>
<Key>
/IMAGE/NAME
</Key>
<Value>
Windows Server 201
6
SERVERDATACENTERACORE
</Value>
<Value>
Windows Server 201
9
SERVERDATACENTERACORE
</Value>
</MetaData>
</InstallFrom>
<InstallTo>
...
...
build_windows_server_insider_docker.sh
View file @
7bb59116
...
...
@@ -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
windows_server_insider.json
View file @
7bb59116
...
...
@@ -28,6 +28,9 @@
"winrm_username"
:
"vagrant"
},
{
"boot_command"
:
[
"<enter>"
],
"boot_wait"
:
"60s"
,
"communicator"
:
"winrm"
,
"cpus"
:
2
,
...
...
@@ -62,6 +65,9 @@
"winrm_username"
:
"vagrant"
},
{
"boot_command"
:
[
"<enter>"
],
"boot_wait"
:
"60s"
,
"communicator"
:
"winrm"
,
"cpus"
:
2
,
...
...
@@ -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"
,
...
...
windows_server_insider_docker.json
View file @
7bb59116
...
...
@@ -4,7 +4,7 @@
"boot_command"
:
[
"<enter>"
],
"boot_wait"
:
"
1
s"
,
"boot_wait"
:
"
60
s"
,
"communicator"
:
"winrm"
,
"cpu"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
...
...
@@ -28,6 +28,9 @@
"winrm_username"
:
"vagrant"
},
{
"boot_command"
:
[
"<enter>"
],
"boot_wait"
:
"60s"
,
"communicator"
:
"winrm"
,
"cpus"
:
2
,
...
...
@@ -62,6 +65,9 @@
"winrm_username"
:
"vagrant"
},
{
"boot_command"
:
[
"<enter>"
],
"boot_wait"
:
"60s"
,
"communicator"
:
"winrm"
,
"cpus"
:
2
,
...
...
@@ -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"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment