[Breaking] Thinkwise Container images breaking change
Previously, the container images both for the Universal GUI and Indicium Application Tier use port 80 to accept traffic. Starting from the release 2025.1.10 and newer, these images will use port 8080. Why this change? This is the first step towards rootless container images. Currently, the containers run under the user root. This is a bad container security practice. If a threat actor manages to get access to the container file-system, it can be abused. Luckily, the ASP.NET container image (which is the base image for Indicium) recently made it possible to run as a non-root user. Implementing this change will take a bit more time, but these changes should go unnoticed. Due to port privileges in the Linux kernel, ports below 1024 require root permissions. This creates an issue when running an application on port 80 without privileges. To permit future non-root users in opening a port, the published port will be moved from 80 to 8080. How will this impact me? If you have a running Univer