Sign inSign up

rcruzper/java8-dockerize

By rcruzper

Updated almost 10 years ago

DEPRECATED - Docker image to execute java 8 applications with dockerize

Image
0

10K+

rcruzper/java8-dockerize repository overview

DEPRECATED This project is discontinued in favor of rcruzper/openjdk

What is java8-dockerize?

A base image to execute JVM applications, Spring Boot applications mainly.

How to use this image

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

Environment Variables

The following environment variables can be set to tune java execution.

JAVA_AGENT

e.g., --java_agent:newrelic.jar

JAVA_OPTS

e.g., --Xmx32m -Xss256k

Extensions

These extensions are installed with this image:

Tag summary

Content type

Image

Digest

Size

254.7 MB

Last updated

almost 10 years ago

docker pull rcruzper/java8-dockerize