Change ccsdk image version 31/62431/1
authorPatrick Brady <pb071s@att.com>
Fri, 24 Aug 2018 21:46:51 +0000 (14:46 -0700)
committerPatrick Brady <pb071s@att.com>
Fri, 24 Aug 2018 21:46:57 +0000 (14:46 -0700)
The version 0.3.0 does not exist. Switching to version
0.3.0-SNAPSHOT which does exist.

Change-Id: I40e498c6b920ff91d4772c6e076d100db8ff4907
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1175

installation/appc/src/main/docker/Dockerfile

index de75705..4800064 100644 (file)
@@ -21,7 +21,7 @@
 # ============LICENSE_END============================================
 
 # Base ubuntu with added packages needed for ONAP
-FROM onap/ccsdk-odlsli-image:0.3.0
+FROM onap/ccsdk-odlsli-image:0.3.0-SNAPSHOT
 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)