Skip to content

Unable to pull papermerge/papermerge:3.4 no matching manifest for linux/arm64/v8 in the manifest list entries #590

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
annenies opened this issue Mar 6, 2025 · 1 comment

Comments

@annenies
Copy link

annenies commented Mar 6, 2025

Trying to use Docker desktop to pull and run v3.4 on a MacBook Pro with a Apple M1 Pro chip, but keep getting the following error:

Unable to pull papermerge/papermerge:3.4 no matching manifest for linux/arm64/v8 in the manifest list entries

Have tried a few different versions and recieve the error for all of them.

@ciur
Copy link
Member

ciur commented Mar 6, 2025

Try --platform linux/amd64 flag i.e.

docker pull --platform linux/amd64  papermerge/papermerge:3.4

For reference:
https://stackoverflow.com/questions/67458621/how-to-run-amd64-docker-image-on-arm64-host-platform
https://docs.papermerge.io/3.4/setup/docker/#apple-m1-m2-users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants