Starting onos-1.6 support branch
Change-Id: I4d9d7052661480f6c1f607ada1c03534f0ec5156
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -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 python maven git curl oracle-java8-installer oracle-java8-set-default && \ | 23 | RUN apt-get update && apt-get install -y python 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.6 && \ |
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 && \ | ... | ... |
-
Please register or login to post a comment