Basic Docker image to run Java applications. This is based off Busybox to keep the size minimal (about 25% of an ubuntu-based image).
latest
or8
: Oracle Java 8 (Server JRE)jdk8
orjdk
: Oracle Java 8 (JDK)
Example:
docker run -it --rm anapsix/alpine-java java -version