Minimal Alpine Linux image with Oracle Java
100K+
Basic Docker image to run Java applications. This is based on Alpine Linux to keep the size minimal (about 25% of an ubuntu-based image).
https://github.com/jeanblanchard/docker-java
You must accept the Oracle Binary Code License Agreement for Java SE to use this image.
latest or 8 or serverjre-8: Oracle Java 8 (Server JRE) jdk-8: Oracle Java 8 (JDK) jre-8: Oracle Java 8 (JRE) Additionally, tags are created for each oracle release (e.g. 8u141, jdk-8u141 or jre-8u141).
Example:
docker run -it --rm jeanblanchard/java:8 java -version
Content type
Image
Digest
sha256:b3ebd178d…
Size
58.7 MB
Last updated
over 7 years ago
docker pull jeanblanchard/java