Skip to content

sapvs/maven-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Alpine Image

Minimal maven image with low footprint alpine linux base.

Using this image

Copy/mount the source directories to the container and build

MVN_REPO=/home/user/.m2
CODE_BASE=/home/user/javaproject
docker run --rm \
  --volume ${MVN_REPO}:/root/.m2 \
  --volume ${CODE_BASE}:/app \
  --workdir /app vsaps/maven:latest mvn install

Source

github repo

About

Low profile maven docker image on alpine linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published