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

Added Dockerfile for arm32v7 (builds Docker image for Raspberry Pi 3) #447

Closed
wants to merge 4 commits into from
Closed

Conversation

wabuMike
Copy link

@wabuMike wabuMike commented Nov 3, 2019

This PR adds a Dockerfile compatible with arm32v7 instruction sets, specifically Raspberry Pi 3.

@jbarlow83
Copy link
Collaborator

Thanks for the contribution. Did you build it on Docker Hub? I'd like to see that it builds.

Also, do you know how to set up a test procedure on Docker Hub for it?

@wabuMike
Copy link
Author

wabuMike commented Nov 3, 2019

@jbarlow83 No, it's not on Docker Hub yet. I'd love to have it tested somehow. Give me a week or two to find out.

@mawi12345
Copy link
Contributor

I would not maintain this as part of this repo (see #426). Maybe we could collect all other "none official / tested" Dockerfiles in a different repo?

@wabuMike
Copy link
Author

Building images on Docker Hub for architectures different from amd64 and i386 does not work by default.

Building the proposed Dockerfile can currently only be accomplished on a CPU with arm architecture.

However, there seems to be a way with qemu (see docker/hub-feedback#1261). This will need more investigation on my side.

In the meantime, you might want to consider creating another repo like @mawi12345 suggested.

Copy link
Collaborator

@jbarlow83 jbarlow83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have a look at the recent improvements I made to .docker/Dockerfile. I eliminated some dependencies and such. These should be reflected over.

Generally I am leaning towards the idea of instead linking to the image as a solution for RaspPi users and relying on you to maintain it.

@wabuMike
Copy link
Author

I can't find way to autobuild a Dockerfile for arm architecture in Docker Hub. Thus, I will drop this pull request.

Eventually, I might upload the arm image to my Docker Hub account directly without autobuild.

@wabuMike wabuMike closed this Nov 17, 2019
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

Successfully merging this pull request may close these issues.

3 participants