adoroszlai opened a new pull request #24: URL: https://github.com/apache/ozone-docker/pull/24
## What changes were proposed in this pull request? Update dockerfile etc. for building with version 1.2.1. https://issues.apache.org/jira/browse/HDDS-6187 ## How was this patch tested? Built locally: ``` $ ./build.sh ... => [ 3/10] RUN sudo rm -rf /opt/hadoop && curl -LSs -o ozone.tar.gz https://dlcdn.apache.org/ozone/1.2.1/ozone-1.2.1.tar.gz && tar zxf ozone.tar.gz && rm ozone.tar.gz && mv ozone* hadoop ... ``` Tested: ``` $ docker-compose up -d --scale datanode=3 $ docker-compose exec om ozone version ... / 1.2.1(Glacier) Source code repository https://github.com/apache/ozone.git -r 76aa27e7c05196ae00cba540efce4bb7529e5d15 Compiled by ethanrose on 2021-12-15T22:28Z ... $ open http://localhost:9874 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
