Upgrade to Tomcat 10.1.16. Change Dockerfile to use tomcat base image directly, allowing for more freedom over upstream tomcat versions and platforms. Copy hardened web.xml and server.xml from Unidata/tomcat-docker (these are just text files so they can be reused across platforms).
Add arm64/v8 builds. Fixes #69.
Also, drop support for temurin-focal based images (not available for Tomcat 10).
Upgrade to Tomcat 10.1.16. Change Dockerfile to use
tomcat
base image directly, allowing for more freedom over upstream tomcat versions and platforms. Copy hardened web.xml and server.xml from Unidata/tomcat-docker (these are just text files so they can be reused across platforms).Add arm64/v8 builds. Fixes #69.
Also, drop support for temurin-focal based images (not available for Tomcat 10).