Apache ODE Docker based build client.
A shell script ode-docker-client.sh used to initiate a docker container for building Apache ODE source code.
Docker container run as root user and the artifacts created from the build are under root permissions. The shell script addresses the problem by taking in the information of the login user and running the buildr process with in the docker container as the login user.
Copy the shell script to the directory where Apache ODE source code exists and then execute the command as shown below.
./ode-docker-client.sh clean package test=all