summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ubuntu-18.04-amd64.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu-18.04-amd64.json b/ubuntu-18.04-amd64.json
index 90b2f50..32f805f 100644
--- a/ubuntu-18.04-amd64.json
+++ b/ubuntu-18.04-amd64.json
@@ -1,7 +1,7 @@
{
"variables": {
- "iso_url": "http://cdimage.ubuntu.com/ubuntu-server/daily/20180227/bionic-server-amd64.iso",
- "iso_checksum": "80209260bf642d00f84e1d76dc977ed0b657c5da7b17e44b059f44135390d81a",
+ "iso_url":"http://cdimage.ubuntu.com/releases/18.04/release/ubuntu-18.04-server-amd64.iso",
+ "iso_checksum_url": "http://cdimage.ubuntu.com/releases/18.04/release/SHA256SUMS",
"iso_checksum_type": "sha256",
"vm_name": "ubuntu-18.04-amd64",
"http_dir": "http",
@@ -13,7 +13,7 @@
"type": "qemu",
"accelerator": "kvm",
"iso_url": "{{ user `iso_url` }}",
- "iso_checksum": "{{ user `iso_checksum` }}",
+ "iso_checksum_url": "{{ user `iso_checksum_url` }}",
"iso_checksum_type": "{{ user `iso_checksum_type` }}",
"output_directory": "{{ user `output_directory` }}",
"vm_name": "{{ user `vm_name` }}",