summaryrefslogtreecommitdiffstats
path: root/lighty/lighty-ubuntu-docker/src/main/docker/Dockerfile
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-08-29 11:23:04 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-08-29 11:23:21 -0400
commit22bb2af4ed106150230fd55e4314697e77f51e6a (patch)
treee6d74bea0de5b43e4eae2e77ac4ba5e4740bf739 /lighty/lighty-ubuntu-docker/src/main/docker/Dockerfile
parent6e4a3b694045c930d4ce97766ed43d78e2cd3459 (diff)
Revert "Proposal to remove OSGi dependencies from the CCSDK project"
This reverts commit e385a7a1d1934c6a3d22df3c3244678ca415134a. Change-Id: I4d3e0d7996fc33ba443ce91f15e9a6dd670bec93 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'lighty/lighty-ubuntu-docker/src/main/docker/Dockerfile')
-rw-r--r--lighty/lighty-ubuntu-docker/src/main/docker/Dockerfile16
1 files changed, 0 insertions, 16 deletions
diff --git a/lighty/lighty-ubuntu-docker/src/main/docker/Dockerfile b/lighty/lighty-ubuntu-docker/src/main/docker/Dockerfile
deleted file mode 100644
index fbf9356f..00000000
--- a/lighty/lighty-ubuntu-docker/src/main/docker/Dockerfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Base ubuntu with added packages needed for open ecomp
-FROM onap/ccsdk-ubuntu-image:${project.docker.latestfulltag.version}
-MAINTAINER CCSDK Team (onap-ccsdk@lists.onap.org)
-ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
-ENV ODL_HOME /opt/opendaylight/current
-
-# copy the opendaylight tar and expand
-COPY ${lighty.app.zip} /tmp/lighty/
-RUN mkdir -p /opt/lighty \
- && unzip /tmp/lighty/${lighty.app.zip} -d /opt/lighty \
- && rm -rf /tmp/lighty
-
-COPY opt /opt
-
-ENTRYPOINT /opt/onap/ccsdk/bin/startODL.sh
-EXPOSE 8181