From eed284744e91b768d7c5ddf994da66f16d921121 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 28 Sep 2018 10:02:07 -0700 Subject: [PATCH] Change ccsdk docker version The 0.3.0-STAGING version does not work. This new version is the correct one to be using. Change-Id: I446bdcc1502af7ec818d4185bd67c5550c486452 Signed-off-by: Patrick Brady Issue-ID: APPC-1209 --- installation/appc/src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index d3b4b09..2265ebf 100644 --- a/installation/appc/src/main/docker/Dockerfile +++ b/installation/appc/src/main/docker/Dockerfile @@ -21,7 +21,7 @@ # ============LICENSE_END============================================ # Base ubuntu with added packages needed for ONAP -FROM onap/ccsdk-odlsli-image:0.3.0-STAGING +FROM onap/ccsdk-odlsli-image:0.3-STAGING-latest MAINTAINER APP-C Team (appc@lists.openecomp.org) # Set the Env. Variable in the container to add the APPC CONFIG DIR (the SDNC_CONFIG_DIR is inherited from SDNC Image) -- 2.16.6