Skip to content

xxlabaza/server_jre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Supported tags and respective Dockerfile links

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

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.

About

Custom server JRE Docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published