Change ccsdk docker version 03/69503/1
authorPatrick Brady <pb071s@att.com>
Fri, 28 Sep 2018 17:02:07 +0000 (10:02 -0700)
committerPatrick Brady <pb071s@att.com>
Fri, 28 Sep 2018 17:02:12 +0000 (10:02 -0700)
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 <pb071s@att.com>
Issue-ID: APPC-1209

installation/appc/src/main/docker/Dockerfile

index d3b4b09..2265ebf 100644 (file)
@@ -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)