This image adds OpenJDK to a base Centos 7 Linux distribution.
The latest tag of this image is build using the last available Centos Docker image and the last available Oracle JDK. You can pull it with:
docker pull josemyd/centos-jdk
You can also find other images based on different OpenJDK releases, using different tags in the following form:
docker pull josemyd/centos-jdk:[openjdk-release]
For example, if you want a Centos with OpenJDK release 8 you can pull the image with:
docker pull josemyd/centos-jdk:jdk-8
Run with Docker run:
docker run josemyd/centos-jdk java -version
Available tags:
Content type
Image
Digest
Size
140.4 MB
Last updated
almost 8 years ago
docker pull josemyd/centos-jdk