summaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-12-14 12:12:41 -0600
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-12-14 12:12:41 -0600
commit3a19fde470bedaed30de399afce2c0d9a2f1fa68 (patch)
treeb99cfe51ba61d40913360d79a39ea01e18ae1f94 /packer
parentc5edc46ed7a59589d970883e9a49284a79fae295 (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>
Diffstat (limited to 'packer')
-rw-r--r--packer/vars/centos-7.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/vars/centos-7.json b/packer/vars/centos-7.json
index ea527b78..02474cac 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"