Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tomcat base image (tomcat:8.5-jre10) is deprecated #3

Closed
realk1ko opened this issue Nov 8, 2019 · 1 comment
Closed

Tomcat base image (tomcat:8.5-jre10) is deprecated #3

realk1ko opened this issue Nov 8, 2019 · 1 comment
Assignees

Comments

@realk1ko
Copy link

realk1ko commented Nov 8, 2019

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

@karldahlgren
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants