Minimal Java/Maven Docker Images built on Alpine Linux
Based on java:8-alpine
What is Maven
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
We found some issues with the base image using the ca-certificates to download artefacts from https custom urls.
We created this image to get a fully maven-ready image.
How to use this image
Start using the Maven : docker container run --rm zenika/alpine-maven mvn [options] [<goal(s)>] [<phase(s)>]
请发表评论