ekofr/maven

By ekofr

Updated over 4 years ago

A docker image of Maven with docker in docker integration to build GraalVM native image

Image
0

29

docker-maven

This is a Docker image to retrieve maven tool and also docker in order to be able to build a GraalVM native image.

Usage

$ docker run -v /var/run/docker.sock:/var/run/docker.sock \
	ekofr/maven mvn clean install -Pnative -Dnative-image.container-runtime=docker

Docker Pull Command

docker pull ekofr/maven