Slim Docker image based on AlpineLinux with latest stable Oracle Java 10 Server JRE
1M+
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
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
Content type
Image
Digest
Size
74.8 MB
Last updated
about 8 years ago
docker pull zoran/java10-sjre