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.
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.
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.