DEPRECATED - Docker image to execute java 8 applications with dockerize
10K+
DEPRECATED This project is discontinued in favor of rcruzper/openjdk
Dockerfile linksA base image to execute JVM applications, Spring Boot applications mainly.
This image adds an entrypoint.sh that allows the execution of java applications. So you need to add your jar and set ENTRYPOINT just like that:
FROM rcruzper/java8-dockerize
ADD yourapp.jar .
ENTRYPOINT ["./entrypoint.sh", "/yourapp.jar"]
The following environment variables can be set to tune java execution.
JAVA_AGENTe.g., --java_agent:newrelic.jar
JAVA_OPTSe.g., --Xmx32m -Xss256k
These extensions are installed with this image:
Content type
Image
Digest
Size
254.7 MB
Last updated
almost 10 years ago
docker pull rcruzper/java8-dockerize