ekofr/maven
A docker image of Maven with docker in docker integration to build GraalVM native image
29
This is a Docker image to retrieve maven
tool and also docker
in order to be able to build a GraalVM native image.
$ docker run -v /var/run/docker.sock:/var/run/docker.sock \
ekofr/maven mvn clean install -Pnative -Dnative-image.container-runtime=docker
docker pull ekofr/maven