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: 8u92-b14
JRE7/JDK7 Version: 7u80-b15
JDK8/JDK7 Versions with alternative JVM - DCEVM: light-8u92
/ full-7u80
Example:
docker run -it --rm anapsix/alpine-java java -version