GoodforGod / docker-debian-jdk10-oracle

Docker Debian image with Oracle JDK 10.0.2 (305MB)

Home Page:https://hub.docker.com/r/goodforgod/debian-jdk10-oracle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Debian Oracle JDK 10

Docker pulls Docker Stars Docker Automated build

Docker Debian image with Oracle JDK 10.0.2 (305MB)

You must accept the Oracle Binary Code License Agreement for Java SE to use this image.

Image

Image contains cleaned Oracle JDK 10.0.2. JDK is provided without desktop, sources and other unnecessary stuff except JVM and javac. Some tags have mission control included as well (check image section below). Image have all JVM parts to run and compile Java applications in Docker containers.

Tags:

lastest or stretch

sid

Mission Control

Images below contains Mission Control as well:

mission

sid-mission

  • Uses base image Debian Sid Slim (63.3MB)
  • Image size with JDK and Mission Control (378MB)

Usage

Image have docker USER named app so you can use it for your application.

Just add code below in your Dockerfile to use start your application as a user app

USER app

Check example folder for Dockerfile example of image usage.

About

Docker Debian image with Oracle JDK 10.0.2 (305MB)

https://hub.docker.com/r/goodforgod/debian-jdk10-oracle/

License:MIT License


Languages

Language:Dockerfile 80.2%Language:Shell 19.8%