-
Notifications
You must be signed in to change notification settings - Fork 36
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
update tomcat version #359
Comments
I guess I have to rebuild metalnx, I can see this line on the Dockerfile: Could it possible to update tomcat from 9.0.52 to the recent version 9.0.88? |
Please try it out and let us know if you have any trouble. PRs welcome, of course. |
OK, so in theory changing that line would be enough to change the source of the tomcat image that docker would use to build metalnx. I cannot find one that includes "-adoptopenjdk-hotspot", but I can see in the this one: |
it seems work OK, I think. At least on my local installation! docker exec -it 29e2fea7ba19 /usr/local/tomcat/bin/version.sh |
Ah, very good. Thanks. @korydraughn should we update the Dockerfile to |
That is listed as a supported tag by the Apache Tomcat image on Docker Hub. I think that's fine assuming the version number follows similar rules as semver. We need to review the following page to be absolutely sure though. I've been looking for documentation about their versioning scheme, but I'm not having much success. Regardless, the page I linked includes the following statement under Tomcat 9.0.x noteable changes:
All of that to say, it's probably okay, but we should confirm Metalnx works before bumping the version/tag. |
Re-opening so we don't lose this. |
Hi
It is is possible to update apache tomcat on my metalnx installation? I got a report from IT about a vulnerability in the current I have:
docker exec -it c63c819668d4 /usr/local/tomcat/bin/version.sh
Using CATALINA_BASE: /usr/local/tomcat
Using CATALINA_HOME: /usr/local/tomcat
...
Server version: Apache Tomcat/9.0.52
Server built: Jul 31 2021 04:12:17 UTC
The text was updated successfully, but these errors were encountered: