This repository contains Dockerfile of Java SE for Docker's automated build published to the public Docker Hub.
To use this image, you must accept the Oracle Binary Code License Agreement for Java SE.
sgrio/java-oracle provides several tagged images:
- Default
- Java 10
- Java 8
The following tags are archived:
-
Java 9
server_jre_9: based onOracle Java SE Server Runtime Environment 9.0.4 build 11jre_9: based onOracle Java SE Runtime Environment 9.0.4 build 11jdk_9: based onOracle Java SE Development Kit 9.0.4 build 11
-
Java 7
server_jre_7: based onOracle Java SE Server Runtime Environment 7 update 80 build 15server_jre_7_unlimited: based onOracle Java SE Server Runtime Environment 7 update 80 build 15with JCEjre_7: based onOracle Java SE Runtime Environment 7 update 80 build 15jre_7_unlimited: based onOracle Java SE Runtime Environment 7 update 80 build 15with JCEjdk_7: based onOracle Java SE Development Kit 7 update 80 build 15jdk_7_unlimited: based onOracle Java SE Development Kit 7 update 80 build 15with JCE
-
Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files
- This is enabled by defualt in Java 9, and Java 8 updates later than 162.
-
Install Docker.
-
Download automated build from public Docker Hub:
docker pull sgrio/java-oracle
docker run -it --rm sgrio/java-oracle java -version