Skip to content

Asqatasun/asqa.mvn

Repository files navigation

License : AGPL v3 Release Code of Conduct PRs Welcome

Docker Maven for Asqatasun projects

Maven Docker images preloaded with Maven plugins needed for compilation.

Supported tags

Supported tags and respective Dockerfile links :

Asqatasun

Asqatasun-Jenkins-Plugin

Contrast-Finder

How to use this image

Usage

docker pull asqatasun/asqa.mvn:jdk7

Compile Asqatasun

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

Clean build directories

cd Asqatasun
docker run -it --rm  -v "$PWD":/usr/src/  -w /usr/src/ asqatasun/asqa.mvn:jdk7  mvn clean 

Check and manipulate the image

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

Contact and discussions

Contributing

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.