Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

GoodforGod/docker-debian-jdk11-oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Debian Oracle JDK 11

Docker pulls Docker Stars Docker Automated build

Docker Debian image with Oracle JDK 11.0.1 (247MB)

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

Usage

Image have docker USER named app so you can use it for your application. Just add code below in your Dockerfile

USER app

Check example folder for Dockerfile example of image usage.

Image

Image contains cleaned Oracle JDK 11.0.1. 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.

If you encountered such errors when starting applications

java: /lib/x86_64-linux-gnu/libdl.so.2: version `GLIBC_2.2.5' not found (required by /opt/java/jdk-11.0.1/bin/../lib/jli/libjli.so)
java: /lib/x86_64-linux-gnu/libdl.so.2: version `GLIBC_2.2.5' not found (required by /lib/x86_64-linux-gnu/libpam.so.0)

Then use SID image tag.

Tags

latest or stretch

FROM goodforgod/debian-jdk11-oracle

sid

FROM goodforgod/debian-jdk11-oracle:sid

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.

Releases

No releases published

Packages

No packages published