Skip to content

Commit

Permalink
Fix ubuntu-16.04 image url and shasum.
Browse files Browse the repository at this point in the history
Signed-off-by: Madhu Challa <madhu@cilium.io>
  • Loading branch information
mchalla committed Feb 22, 2017
1 parent ba66ee6 commit a12842f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contrib/packer-scripts/ubuntu-16.04/ubuntu-1604-atlas.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"memory": "2048",
"disk_size": "10000",
"headless": "true",
"iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.1-server-amd64.iso",
"iso_checksum": "29a8b9009509b39d542ecb229787cdf48f05e739a932289de9e9858d7c487c80",
"iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.2-server-amd64.iso",
"iso_checksum": "737ae7041212c628de5751d15c3016058b0e833fdc32e7420209b76ca3d0a535",
"iso_checksum_type": "sha256",
"ssh_username": "vagrant",
"ssh_password": "vagrant"
Expand Down
4 changes: 2 additions & 2 deletions contrib/packer-scripts/ubuntu-16.04/ubuntu-1604.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"memory": "8192",
"disk_size": "10000",
"headless": "true",
"iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.1-server-amd64.iso",
"iso_checksum": "29a8b9009509b39d542ecb229787cdf48f05e739a932289de9e9858d7c487c80",
"iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.2-server-amd64.iso",
"iso_checksum": "737ae7041212c628de5751d15c3016058b0e833fdc32e7420209b76ca3d0a535",
"iso_checksum_type": "sha256",
"ssh_username": "vagrant",
"ssh_password": "vagrant"
Expand Down

0 comments on commit a12842f

Please sign in to comment.