The v6.5.0 release was published on GitHub on 2026-04-29, but the corresponding Docker image for smp-server was not pushed to Docker Hub. Only the xftp-server image landed.
Current state on Docker Hub
$ curl -s https://hub.docker.com/v2/repositories/simplexchat/smp-server/tags/v6.5.0
{"message":"httperror 404: tag 'v6.5.0' not found", ...}
Why this matters
Downstream packagers (e.g. the StartOS package) pin both server images to the same upstream tag and can't roll forward to v6.5.0 until the smp-server image is available — particularly for aarch64 users, who have been waiting for the multi-arch builds that v6.5.0 finally delivered for xftp-server.
Request
Please publish simplexchat/smp-server:v6.5.0 (with arm64 alongside amd64, matching the xftp-server tag) so the 6.5.0 release is consumable end-to-end.
Thanks!
The v6.5.0 release was published on GitHub on 2026-04-29, but the corresponding Docker image for
smp-serverwas not pushed to Docker Hub. Only thexftp-serverimage landed.Current state on Docker Hub
simplexchat/xftp-server:v6.5.0— published 2026-04-29, multi-arch (amd64+arm64)simplexchat/smp-server:v6.5.0— missing. Latest stable tag is stillv6.4.5(2025-09-03,amd64only). Only6.5.0-beta.1…6.5.0-beta.8exist for the 6.5 line.Why this matters
Downstream packagers (e.g. the StartOS package) pin both server images to the same upstream tag and can't roll forward to v6.5.0 until the smp-server image is available — particularly for
aarch64users, who have been waiting for the multi-arch builds that v6.5.0 finally delivered for xftp-server.Request
Please publish
simplexchat/smp-server:v6.5.0(witharm64alongsideamd64, matching the xftp-server tag) so the 6.5.0 release is consumable end-to-end.Thanks!