summaryrefslogtreecommitdiffstats
path: root/odlsli/src/main/docker/Dockerfile
blob: b2a00f91796f505193a506905713157cebb00bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Base ubuntu with added packages needed for open ecomp
FROM onap/ccsdk-odl-image:${project.version}
MAINTAINER CCSDK Team (onap-ccsdk@lists.openecomp.org)
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
ENV ODL_HOME /opt/opendaylight/current
ENV SDNC_CONFIG_DIR /opt/onap/sdnc/data/properties

# copy the opendaylight credentials
COPY idmlight.db.mv.db /opt/opendaylight/current

# copy deliverables to opt
COPY opt /opt

# ENTRYPOINT exec /opt/opendaylight/current/bin/karaf
EXPOSE 8181