Skip to content

Commit

Permalink
Update on Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Papadopoulos committed Feb 14, 2017
1 parent 9f3de9b commit 1ef0e9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/docker/no_proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN /bin/bash -c "/opt/provision_oftraf.sh"
RUN wget -P /opt/ https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium/distribution-karaf-0.4.0-Beryllium.zip
RUN wget -P /opt/ https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.5.0-Boron/distribution-karaf-0.5.0-Boron.zip
RUN wget -P /opt/ https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/distribution-karaf/0.4.3-Beryllium-SR3/distribution-karaf-0.4.3-Beryllium-SR3.zip

RUN wget -P /opt/ https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.5.2-Boron-SR2/distribution-karaf-0.5.2-Boron-SR2.zip

# Configure ssh-server
RUN mkdir /var/run/sshd
Expand Down
1 change: 0 additions & 1 deletion deploy/docker/proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RUN apt-get install --force-yes -y software-properties-common
RUN add-apt-repository ppa:openjdk-r/ppa -y
RUN apt-get update
RUN apt-get install --force-yes -y openjdk-8-jdk
#RUN update-alternatives --install /usr/bin/java java /usr/lib/jvm/java-8-openjdk-amd64/ 1100

# ------------------------------------------------------------------------------
# OFTRAF
Expand Down

0 comments on commit 1ef0e9f

Please sign in to comment.