This repository contains Java Dockerfile
Java Runtime Environment above the alpine linux and It can be used as a Base Image for any java application
Change the JAVA_VERSION environment variable in the Dockerfile based on the java version
- 1.0
- latest
$ docker run -it rahulkrishnanfs/docker-jre:1.0 sh