Skip to content

Latest commit

 

History

History
 
 

java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Documentation for gcr.io/distroless/java

Image Contents

This image contains a minimal Linux, OpenJDK-based runtime.

Specifically, the image contains everything in the base image, plus:

  • OpenJDK 8 (gcr.io/distroless/java:8) or 11 (gcr.io/distroless/java:11) and its dependencies.

Usage

The entrypoint of this image is set to the equivalent of "java -jar", so this image expects users to supply a path to a JAR file in the CMD.