Docker image not updated to v0.9.26 on ARM64 / Manifest unknown for specific tag #68
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, sorry, it's still me.
First of all, thank you for your fantastic work with the latest update.
I am running the KX-Bridge inside a Docker container on an Armbian server (ARM64 architecture). I noticed a couple of issues regarding the Docker image distribution for the latest releases:
:latestmismatch: The:latesttag on the registry (gitea.it-drui.de/viewit/kx-bridge:latest) currently still points to version 'v0.9.25'. Running adocker compose pulldoes not fetch the newv0.9.26released a couple of days ago.image: gitea.it-drui.de/viewit/kx-bridge:0.9.26(orv0.9.26), Docker returns amanifest unknownerror.Additionally, directly updating from the web UI to the container breaks some features (such as the missing Italian translation and perhaps more).
Could you please trigger a new multi-arch build or update the
:latestpointer on the container registry?Thanks for your support!
Hi @Alex_M,
Fixed — the CI runner had lost its connection to Gitea and was failing silently for several days. The multi-arch build has now completed successfully.
Both
gitea.it-drui.de/viewit/kx-bridge:latestand:0.9.26are now available for amd64 and arm64:Sorry for the delay!
Hi @Alex_M,
Thank you — and sorry for the trouble. The delay was caused by a server-side restructuring that silently broke the CI runner connection to Gitea. The multi-arch build has now completed and both
gitea.it-drui.de/viewit/kx-bridge:latestand:0.9.26are available for amd64 and arm64:As always, your reports are genuinely valuable — every issue you open helps make the bridge better for everyone. Thank you for taking the time.