Sign inSign up

xxlabaza/server_jre

By xxlabaza

•Updated over 7 years ago

Custom server JRE Alpine based Docker image

Image
2

3.0K

xxlabaza/server_jre repository overview

IMPORTANT: Strong cryptography is now enabled out of the box, so there is no separate JCE tag anymore

⁠How to use this image

⁠Usage

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"]

⁠Supported Docker versions

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.

⁠User Feedback

⁠Issues

If you have any problems with or questions about this image, please contact me through a GitHub issue⁠.

⁠Contributing

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.

Tag summary

Content type

Image

Digest

Size

378.5 MB

Last updated

over 7 years ago

docker pull xxlabaza/server_jre