No 16-jre-slim Docker image found

Viewed 323

Does anybody know where can I find docker image JRE SLIM version for JAVA 16. Couldn't find any from adoptopenjdk, openjdk nor amazoncorretto. Atleast it was not listed as "16-jre-slim" or smth similar.

1 Answers

Acording to this commit the combination of slim and jre was intentionally removed, because it's not supported:

Remove slim jre combination from config files as that is not supported

I have no knowledge as to why this combination is no longer supported. That suggests that only jdk and slim can be combined.

Related