-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72795/
-----------------------------------------------------------
Review request for ranger, Don Bosco Durai, Abhay Kulkarni, Mehul Parikh,
Pradeep Agrawal, Ramesh Mani, Selvamohan Neethiraj, Sailaja Polavarapu, and
Velmurugan Periasamy.
Bugs: RANGER-2960
https://issues.apache.org/jira/browse/RANGER-2960
Repository: ranger
Description
-------
Added a docker file and script to build Ranger in a container that runs Ubuntu.
The docker file supports following volumns:
- .m2: if provided, build uses the give .m2 directory, which can help
avoid large downloads
- dist: archives from the build will be copied into this volumn
- scripts: build scripts in the local directory will be made available in the
container
Diffs
-----
dev-support/ranger-docker/.gitignore PRE-CREATION
dev-support/ranger-docker/Dockerfile.build-ubuntu PRE-CREATION
dev-support/ranger-docker/Dockerfile.build-ubuntu.dockerignore PRE-CREATION
dev-support/ranger-docker/README.md PRE-CREATION
dev-support/ranger-docker/scripts/ranger-build.sh PRE-CREATION
Diff: https://reviews.apache.org/r/72795/diff/1/
Testing
-------
Using the instructions in README.md, successfully created docker image
'ranger-build-ubuntu', and built latest master branch with a container of the
created image.
Thanks,
Madhan Neethiraj