Hello, I'd like to get started with Java, been using JS and Python so far.
I've read people talking about temurin JDKs instead of openjdk, and since I like to set most of my dev environments in docker, I was looking for a Docker image from them but I can't find any JDK for java 25?
Looking at their github I see they have jdk 25, for example with Ubuntu base:
https://github.com/adoptium/containers/tree/main/25/jdk/ubuntu/noble
but I can't find which tag is the correct one in the docker registry.