monsantoco/java
This is a minimal Java image based on my previous work with a minimal Debian Jessie image. It will contain the following tags for the various Java releases and versions:
If you just want to use this image, pull
it and configure what you want:
docker pull monsantoco/java
To use this image in your own project, use this FROM
line in your Dockerfile:
FROM monsantoco/java:orajdk8
docker pull monsantoco/java