diff options
author | 2018-12-14 12:12:41 -0600 | |
---|---|---|
committer | 2018-12-14 12:12:41 -0600 | |
commit | 3a19fde470bedaed30de399afce2c0d9a2f1fa68 (patch) | |
tree | b99cfe51ba61d40913360d79a39ea01e18ae1f94 | |
parent | c5edc46ed7a59589d970883e9a49284a79fae295 (diff) |
Modify CentOS 7 image
Modifying CentOS 7 image to build in the new FD.io CI environment
Change-Id: Id6e52e61afcc8e528e6a6406563528d9bd010a7a
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r-- | packer/vars/centos-7.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/vars/centos-7.json b/packer/vars/centos-7.json index ea527b78e..02474cac2 100644 --- a/packer/vars/centos-7.json +++ b/packer/vars/centos-7.json @@ -1,5 +1,5 @@ { - "base_image": "LF - CentOS 7.1808 (2018-09-06)", + "base_image": "ZZZCI - CentOS7 - builder - x86_64 - 20181114-003804.858", "distro": "CentOS 7", "ssh_user": "centos", "cloud_user_data": "common-packer/provision/rh-user_data.sh" |