/docker-debian-jre10server-oracle

Docker Debian image with Oracle JRE Server 10.0.2 (239MB)

Primary LanguageDockerfileMIT LicenseMIT

Docker Debian Oracle Server JRE 10

Docker Debian image with Oracle Server JRE 10.0.2 (239MB)

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

Image

Image contains cleaned Oracle Server JRE 10.0.2, you can read about JRE difference here. JRE is provided without desktop, sources and other unnecessary stuff except JVM. So image have all JVM parts to run Java applications in Docker containers.

Image contains only Java Runtime Environment, so you must have compiled Java application.

Image Tags:

latest or stretch

sid

  • Uses base image Debian Sid Slim (63.3MB)
  • Image size with Server JRE (254MB)

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.