Skip to content

githubliaoxing/docker-alpine-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Docker image with Java

Build Status

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)
  • jdk8 or jdk: Oracle Java 8 (JDK)

Usage

Example:

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

About

Oracle Java8 over AlpineLinux with glibc 2.27

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smarty 77.0%
  • Shell 23.0%