Merge pull request #4302 from thomaslorentsen/patch-1

Use the latest Centos 6 release for Qemu builder example
This commit is contained in:
Rickard von Essen 2016-12-20 14:10:22 +01:00 committed by GitHub
commit bf93ed6dc7
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ to files, URLS for ISOs and checksums.
[
{
"type": "qemu",
"iso_url": "http://mirror.raystedman.net/centos/6/isos/x86_64/CentOS-6.5-x86_64-minimal.iso",
"iso_checksum": "0d9dc37b5dd4befa1c440d2174e88a87",
"iso_url": "http://mirror.raystedman.net/centos/6/isos/x86_64/CentOS-6.8-x86_64-minimal.iso",
"iso_checksum": "0ca12fe5f28c2ceed4f4084b41ff8a0b",
"iso_checksum_type": "md5",
"output_directory": "output_centos_tdhtest",
"shutdown_command": "shutdown -P now",