blob: b2a00f91796f505193a506905713157cebb00bd0 [file] [log] [blame]
Dan Timoney471dafa2017-08-21 14:44:05 -04001# Base ubuntu with added packages needed for open ecomp
2FROM onap/ccsdk-odl-image:${project.version}
3MAINTAINER CCSDK Team (onap-ccsdk@lists.openecomp.org)
4ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
5ENV ODL_HOME /opt/opendaylight/current
6ENV SDNC_CONFIG_DIR /opt/onap/sdnc/data/properties
7
Dan Timoney74e4e8d2017-08-22 11:51:54 -04008# copy the opendaylight credentials
Dan Timoney471dafa2017-08-21 14:44:05 -04009COPY idmlight.db.mv.db /opt/opendaylight/current
10
Dan Timoney74e4e8d2017-08-22 11:51:54 -040011# copy deliverables to opt
Dan Timoney471dafa2017-08-21 14:44:05 -040012COPY opt /opt
Dan Timoney471dafa2017-08-21 14:44:05 -040013
Dan Timoney471dafa2017-08-21 14:44:05 -040014# ENTRYPOINT exec /opt/opendaylight/current/bin/karaf
15EXPOSE 8181