axiom-data-science / docker-erddap

A feature full Tomcat (SSL over APR, etc.) running ERDDAP
16 stars 26 forks source link

Add arm64/v8 build, inherit from tomcat, upgrade to tomcat 10.1.16 #70

Closed srstsavage closed 11 months ago

srstsavage commented 11 months ago

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).