Maven Docker images preloaded with Maven plugins needed for compilation.
Supported tags and respective Dockerfile
links :
- jdk7.alpine (Asqatasun/jdk-7/alpine/Dockerfile)
- jdk8.alpine (Asqatasun/jdk-8/alpine/Dockerfile)
- jdk7, latest (Asqatasun/jdk-7/Dockerfile)
- jdk8 (Asqatasun/jdk-8/Dockerfile)
- jenkins_jdk7.alpine (Asqatasun-Jenkins-Plugin/jdk-7/alpine/Dockerfile)
- jenkins_jdk8.alpine (Asqatasun-Jenkins-Plugin/jdk-8/alpine/Dockerfile)
- jenkins_jdk7 (Asqatasun-Jenkins-Plugin/jdk-7/Dockerfile)
- jenkins_jdk8 (Asqatasun-Jenkins-Plugin/jdk-8/Dockerfile)
- contrast.finder_jdk8.alpine (Contrast-Finder/jdk-8/alpine/Dockerfile)
- contrast.finder_jdk8 (Contrast-Finder/jdk-8/Dockerfile)
- contrast.finder_jdk9 (Contrast-Finder/jdk-9/Dockerfile)
- contrast.finder_jdk10 (Contrast-Finder/jdk-10/Dockerfile)
docker pull asqatasun/asqa.mvn:jdk7
git clone https://github.com/Asqatasun/Asqatasun.git
cd Asqatasun
docker run -it --rm -v "$PWD":/usr/src/ -w /usr/src/ asqatasun/asqa.mvn:jdk7 mvn clean install
cd Asqatasun
docker run -it --rm -v "$PWD":/usr/src/ -w /usr/src/ asqatasun/asqa.mvn:jdk7 mvn clean
docker run -it --rm asqatasun/asqa.mvn:jdk7 /bin/bash
docker run -it --rm asqatasun/asqa.mvn:jdk7 javac -version
docker run -it --rm asqatasun/asqa.mvn:jdk7 java -version
docker run -it --rm asqatasun/asqa.mvn:jdk7 mvn -version
- Asqatasun forum
- Twitter @Asqatasun
- email to
asqatasun AT asqatasun dot org
(only English, French and klingon is spoken :) )
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.