Custom server JRE Alpine based Docker image
3.0K
Dockerfile linksIMPORTANT: Strong cryptography is now enabled out of the box, so there is no separate JCE tag anymore
12, latest (Dockerfile)8.192 (server_jre/Dockerfile)8.192-jce, jce (server_jre_jce/Dockerfile)8.112 (server_jre/Dockerfile)8.112-jce, jce (server_jre_jce/Dockerfile)Use like you would any other base image:
FROM xxlabaza/server_jre
ADD *.jar app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]
Or use with JCE extension:
FROM xxlabaza/server_jre:jce
ADD *.jar app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]
This image is officially supported on Docker version 1.12.3.
Support for older versions (down to 1.6) is provided on a best-effort basis.
Please see the Docker installation documentation for details on how to upgrade your Docker daemon.
If you have any problems with or questions about this image, please contact me through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small; I am always thrilled to receive pull requests, and do my best to process them as fast as I can.
Before you start to code, I recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
Content type
Image
Digest
Size
378.5 MB
Last updated
over 7 years ago
docker pull xxlabaza/server_jre