From: Patrick Brady Date: Tue, 15 Aug 2017 19:10:40 +0000 (-0700) Subject: Changing sdnc docker image version X-Git-Tag: v1.2.0~61 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F7637%2F1;p=appc%2Fdeployment.git Changing sdnc docker image version The current sdnc docker image has a bug where the incorrect artifacts are present. Until we make the change over the the new ccsdk images, this temporary change will allow our appc image to work again. The change is to use an older version of the sdnc docker image. Change-Id: I7565a36b619f8f2cdc567f57e63a12a97671b27a Signed-off-by: Patrick Brady Issue-Id: SDNC-56 --- diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index 535b2be..cad24d5 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 open ecomp -FROM openecomp/sdnc-image:1.1.2-SNAPSHOT +FROM openecomp/sdnc-image:1.1.2-SNAPSHOT-STAGING-170625-122013 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)