Skip to content

pivovarit/dockerfiles-java

 
 

Repository files navigation

dockerfiles-java

various docker images with java

usage

go to the directory with desired docker image and:

to build container, type:                       make build
to run container with CLI, type:                make cli
to remove container, type:                      make remove
to pull container from the docker hub, type:    make pull
to push container to the docker hub, type:      make push
to list all containers, type:                   make list

docker hub

view all my docker images on docker hub at: https://hub.docker.com/u/pwittchen/

JVM implementations used in the Docker images

  • alpine-java13 (Open JDK)
  • alpine-java12 (Open JDK)
  • alpine-java11 (Open JDK)
  • alpine-java-10-sapmachine (SAP JVM)
  • alpine-java8 (Open JDK)
  • ubuntu-graalvm (Oracle)
  • ubuntu-java13 (Open JDK)
  • ubuntu-java12 (Open JDK)
  • ubuntu-java11 (Open JDK)
  • ubuntu-java11-sapmachine (SAP JVM)
  • ubuntu-java10 (Open JDK)
  • ubuntu-java9 (Oracle)
  • ubuntu-java8 (Oracle)

known issues

other images

These images contains latest JDK releases, are provided and maintained by the official providers of the OpenJDK and I recommend to use them instead of images in this repo.

About

various docker images with java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 55.5%
  • Makefile 43.5%
  • Shell 1.0%