Maven images running on Alpine Linux to acellerate build times on Java projects.
You can pull the built images directly
docker pull ghcr.io/edumco/maven-alpine:jdk17Than you can mount your java project folder on run
docker run -it --mount type=bind,source=/myproject,target=/home/maven ghcr.io/edumco/maven-alpine:jdk16And finnaly run your maven commands
mvn testClone or download this repo and build your own image modifying it to your needs.
Fork this project and help make this become a even usefull repo
Until the creation of this repo the Alpine linux project does not have a JDK17 nor the Maven provides an official container image based on Alpine Linux.