From 22bb2af4ed106150230fd55e4314697e77f51e6a Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 29 Aug 2019 11:23:04 -0400 Subject: Revert "Proposal to remove OSGi dependencies from the CCSDK project" This reverts commit e385a7a1d1934c6a3d22df3c3244678ca415134a. Change-Id: I4d3e0d7996fc33ba443ce91f15e9a6dd670bec93 Signed-off-by: Timoney, Dan (dt5972) --- lighty/lighty-ubuntu-docker/src/main/docker/Dockerfile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lighty/lighty-ubuntu-docker/src/main/docker/Dockerfile (limited to 'lighty/lighty-ubuntu-docker/src/main/docker/Dockerfile') 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 -- cgit 1.2.3-korg