summaryrefslogtreecommitdiffstats
path: root/opendaylight/aluminum/aluminum-alpine/src/main/docker/Dockerfile
diff options
context:
space:
mode:
authorMichael DÜrre <michael.duerre@highstreet-technologies.com>2021-02-11 06:58:43 +0100
committerMichael DÜrre <michael.duerre@highstreet-technologies.com>2021-02-11 16:07:22 +0100
commite4922acb4035d7738e508131c5d897cca6d757e5 (patch)
tree092317d10895cd4bb75a1febd94b962ea1c04bc4 /opendaylight/aluminum/aluminum-alpine/src/main/docker/Dockerfile
parentb3437f7917e50673744d8cd78a2e1585b4bb08d7 (diff)
add odl patches
add patches for aaa and fixed ccsdk sdnr repos Issue-ID: CCSDK-3152 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I5590d87193c344f3dbf590b29f2e5b9ac5c77714 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'opendaylight/aluminum/aluminum-alpine/src/main/docker/Dockerfile')
-rw-r--r--opendaylight/aluminum/aluminum-alpine/src/main/docker/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/opendaylight/aluminum/aluminum-alpine/src/main/docker/Dockerfile b/opendaylight/aluminum/aluminum-alpine/src/main/docker/Dockerfile
index 11eeacd8..9ef70db1 100644
--- a/opendaylight/aluminum/aluminum-alpine/src/main/docker/Dockerfile
+++ b/opendaylight/aluminum/aluminum-alpine/src/main/docker/Dockerfile
@@ -13,10 +13,13 @@ RUN mkdir -p /opt/odl \
&& ln -s /opt/opendaylight /opt/opendaylight/${odl.karaf.artifactId}-${ccsdk.opendaylight.version} \
&& ln -s /opt/opendaylight /opt/opendaylight/current
+# Patch some opendaylight artifacts
+COPY system $ODL_HOME/system
# Add missing scripts see SDNC-1056
#COPY configure_cluster.sh configure-cluster-ipdetect.sh custom_shard_config.txt set_persistence.sh $ODL_HOME/bin/
#RUN chmod 755 $ODL_HOME/bin/configure_cluster.sh $ODL_HOME/bin/configure-cluster-ipdetect.sh $ODL_HOME/bin/set_persistence.sh $ODL_HOME/bin/custom_shard_config.txt
# ENTRYPOINT exec /opt/opendaylight/bin/karaf
+WORKDIR $ODL_HOME
USER onap
EXPOSE 8181