Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

jeanblanchard/docker-busybox-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Docker image with Java Build Status

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).

Tags

  • latest or 8: Oracle Java 8 (Server JRE)
  • 7: Oracle Java 7 (Server JRE)
  • jdk8: Oracle Java 8 (JDK)
  • jdk7: Oracle Java 7 (JDK)

Usage

Example:

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

About

Docker image with Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published