mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
🐛 Bug Report: New version 0.29 fails to start #360
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.
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
@truncsphere commented on GitHub:
Looks like this was fixed. Was just able to start the image set to
ghcr.io/pocket-id/pocket-id@samiralam commented on GitHub:
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.@kmendell commented on GitHub:
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:
Yes, looks good now, thanks.