Skip to content

YOUNAVI/docker-java-oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker images of Java 7/8 provided by Oracle on top of Ubuntu

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.

Docker Tags

sgrio/java-oracle provides several tagged images:

  • Default

    • latest: pointed to sgrio/java-oracle:server_jre_8_unlimited
  • Java 8

    • server_jre_8: based on Oracle Java SE Server Runtime Environment 8 update 152 build 16
    • jre_8: based on Oracle Java SE Runtime Environment 8 update 152 build 16
    • jdk_8: based on Oracle Java SE Development Kit 8 update 152 build 16
  • Java 7

    • server_jre_7: based on Oracle Java SE Server Runtime Environment 7 update 80 build 15
    • jre_7: based on Oracle Java SE Runtime Environment 7 update 80 build 15
    • jdk_7: based on Oracle 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 example server_jre_8_unlimited.

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub: docker pull sgrio/java-oracle

Usage

docker run -it --rm sgrio/java-oracle java -version 

About

Docker images of Java 8/11/14 provided by Oracle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 75.8%
  • Shell 24.2%