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.
All tags upgraded to alpine:3.4
To allow selection of specific Java version, a major retagging is taking place. Old tags will remain for compatibility sake, but are no longer documented.
Special _unlimited images are available with Unlimited JCE Policy
Latest JRE8/JDK8 Version: 8u102b14
Latest JRE7/JDK7 Version: 7u80b15
JDK8/JDK7 Versions with alternative JVM - DCEVM: light-8u92 / full-7u80
Latest Oracle Java 8 Server-JRE:
latest88_server-jre8_server-jre_unlimited
Latest Oracle Java 8 JDK (plus DCEVM variant)
8_jdk8_jdk_unlimited8_jdk-dcevm8_jdk-dcevm_unlimited
Latest Oracle Java 7 Server-JRE:
77_server-jre
Latest Oracle Java 7 JDK (plus DCEVM variant):
7_jdk7_jdk-dcevm
Example:
docker run -it --rm anapsix/alpine-java java -version