Change ccsdk docker version 85/45685/1
authorPatrick Brady <pb071s@att.com>
Wed, 2 May 2018 17:35:13 +0000 (10:35 -0700)
committerPatrick Brady <pb071s@att.com>
Wed, 2 May 2018 17:35:21 +0000 (10:35 -0700)
Updating ccsdk docker version to match the ccsdk version
change that had to be made since the old snapshots have
expired from nexus.

Change-Id: Ib2cd7ef2c61182eb13cf4f641364bbd3c639bf69
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: CCSDK-261

installation/appc/src/main/docker/Dockerfile

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