This image contains a minimal Linux, OpenJDK-based runtime.
Specifically, the image contains everything in the base image, plus:
- OpenJDK 11 (
gcr.io/distroless/java11-debian11
) and its dependencies. - OpenJDK 17 (
gcr.io/distroless/java17-debian12
,gcr.io/distroless/java17-debian11
) and its dependencies.
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.