Skip to content
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

Wrong architecture on docker arm32v7 image #940

Closed
bota87 opened this issue Feb 6, 2022 · 2 comments
Closed

Wrong architecture on docker arm32v7 image #940

bota87 opened this issue Feb 6, 2022 · 2 comments
Assignees
Labels
blocked bug Something isn't working docker

Comments

@bota87
Copy link
Contributor

bota87 commented Feb 6, 2022

Describe the bug
The image 0.12.1-arm32v7 hosted on Docker Hub have the wrong architecture

To Reproduce
Start the container on a arm7 system (like Raspberry OS) and you get this warning

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested

Screenshots
image

@ShahanaFarooqui
Copy link
Collaborator

@bota87 As suggested here , you can use --platform=linux/arm/v7 flag with docker run to ignore the warning for now.

@saubyk Blocking the issue on you :). RTL's CircleCI and docker compose setup scripts are too old and should to be updated soon.

CircleCI and docket compose both can be removed while adding docker actions directly thorough github actions and buildx. Before moving forward, I want to discuss the solution with you to understand its effects on BTCPayServer and Umbrel.

Reference links for me:
https://www.docker.com/blog/multi-arch-images/
https://docs.docker.com/desktop/multi-arch/
https://github.com/docker/build-push-action#multi-platform-image
https://github.com/docker/buildx/blob/master/docs/reference/buildx_bake.md
docker/for-linux#1170
https://medium.com/@artur.klauser/building-multi-architecture-docker-images-with-buildx-27d80f7e2408
pi-hole/docker-pi-hole#735
https://github.com/multiarch/qemu-user-static

@saubyk
Copy link
Collaborator

saubyk commented Sep 4, 2022

This is fixed release 13 onwards

@saubyk saubyk closed this as completed Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked bug Something isn't working docker
Projects
None yet
Development

No branches or pull requests

3 participants