blob: b2a00f91796f505193a506905713157cebb00bd0 [file] [log] [blame]
# 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