8000 GitHub - hunkier/docker-java-oracle: Docker images of Java 7/8/9/10/11 provided by Oracle on top of Ubuntu
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hunkier/docker-java-oracle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker images of Java 7/8/9/10/11 provided by Oracle

This repository contains Dockerfile of Java SE for Docker's automated build published to the public Docker Hub.

The default image is on top of Ubuntu, to use images based on Alpine Linux, add _alpine after the tag name.

To use this image, you must accept the Oracle Binary Code License Agreement for Java SE.

Docker Tags

hunkier/java-oracle provides several tagged images:

  • Default
    • latest: pointed to hunkier/java-oracle:jdk_11
    • latest_alpine: pointed to hunkier/java-oracle:jdk_11_alpine
  • Java 11
    • jdk_11: Oracle Java SE Development Kit 11.0.1 build 13 on top of Ubuntu
    • jdk_11_alpine: Oracle Java SE Development Kit 11.0.1 build 13 on top of Alpine Linux
  • Java 8
    • server_jre_8: Oracle Java SE Server Runtime Environment 8 update 192 build 12 on top of Ubuntu
    • server_jre_8_alpine: Oracle Java SE Server Runtime Environment 8 update 192 build 12 on top of Alpine Linux
    • jre_8: Oracle Java SE Runtime Environment 8 update 192 build 12 on top of Ubuntu
    • jre_8_alpine: Oracle Java SE Runtime Environment 8 update 192 build 12 on top of Alpine Linux
    • jdk_8: Oracle Java SE Development Kit 8 update 192 build 12 on top of Ubuntu
    • jdk_8_alpine: Oracle Java SE Development Kit 8 update 192 build 12 on top of Alpine Linux

Docker Tags (Archived)

The following tags are archived:

  • Java 10

    • server_jre_10: based on Oracle Java SE Server Runtime Environment 10.0.2 build 13
    • jre_10: based on Oracle Java SE Runtime Environment 10.0.2 build 13
    • jdk_10: based on Oracle Java SE Development Kit 10.0.2 build 13
  • Java 9

    • server_jre_9: based on Oracle Java SE Server Runtime Environment 9.0.4 build 11
    • jre_9: based on Oracle Java SE Runtime Environment 9.0.4 build 11
    • jdk_9: based on Oracle Java SE Development Kit 9.0.4 build 11
  • Java 7

    • server_jre_7: based on Oracle Java SE Server Runtime Environment 7 update 80 build 15
    • server_jre_7_unlimited: based on Oracle Java SE Server Runtime Environment 7 update 80 build 15 with JCE
    • jre_7: based on Oracle Java SE Runtime Environment 7 update 80 build 15
    • jre_7_unlimited: based on Oracle Java SE Runtime Environment 7 update 80 build 15 with JCE
    • jdk_7: based on Oracle Java SE Development Kit 7 update 80 build 15
    • jdk_7_unlimited: based on Oracle Java SE Development Kit 7 update 80 build 15 with 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.

Installation

  1. Install Docker.

  2. Pull image from public Docker Hub: docker pull hunkier/java-oracle

Usage

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%
0