Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 861 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 861 Bytes

ode-docker-client

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.

Usage:

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

Thanks:

  • The shell script is based on the post
  • Apache Buildr docker image created by vanto