hcengineering / hcengineering/huly-selfhost
Manifest Unknown for amd64 Architecture on Self-Hosted Images
- Dominant language
- Shell
- Stars
- 3.5k
- Forks
- 469
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I am trying to run the self-hosted version of Huly using the provided Docker images from ghcr.io, but the pull fails with a manifest unknown error.
My Environment:
Architecture: x86_64 (confirmed with uname -m)
Docker Host OS: Arch Linux
Docker Version: 28.2.2
Error:
When running docker-compose up or docker pull, I receive the following error:
Error response from daemon: manifest unknown
This happens for the following images:
ghcr.io/hcengineering/huly-selfhost-transactor:latest
ghcr.io/hcengineering/huly-selfhost-front:latest
(and likely the others)
Troubleshooting Done:
To confirm the issue is not with my local Docker setup, I successfully pulled another public image from ghcr.io:
Bash
$ docker pull ghcr.io/linuxserver/nextcloud:latest
latest: Pulling from linuxserver/nextcloud
...
Status: Downloaded newer image for ghcr.io/linuxserver/nextcloud:latest
Pulling another image from ghcr.io succesfully passes the sanity check for my docker setup.
Could you please investigate and fix the amd64 manifests for the self-hosted images on ghcr.io?
Thank you!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.