Skip to content

unoexperto/docker-java-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Minimal Docker images with Java 8 (+ Java Cryptography Extension [JCE]) and Java 10

Docker image to run Java applications. This is based off Alpine to keep the size minimal (~65 MB).

GitHub Project: https://github.com/unoexperto/docker-java-minimal

Versions

Different versions are located in separate branches to allow automated build on Docker Hub.

  • server-jre8
  • server-jre10
  • jdk8
  • jdk10
  • master - defaults to Java 8 and is no longer published to Docker Hub

If you want to build it locally

To test:

docker run -it --rm expert/docker-java-minimal:latest java -version

Or can be used as parent image for deployment of Java servers (akka in my case) in docker using https://github.com/sbt/sbt-native-packager

About

Minimal Docker image with Java 8 with installed JCE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published