mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
🐛 Bug Report: New version 0.29 fails to start #144
Reference in New Issue
Block a user
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?
Originally created by @stanrc85 on GitHub (Feb 5, 2025).
Reproduction steps
When I switched to the new image repo and start the container I get an error.
Expected behavior
Start
Actual Behavior
Error in container logs:
exec /usr/bin/sh: exec format errorVersion and Environment
v0.29 using image from
ghcr.io/pocket-id/pocket-idon my Synology NAS, previous versions on the old repo worked fine.Log Output
No response
@samiralam commented on GitHub (Feb 5, 2025):
I have the same issue. It's preceded by this error when starting the container:
! pocket-id The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v2) and no specific platform was requestedReverting to the old
stonith404/pocket-idimage works as before.@truncsphere commented on GitHub (Feb 5, 2025):
Looks like this was fixed. Was just able to start the image set to
ghcr.io/pocket-id/pocket-id@kmendell commented on GitHub (Feb 6, 2025):
We moved pocket-id to a Organization ghcr.io/pocket-id/pocket-id is the new container image. @stanrc85 can you confirm that works?
@stanrc85 commented on GitHub (Feb 6, 2025):
Yes, looks good now, thanks.