v1.3.0 (2026-09-16)
An ARM release. The published image was x86 only, so an Ampere box — an Oracle free-tier instance, a Raspberry Pi — had to build the whole thing from source before it could run any of this. It now ships for arm64 under the same tag, and the pull command does not change: Docker reads the machine it is on and fetches the half that fits it.
Features
- ci: publish the image for linux/arm64 as well as linux/amd64, each half built on a runner of its own rather than one emulating the other, and each one started and asked for
/healthon its own architecture before the tag naming both is written — whether a native binary loads is not something a test can answer from the machine that compiled it (02b7157) - docs: say how to run it on an oracle ampere instance, including the part that catches people out — a port there has to be opened in the subnet's security list and on the machine, whose ubuntu images ignore
ufw(48938cf)