From dfdf6d89e3efe5b4244584909e51c039750ef5ee Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 15 Aug 2017 12:10:40 -0700 Subject: [PATCH] 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 --- installation/appc/src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.16.6