I'm building an image of ranger to support simple test cases with a custom 
plugin. The ranger code is unmodified.

Currently I build using
mvn -Pall -DskipTests=true clean compile package install assembly:assembly

All I am currently using is 
ranger-*-admin.tar.gz

which I then configure (via script) use alongside solr in docker container and 
mariadb (other container) 

However the build time is long, so can anyone recommend any of
 * A maintained, built base docker container
 * build maven artifacts (set of) which contain all needed runtime components 
which could be used to create an image
 * Optimizations to the maven invocation to not build all the plugins etc

Thanks
Nigel Jones 

Reply via email to