Sign inSign up

zoran/java10-sjre

By zoran

Updated about 8 years ago

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

Image
2

1M+

zoran/java10-sjre repository overview

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

Tag summary

Content type

Image

Digest

Size

74.8 MB

Last updated

about 8 years ago

docker pull zoran/java10-sjre