Oracle Java 8 Docker image based on Centos 7
100K+
This is a simple docker image for Oracle Java 8 based on a centos 7 image.
Dockerfile linksYou can use this image as a base image to install arbitrary java software in a Docker container. The JAVA_HOME environment variable will be set and java will be in the path.
Example run:
docker run --rm mamohr/centos-java java -version
View license information for the software contained in this image.
If you have any problems with or questions about this image, please contact me through a GitHub issue.
Content type
Image
Digest
Size
261.7 MB
Last updated
over 8 years ago
docker pull mamohr/centos-java