These are the docker build files to create Jervis docker clients as Jenkins build slaves.
To build the jervis-ubuntu
image execute the following commands.
cd ubuntu1604/
docker build -t jervis-ubuntu .
To build the jervis-alpine
image execute the following commands.
cd alpine/
docker build -t jervis-alpine .