Skip to content

Commit

Permalink
Update Windows Insider 19035
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Dec 12, 2019
1 parent d2726c0 commit f8d27f9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build_windows_10_insider.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
packer build --only=vmware-iso --var iso_url=~/packer_cache/insider/Windows10_InsiderPreview_EnterpriseVL_x64_en-us_19013.iso windows_10_insider.json
packer build --only=vmware-iso --var iso_url=~/packer_cache/insider/Windows10_InsiderPreview_EnterpriseVL_x64_en-us_19035.iso windows_10_insider.json

# packer build --only=vmware-iso \
# --var iso_url=~/packer_cache/insider/uupdump_19025.1_PROFESSIONAL_X64_EN-US.iso \
# --var iso_checksum=d9e98dd9187f2a251e733e3a2ca55354bd12780cb450a4eee41abbb9b1ae1058 \
# --var iso_url=~/packer_cache/insider/uupdump_19041.1_PROFESSIONAL_X64_EN-US.iso \
# --var iso_checksum=bcf500c09e2048c8bd2b710ba2b75bed9fe6ef07ea2a584599af81b4b8baa5ed \
# --var autounattend=tmp/10_pro/Autounattend.xml \
# windows_10_insider.json
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_en-us_19023.iso \
--var iso_url=~/packer_cache/insider/Windows_InsiderPreview_Server_en-us_19035.iso \
windows_server_insider_docker.json
4 changes: 2 additions & 2 deletions windows_10_insider.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@
"variables": {
"autounattend": "./answer_files/10_insider/Autounattend.xml",
"disk_size": "61440",
"iso_checksum": "038690c10ccf43b0acc7400af3d0721975aa9e22d2580c856ced2c6b0ebe4ea4",
"iso_checksum": "b4b774e4816dc4b28ea14ea1e7283ac53beb2be216aca3a0cbcceb60a05d32de",
"iso_checksum_type": "sha256",
"iso_url": "https://software-download.microsoft.com/pr/Windows10_InsiderPreview_EnterpriseVL_x64_en-us_19013.iso",
"iso_url": "https://software-download.microsoft.com/pr/Windows10_InsiderPreview_EnterpriseVL_x64_en-us_19035.iso",
"manually_download_iso_from": "https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewadvanced"
}
}
Expand Down
2 changes: 1 addition & 1 deletion windows_server_insider.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"headless": "false",
"iso_checksum": "9091bd7f18acc067140511c507ddd9c34f3a110126308aa998b18f16c9ea61f7",
"iso_checksum_type": "sha256",
"iso_url": "https://software-download.microsoft.com/sg/Windows_InsiderPreview_Server_en-us_19023.iso",
"iso_url": "https://software-download.microsoft.com/sg/Windows_InsiderPreview_Server_en-us_19035.iso",
"manually_download_iso_from": "https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver",
"restart_timeout": "5m",
"vhv_enable": "false",
Expand Down
6 changes: 3 additions & 3 deletions windows_server_insider_docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@
"autounattend": "./answer_files/server_insider/Autounattend.xml",
"disk_size": "61440",
"disk_type_id": "1",
"docker_images": "mcr.microsoft.com/windows/nanoserver/insider:10.0.19023.1 mcr.microsoft.com/windows/servercore/insider:10.0.19023.1 mcr.microsoft.com/windows/insider:10.0.19023.1",
"docker_images": "mcr.microsoft.com/windows/nanoserver/insider:10.0.19035.1 mcr.microsoft.com/windows/servercore/insider:10.0.19035.1 mcr.microsoft.com/windows/insider:10.0.19035.1",
"docker_provider": "master",
"docker_version": "",
"headless": "false",
"iso_checksum": "9091bd7f18acc067140511c507ddd9c34f3a110126308aa998b18f16c9ea61f7",
"iso_checksum": "e9d31bd3bc62b8f0d06dadc9fcbe1e76819b5ed494a187bad9ad8f835c79f6fc",
"iso_checksum_type": "sha256",
"iso_url": "https://software-download.microsoft.com/pr/Windows_InsiderPreview_Server_en-us_19023.iso",
"iso_url": "https://software-download.microsoft.com/pr/Windows_InsiderPreview_Server_en-us_19035.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 f8d27f9

Please sign in to comment.