Apache Maven is a software project management and comprehension tool. Based on the concept of a proj
10K+
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.
Dockerfile links
maven:<version>You can use the image directly, e.g.
docker run --rm -it chinayin/maven:3-jdk-17
The images are built daily and have the security release enabled, so will contain any security updates released more than 24 hours ago.
You can also use the images as a base for your own Dockerfile:
FROM chinayin/maven:3-jdk-17
Content type
Image
Digest
sha256:981837752…
Size
217 MB
Last updated
over 1 year ago
docker pull chinayin/maven:3-jdk-17