Basic Docker image to run Java applications.
This image is based on AlpineLinux to keep the size dow, yet smaller images do exist.
Includes BASH, since many Java applications like to have convoluted BASH start-up scripts.
JRE8/JDK8 Version: 8u74-b02
JRE7/JDK7 Version: 7u80-b15
JDK7/JDK8 Version with alternate JVM - DCEVM: light-8u74
/ full-7u79
Example:
docker run -it --rm anapsix/alpine-java java -version