Switch to xenial Docker image 32/79932/1
authorVictor Morales <victor.morales@intel.com>
Thu, 7 Mar 2019 18:50:09 +0000 (10:50 -0800)
committerVictor Morales <victor.morales@intel.com>
Thu, 7 Mar 2019 18:50:09 +0000 (10:50 -0800)
The Ubuntu Xenial Docker image has lower footprint than Trusty,
besides more security patches. This change modifies the Dockerfile
that is used for building the Docker image.

Change-Id: I89228ef555668aad1e621973fd33481ce49499d3
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301

deployments/Dockerfile

index d22aeb1..961f676 100644 (file)
@@ -7,7 +7,7 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
-FROM ubuntu:16.04
+FROM ubuntu:18.04
 
 ARG HTTP_PROXY=${HTTP_PROXY}
 ARG HTTPS_PROXY=${HTTPS_PROXY}