From: Patrick Brady Date: Fri, 24 Aug 2018 21:46:51 +0000 (-0700) Subject: Change ccsdk image version X-Git-Tag: 1.4.4~44 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=164b7939fd3bc3e43c8dfdc00ee5827dc55adef2;p=appc%2Fdeployment.git Change ccsdk image version 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 Issue-ID: APPC-1175 --- diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index de75705..4800064 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 +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)