monsantoco/java

By monsantoco

Updated over 9 years ago

Minimal Java base images.

Image
1

236

Overview

This is a minimal Java image based on my previous work with a minimal Debian Jessie image. It will contain the following tags for the various Java releases and versions:

  • orajdk8 (445 MB)
  • orajre8 (274 MB)
Usage

If you just want to use this image, pull it and configure what you want:

docker pull monsantoco/java

To use this image in your own project, use this FROM line in your Dockerfile:

FROM monsantoco/java:orajdk8

Docker Pull Command

docker pull monsantoco/java