From: Victor Morales Date: Thu, 7 Mar 2019 18:50:09 +0000 (-0800) Subject: Switch to xenial Docker image X-Git-Tag: 0.1.0~52^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1c3bd9eb71f2ff0775aabb4d44a50020152e2b2e;p=multicloud%2Fk8s.git Switch to xenial Docker image 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 Issue-ID: MULTICLOUD-301 --- diff --git a/deployments/Dockerfile b/deployments/Dockerfile index d22aeb11..961f6766 100644 --- a/deployments/Dockerfile +++ b/deployments/Dockerfile @@ -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}