docker pull zoran/java10-sjre
docker run -it --rm zoran/java10-sjre java -version
docker run -it --rm zoran/java10-sjre:10.0.2b13 java -version
# Utilization of the latest stable Server JRE 10 version
FROM zoran/java10-sjre
RUN java -version
For the versions available, see the tags on this repository.
Check the Changelog.md
- Zoran Kikic - zoran
This project is licensed under the MIT License - see the LICENSE.txt file for details
By using Dockerfiles contained in this repo and/or container images derived from them, you are agreeing to any and all applicable license agreements