-
Notifications
You must be signed in to change notification settings - Fork 331
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
Can't build image on raspberry pi4 #99
Comments
Just ran into this same issue. When attempting to run on RPi4 using Docker for linux/arm64 I receive this output: |
@jonmacchio Using @sameersbn image i have managed to get this rebuilt for armv7 now and got it running on pi4 |
@ashvants Any advice on how to rebuild for arm architecture? |
It is not straight forward build process., needs some level of debugging as well. docker buildx create --name BuilderName #Login to your container registry #Build and push to your container repository or if you want to skip the steps and try my build which is available on docker registry you can try running the docker pull ashvants01/bind-testv1:latest without user configdocker run --name bind -d --restart=always --publish 53:53/tcp --publish 53:53/udp --publish 10000:10000/tcp --volume ~/bind/srv/docker/bind:/data ashvants01/bind-testv1:latest #with root user config |
@ashvants Was able to follow your steps and got bind working and successfully logged in to webmin! Thanks!! |
It doesn't work for me. 😞 On the first run I got this errors:
After I changes the tag for the base image from
I ran the build on a Mac (macOS 10 with Docker Desktop 2.4.0.0 Engine 19.03.13) and an Linux machine (Ubuntu Bionic with Docker version 19.03.13, build 4484c46d9d) with exact the same results. |
getting below error when trying to build on raspberry pi 4.
no matching manifest for linux/arm/v7 in the manifest list entries
The text was updated successfully, but these errors were encountered: