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

bitnami tomcat 9 on java 17 #28332

Closed
Controlix opened this issue Mar 26, 2023 · 3 comments
Closed

bitnami tomcat 9 on java 17 #28332

Controlix opened this issue Mar 26, 2023 · 3 comments

Comments

@Controlix
Copy link

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.

@carrodher
Copy link
Member

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

@github-actions github-actions bot added on-hold Issues or Pull Requests with this label will never be considered stale and removed triage Triage is needed labels Mar 27, 2023
@Mauraza
Copy link
Contributor

Mauraza commented May 2, 2023

In GitHub will appear when this PR will be merged but that version is already in the docker hub

$ docker run --rm -ti bitnami/tomcat:9.0.74-debian-11-r5 java --version
tomcat 16:38:32.85 
tomcat 16:38:32.85 Welcome to the Bitnami tomcat container
tomcat 16:38:32.85 Subscribe to project updates by watching https://github.com/bitnami/containers
tomcat 16:38:32.85 Submit issues and feature requests at https://github.com/bitnami/containers/issues
tomcat 16:38:32.85 

openjdk 17.0.7 2023-04-18 LTS
OpenJDK Runtime Environment (build 17.0.7+7-LTS)
OpenJDK 64-Bit Server VM (build 17.0.7+7-LTS, mixed mode, sharing)

@carrodher
Copy link
Member

As announced at #75671, Tomcat 9.0 is not available in Bitnami, only as part of Bitnami Premium.

@carrodher carrodher closed this as not planned Won't fix, can't repro, duplicate, stale Dec 18, 2024
@github-actions github-actions bot added solved and removed on-hold Issues or Pull Requests with this label will never be considered stale labels Dec 18, 2024
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

3 participants