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
latest
: pointed tosgrio/java-oracle:server_jre_8_unlimited
-
Java 8
server_jre_8
: based onOracle Java SE Server Runtime Environment 8 update 141 build 15
jre_8
: based onOracle Java SE Runtime Environment 8 update 141 build 15
jdk_8
: based onOracle Java SE Development Kit 8 update 141 build 15
-
Java 7
server_jre_7
: based onOracle Java SE Server Runtime Environment 7 update 80 build 15
jre_7
: based onOracle Java SE Runtime Environment 7 update 80 build 15
jdk_7
: based onOracle Java SE Development Kit 7 update 80 build 15
-
Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files You can always apply tailing
_unlimited
to any of the tags above if you want a patched version, for exampleserver_jre_8_unlimited
.
-
Install Docker.
-
Download automated build from public Docker Hub:
docker pull sgrio/java-oracle
docker run -it --rm sgrio/java-oracle java -version