From: Patrick Brady Date: Wed, 2 May 2018 17:35:13 +0000 (-0700) Subject: Change ccsdk docker version X-Git-Tag: v1.3.0~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e57a4edf7a69fc1fc26e70721aed3ea355dd5766;p=appc%2Fdeployment.git Change ccsdk docker version 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 Issue-ID: CCSDK-261 --- diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index 6b5dbc8..bc82f7a 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.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)