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
I try to deploy a war created with spring-boot to a tomcat server. I need to use java 17 but that will not run om the bitnami/tomcat:9.0 docker container. When I downgrade my app to run on java 11 it starts without problem.
What is the feature you are proposing to solve the problem?
Build a tomcat image packaged with java 17
What alternatives have you considered?
I tried the official tomcat docker image and there my app with java 17 runs fine. But it lacks the easy of use of the bitnami tomcat version.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, we already have an internal task to update the Java version. We will close this issue by posting a new comment once this task is done on our side and the new version is released. Thanks
Name and Version
bitnami/tomcat:9.0
What is the problem this feature will solve?
I try to deploy a war created with spring-boot to a tomcat server. I need to use java 17 but that will not run om the bitnami/tomcat:9.0 docker container. When I downgrade my app to run on java 11 it starts without problem.
What is the feature you are proposing to solve the problem?
Build a tomcat image packaged with java 17
What alternatives have you considered?
I tried the official tomcat docker image and there my app with java 17 runs fine. But it lacks the easy of use of the bitnami tomcat version.
The text was updated successfully, but these errors were encountered: