Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages