You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current dockerfile references the tomcat:8.5-jre10 image, which - according to DockerHub - hasn't been updated for a year.
After a short research I've found the following related issue on the tomcat/docker-library project: docker-library/tomcat#175
A possible solution would be to migrate to one of the JDK images available, e. g. 8.5-jdk11-openjdk. All available images can be found on the tomcat DockerHub page: https://hub.docker.com/_/tomcat
The text was updated successfully, but these errors were encountered:
Thank you for the suggestion @fenik.
I have done as you suggested and updated the Dockerfile to use JDK11 openJDK instead. It is part as the latest Docker image on Docker Hub.
Once again, thanks for reporting this.
Best regards,
Karl Dahlgren
The current dockerfile references the tomcat:8.5-jre10 image, which - according to DockerHub - hasn't been updated for a year.
After a short research I've found the following related issue on the tomcat/docker-library project: docker-library/tomcat#175
A possible solution would be to migrate to one of the JDK images available, e. g. 8.5-jdk11-openjdk. All available images can be found on the tomcat DockerHub page: https://hub.docker.com/_/tomcat
The text was updated successfully, but these errors were encountered: