From: Jan-Simon Möller Date: Wed, 17 Aug 2016 19:10:18 +0000 (+0200) Subject: Fix base image name for ubuntu X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=72b5171b30b064008a76f08127920a2c593192f5;p=ci-management.git Fix base image name for ubuntu Change-Id: I4df902bb257af0b4512238d738b42666120451f3 Signed-off-by: Jan-Simon Möller --- diff --git a/packer/vars/ubuntu-16.04.json b/packer/vars/ubuntu-16.04.json index 98e634db..9ec7334d 100644 --- a/packer/vars/ubuntu-16.04.json +++ b/packer/vars/ubuntu-16.04.json @@ -1,5 +1,5 @@ { - "base_image": "Ubuntu 16.04 LTS (2016-07-22) - LF upload", + "base_image": "Ubuntu 16.04 LTS (2016-06-10)", "cloud_user": "ubuntu", "distro": "Ubuntu 16.04",