Skip to content

zpaulo19/docker-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Docker image with Java Circle CI

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

Tags

Additionally, tags are created for each oracle release (e.g. 8u161, jdk-8u161 or jre-8u161).

Note: Sometimes Oracle releases two versions at the same time : a CPU (Critical Patch Update) with only critical bug fixes, and a PSU (Patch Set Update) with additional "non-critical fixes". In this case, the CPU will be the default, as recommended by oracle. If needed, PSU releases are still accessible, by using their specific release tag (e.g jdk-8u162)

Usage

Example:

docker run -it --rm zpaulo/java:8 java -version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published