From: Michael Marchetti Date: Thu, 2 Aug 2018 15:33:02 +0000 (+0200) Subject: Update base ubuntu image to 16.04.5 X-Git-Tag: BUILD_v4.0.1_1^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F6393%2F1;hp=1b60d17bd9a2b82279236ab17466dc500a810589;p=osm%2Fdevops.git Update base ubuntu image to 16.04.5 Change-Id: Ie60dd5fc057ac5174a89933c9fafd1a8996e85e5 Signed-off-by: Michael Marchetti --- diff --git a/packer/ubuntu1604-juju.json b/packer/ubuntu1604-juju.json index 8263eef6..f4930fc7 100644 --- a/packer/ubuntu1604-juju.json +++ b/packer/ubuntu1604-juju.json @@ -72,11 +72,11 @@ "headless": true, "http_directory": "http", "iso_urls": [ - "iso/ubuntu-16.04.4-server-amd64.iso", - "http://releases.ubuntu.com/16.04/ubuntu-16.04.4-server-amd64.iso" + "iso/ubuntu-16.04.5-server-amd64.iso", + "http://releases.ubuntu.com/16.04/ubuntu-16.04.5-server-amd64.iso" ], "iso_checksum_type": "sha256", - "iso_checksum": "0a03608988cfd2e50567990dc8be96fb3c501e198e2e6efcb846d89efc7b89f2", + "iso_checksum": "c94de1cc2e10160f325eb54638a5b5aa38f181d60ee33dae9578d96d932ee5f8", "ssh_username": "vagrant", "ssh_password": "vagrant", "ssh_port": 22,