Brian O'Connor

Updating Dockerfile for onos-1.3 support branch

Change-Id: Ic10a1680cc512689de49a2385ea136988c232af8
...@@ -21,7 +21,7 @@ ENV PATH $PATH:$KARAF_ROOT/bin ...@@ -21,7 +21,7 @@ ENV PATH $PATH:$KARAF_ROOT/bin
21 #Download and Build ONOS 21 #Download and Build ONOS
22 WORKDIR /src 22 WORKDIR /src
23 RUN apt-get update && apt-get install -y maven git curl oracle-java8-installer oracle-java8-set-default && \ 23 RUN apt-get update && apt-get install -y maven git curl oracle-java8-installer oracle-java8-set-default && \
24 - git clone https://github.com/opennetworkinglab/onos.git && cd onos && \ 24 + git clone https://github.com/opennetworkinglab/onos.git && cd onos && git checkout onos-1.3 && \
25 mkdir -p /root/Downloads && \ 25 mkdir -p /root/Downloads && \
26 mvn clean install && \ 26 mvn clean install && \
27 tools/build/onos-package && \ 27 tools/build/onos-package && \
......