Skip to content

Commit

Permalink
Update Ubuntu download URL and SHA256 to 14.04.4
Browse files Browse the repository at this point in the history
The 14.04.3 URLs are 404s now so bin/build fails
  • Loading branch information
dajobe committed Mar 25, 2016
1 parent 6953898 commit e6f770e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packer/packer-virtualbox.json
Expand Up @@ -30,9 +30,9 @@
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso",
"guest_os_type": "Ubuntu_64",
"http_directory": "http",
"iso_checksum": "a3b345908a826e262f4ea1afeb357fd09ec0558cf34e6c9112cead4bb55ccdfb",
"iso_checksum": "07e4bb5569814eab41fafac882ba127893e3ff0bdb7ec931c9b2d040e3e94e7a",
"iso_checksum_type": "sha256",
"iso_url": "{{user `mirror`}}/trusty/ubuntu-14.04.3-server-amd64.iso",
"iso_url": "{{user `mirror`}}/trusty/ubuntu-14.04.4-server-amd64.iso",
"output_directory": "builds/tmp/{{user `box_name`}}",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down
4 changes: 2 additions & 2 deletions packer/packer-vmware_fusion.json
Expand Up @@ -30,9 +30,9 @@
"tools_upload_flavor": "linux",
"guest_os_type": "ubuntu-64",
"http_directory": "http",
"iso_checksum": "a3b345908a826e262f4ea1afeb357fd09ec0558cf34e6c9112cead4bb55ccdfb",
"iso_checksum": "07e4bb5569814eab41fafac882ba127893e3ff0bdb7ec931c9b2d040e3e94e7a",
"iso_checksum_type": "sha256",
"iso_url": "{{user `mirror`}}/trusty/ubuntu-14.04.3-server-amd64.iso",
"iso_url": "{{user `mirror`}}/trusty/ubuntu-14.04.4-server-amd64.iso",
"output_directory": "builds/tmp/{{user `box_name`}}",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down
4 changes: 2 additions & 2 deletions packer/packer-vmware_workstation.json
Expand Up @@ -30,9 +30,9 @@
"tools_upload_flavor": "linux",
"guest_os_type": "ubuntu-64",
"http_directory": "http",
"iso_checksum": "a3b345908a826e262f4ea1afeb357fd09ec0558cf34e6c9112cead4bb55ccdfb",
"iso_checksum": "07e4bb5569814eab41fafac882ba127893e3ff0bdb7ec931c9b2d040e3e94e7a",
"iso_checksum_type": "sha256",
"iso_url": "{{user `mirror`}}/trusty/ubuntu-14.04.3-server-amd64.iso",
"iso_url": "{{user `mirror`}}/trusty/ubuntu-14.04.4-server-amd64.iso",
"output_directory": "builds/tmp/{{user `box_name`}}",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down

0 comments on commit e6f770e

Please sign in to comment.