I’m trying to find a suitable docker image to host a spring application. The current stack used is openjdk 11 and Tomcat 9.
Docker hub https://hub.docker.com/_/tomcat?tab=tags&page=1&ordering=last_updated has image and I can see lot of tags. But the tags are not descriptive. Is there a way to identify if an image has a specific version version of Tomcat and Openjdk(not the oracle jdk)
Source: Docker Questions