Skip to content

caarlos0-graveyard/docker-alpine-oraclejdk7-mvn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

docker-alpine-oraclejdk7-mvn

This image is based on Alpine Linux image, which is only a 5MB image, and contains OracleJDK 7 with Apache Maven 3.2.5 bundled within.

Usage Example

$ cd my/jdk7/project
$ docker run --rm -v `pwd`:/tmp --workdir /tmp caarlos0/alpine-oraclejdk7-mvn \
  mvn clean install

About

Alpine Linux Docker images with Oracle JDK 7 and Maven 3.2.5 (~328MB)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published