aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-08-15 12:10:40 -0700
committerPatrick Brady <pb071s@att.com>2017-08-15 12:10:59 -0700
commitdfdf6d89e3efe5b4244584909e51c039750ef5ee (patch)
tree3ee19684cf400bdae49c9ee2fc9d74da2d1e1f0a
parentab167b4e3066ed127316322dbb22feeaf8c13ef3 (diff)
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 <pb071s@att.com> Issue-Id: SDNC-56
-rw-r--r--installation/appc/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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)