Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sapvs/maven-docker

Low profile maven docker image on alpine linux
https://github.com/sapvs/maven-docker

alpine docker low-profile maven

Last synced: about 2 months ago
JSON representation

Low profile maven docker image on alpine linux

Awesome Lists containing this project

README

        

# 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](https://github.com/sapvs/maven-docker)