If I specify the following base image, which minor version of Java would be pulled?
FROM adoptopenjdk/openjdk11:alpine-jre
Similarly, which minor version would be pulled if I specify the following:
FROM adoptopenjdk/openjdk11-openj9:alpine-jre
Documentation for above images:
Or how can I identify it myself?
If I click on "alpine-jre" on the page to see the dockerfile (https://github.com/AdoptOpenJDK/openjdk-docker/blob/master/11/jre/alpine/Dockerfile.hotspot.releases.full), I see the java version as "jdk-11.0.11+9" but when I got to my container shell and check the version there, I see the version "11.0.9.1"