From: Patrick Brady Date: Mon, 13 Nov 2017 22:02:17 +0000 (-0800) Subject: ccsdk changed docker version X-Git-Tag: v1.2.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4eece62b407b3d60d1f6d25bafdc13a0e6c750b4;p=appc%2Fdeployment.git ccsdk changed docker version We need to update to the version number that ccsdk used for their released image. Change-Id: I97966a2237476f6940d17b8e72642e79ec38e45d Signed-off-by: Patrick Brady Issue-id: APPC-314 --- diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index 318145e..7dd115a 100644 --- a/installation/appc/src/main/docker/Dockerfile +++ b/installation/appc/src/main/docker/Dockerfile @@ -1,5 +1,5 @@ # Base ubuntu with added packages needed for ONAP -FROM onap/ccsdk-odlsli-image:0.1.0 +FROM onap/ccsdk-odlsli-image:v0.1.0 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)