Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.77 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.77 KB

Slim Docker image based on AlpineLinux with latest stable Oracle Java 10 Server JRE

Build Status License: MIT Docker Pulls


Usage / Examples

Pull the latest stable Server JRE 10 version

docker pull zoran/java10-sjre

Run the latest stable Server JRE 10 version

docker run -it --rm zoran/java10-sjre java -version

Run a specific Server JRE 10 version (official full version string scheme 10.0.2+13)

docker run -it --rm zoran/java10-sjre:10.0.2b13 java -version

Use it as a Java basis in your Dockerfile

# Utilization of the latest stable Server JRE 10 version
FROM zoran/java10-sjre

RUN java -version

Versioning

For the versions available, see the tags on this repository.


Changes

Check the Changelog.md


Authors


License

This project is licensed under the MIT License - see the LICENSE.txt file for details


Disclaimer

By using Dockerfiles contained in this repo and/or container images derived from them, you are agreeing to any and all applicable license agreements