mirror of https://github.com/MISP/misp-packer
fix: [iso] Update to latest available 18.04 iso
parent
e6cebd3425
commit
5bee37a221
|
@ -9,11 +9,11 @@
|
|||
"hostname": "misp",
|
||||
"http_proxy": "{{env `http_proxy`}}",
|
||||
"https_proxy": "{{env `https_proxy`}}",
|
||||
"iso_checksum": "87bedd68607f059ca973f86346bbdf1caa6e1077",
|
||||
"iso_checksum": "57c3a25f2c5fd61596ce39afbff44dd49b0089a2",
|
||||
"iso_checksum_type": "sha1",
|
||||
"iso_name": "ubuntu-18.04.1-server-amd64.iso",
|
||||
"iso_name": "ubuntu-18.04.2-server-amd64.iso",
|
||||
"iso_path": "iso",
|
||||
"iso_url": "http://cdimage.ubuntu.com/ubuntu/releases/bionic/release/ubuntu-18.04.1-server-amd64.iso",
|
||||
"iso_url": "http://cdimage.ubuntu.com/ubuntu/releases/bionic/release/ubuntu-18.04.2-server-amd64.iso",
|
||||
"memory": "2048",
|
||||
"no_proxy": "{{env `no_proxy`}}",
|
||||
"ovftool_path": "ovftool",
|
||||
|
|
Loading…
Reference in New Issue