Skip to content

traitify/docker-alpine-java

 
 

Repository files navigation

Minified Docker image with Java

Build Status

Basic Docker image to run Java applications. This image is based on AlpineLinux to keep the size dow, yet smaller images do exist.
Includes BASH, since many Java applications like to have convoluted BASH start-up scripts.

Versions

JRE8/JDK8 Version: 8u77-b03
JRE7/JDK7 Version: 7u80-b15
JDK8/JDK7 Versions with alternative JVM - DCEVM: light-8u77 / full-7u79

Tags

Java version tags Size
Oracle Java 8 JRE latest / 8 / jre / jre8
Oracle Java 8 JDK jdk / jdk8
Oracle Java 8 JDK with alternate JVM - DCEVM jdk8-dcevm
Oracle Java 7 JRE 7 / jre7
Oracle Java 7 JDK jdk7
Oracle Java 7 JDK with alternate JVM - DCEVM jdk7-dcevm

Usage

Example:

docker run -it --rm anapsix/alpine-java java -version

About

Oracle Java8 over AlpineLinux with glibc 2.21

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 84.5%
  • Shell 15.5%