Docker image for join framework continuous integration.
This is an Ubuntu based docker image, with all the mandatory tools for the join framework project continuous integration (building and testing).
To create the docker image do this:
docker build -t joinframework/join-ci .To run and test the docker image do this:
docker run -it --privileged --rm joinframework/join-ciTo deploy the docker image to docker hub do this:
docker push joinframework/join-ci:latestTo create a local image tarball do this:
docker save -o join-ci.tar joinframework/join-ci:latest