Altien is shipping one image to every customer
The fork's backend has been re-plumbed so a single deployable build can serve different firms without a rebuild.
Altien restructured the server so the same backend image can be dropped onto any customer's infrastructure and pick up its identity - which login system it uses, which tenant it answers to - from environment variables at startup. The frontend now rides inside the same process as the backend rather than running as a separate service, which collapses two containers into one for ops teams to babysit.
This is the kind of plumbing that sounds dull until you're managing deployments across ten firms. One artifact, ten environments, no rebuilds when a new client signs on. The cost is a clean break in how the backend is addressed, so anything pointing at the old URLs will need to be re-pointed before it works again - not a shipper's problem if you're starting fresh, very much a shipper's problem if you've already integrated.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?