Sign inSign up

jeanblanchard/busybox-java

By jeanblanchard

Updated almost 11 years ago

Minimal Docker image with Java

Image
21

10K+

jeanblanchard/busybox-java repository overview

Minimal Docker image with Java GitHub Repository

Warning - This image is currently in hiatus, as the base Busybox image cannot run its package manager any more, so I cannot publish any updates. So please use jeanblanchard/java instead, which is based on Alpine Linux, and is almost as small.

Basic Docker image to run Java applications. This is based off Busybox to keep the size minimal (about 25% of an ubuntu-based image).

Please note that I had to recreate this repository to allow publishing from a continuous integration build. This means that your previous stars, and the download count, have been reset.

Tags
  • latest or 8 : Oracle Java 8 (Server JRE) Build Status
  • 7 : Oracle Java 7 (Server JRE) Build Status
  • jdk8 : Oracle Java 8 (JDK) Build Status
  • jdk7 : Oracle Java 7 (JDK) Build Status
Usage

Example:

docker run -it --rm jeanblanchard/busybox-java:8 java -version

Tag summary

Content type

Image

Digest

sha256:981163bd6

Size

59.3 MB

Last updated

almost 11 years ago

docker pull jeanblanchard/busybox-java