blob: 74dd5143ee268c39260f58304740d519bff89870 [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
Marcus G K Williamsdc299ed2017-09-14 15:15:45 -070014COPY org.ops4j.pax.logging.cfg /opt/opendaylight/current/etc/org.ops4j.pax.logging.cfg
15
Dan Timoney471dafa2017-08-21 14:44:05 -040016# ENTRYPOINT exec /opt/opendaylight/current/bin/karaf
17EXPOSE 8181