Changing sdnc docker image version 37/7637/1
authorPatrick Brady <pb071s@att.com>
Tue, 15 Aug 2017 19:10:40 +0000 (12:10 -0700)
committerPatrick Brady <pb071s@att.com>
Tue, 15 Aug 2017 19:10:59 +0000 (12:10 -0700)
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 <pb071s@att.com>
Issue-Id: SDNC-56

installation/appc/src/main/docker/Dockerfile

index 535b2be..cad24d5 100644 (file)
@@ -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)