[DOCKER] Add 1.0-STAGING-latest docker tag
[sdnc/oam.git] / installation / sdnc / src / main / docker / Dockerfile
index f6edcee..d211a48 100644 (file)
@@ -1,5 +1,5 @@
 # Base ubuntu with added packages needed for open ecomp
-FROM ecomp/ubuntu-sdnc-image:${project.version}
+FROM openecomp/ubuntu-sdnc-image:${project.version}
 MAINTAINER SDN-C Team (sdnc@lists.openecomp.org)
 ENV JAVA_HOME /usr/lib/jvm/java-7-openjdk-amd64
 ENV ODL_HOME /opt/opendaylight/current
@@ -15,7 +15,6 @@ COPY idmlight.db.mv.db /opt/opendaylight/current
 # copy openecomp
 COPY opt /opt
 RUN ln -s /opt/openecomp/sdnc /opt/sdnc
-RUN chmod +x /opt/openecomp/sdnc/bin/*
 
 # workaround till we get proxy working
 COPY mysql.tgz /tmp