Docker image build with latest Oracle Java JDK and unlimited strength JCE jurisdiction policy files.
By building and using this image, you accept the Oracle Binary Code License Agreement for the Java SE Platform Products
- centos Branch name centos. Base image using latest RHEL/CentOS release.
- centos6 Branch name centos-6. Base image using latest RHEL/CentOS 6.x release.
- fedora Branch name fedora. Base image using latest Fedora release.
- ubuntu Branch name ubuntu. Base image using latest Ubuntu release.
$ docker build -t jdk8 .
$ docker run --rm jdk8 java -version