gcr.io/distroless/java
Documentation for Image Contents
This image contains a minimal Linux, openjdk-based runtime.
Specifically, the image contains everything in the base image, plus:
- openjdk8 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.