This is docker images of Alpine 3.5 with different versions of java
10K+
This is a micro docker container based on Alpine 3.5 nimmis/alpine-mico (for Oracle Java, Alpine with glibc nimmis/alpine-glibc is used) with different versions of OpenJDK and Oracle Java.
These images are built on nimmis/alpine-micro, which is a modified version of Alpine with a working init process, and a working cron, logrotate and syslog. Services are started with runit daemon. For more information, see nimmis/alpine-mico.
docker run -ti nimmis/alpine-java:openjdk-8-jdk /bin/bash
This will start the container with a normal shell. No cron or other systems are started.
docker run -d nimmis/alpine-java:openjdk-8-jdk
This will start the container with the init process running. Access the container with:
docker exec -ti <container ID> /bin/bash
The different version is determined with the TAG.
If you have any problems with or questions about this image, please contact us by submitting a ticket through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
This image contains the following versions of Java, the container names are nimmis/alpine-java:<tag> where tag is:
Content type
Image
Digest
Size
53.4 MB
Last updated
over 7 years ago
docker pull nimmis/alpine-java