Docker image not updated to v0.9.26 on ARM64 / Manifest unknown for specific tag #68

Closed
opened 2026-06-23 13:27:13 +02:00 by Alex_M · 2 comments
Contributor

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:

  1. Tag :latest mismatch: The :latest tag on the registry (gitea.it-drui.de/viewit/kx-bridge:latest) currently still points to version 'v0.9.25'. Running a docker compose pull does not fetch the new v0.9.26 released a couple of days ago.
  2. Specific tag missing or architecture gap: If I try to force the update by changing the image tag in my docker-compose to image: gitea.it-drui.de/viewit/kx-bridge:0.9.26 (or v0.9.26), Docker returns a manifest unknown error.

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 :latest pointer on the container registry?

Thanks for your support!

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: 1. **Tag `:latest` mismatch:** The `:latest` tag on the registry (`gitea.it-drui.de/viewit/kx-bridge:latest`) currently still points to version 'v0.9.25'. Running a `docker compose pull` does not fetch the new `v0.9.26` released a couple of days ago. 2. **Specific tag missing or architecture gap:** If I try to force the update by changing the image tag in my docker-compose to `image: gitea.it-drui.de/viewit/kx-bridge:0.9.26` (or `v0.9.26`), Docker returns a `manifest unknown` error. 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 `:latest` pointer on the container registry? Thanks for your support!
Owner

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:latest and :0.9.26 are now available for amd64 and arm64:

docker compose pull && docker compose up -d

Sorry for the delay!

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:latest` and `:0.9.26` are now available for amd64 and arm64: ``` docker compose pull && docker compose up -d ``` Sorry for the delay!
Owner

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:latest and :0.9.26 are available for amd64 and arm64:

docker compose pull && docker compose up -d

As always, your reports are genuinely valuable — every issue you open helps make the bridge better for everyone. Thank you for taking the time.

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:latest` and `:0.9.26` are available for amd64 and arm64: ``` docker compose pull && docker compose up -d ``` As always, your reports are genuinely valuable — every issue you open helps make the bridge better for everyone. Thank you for taking the time.
viewit added the
bug
label 2026-06-23 14:01:15 +02:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: viewit/KX-Bridge-Release#68
No description provided.