-
-
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
Cannot run on Rpi3B+ aarch64 #95
Comments
Which tag are you using ? All tags are here : https://hub.docker.com/r/joxit/docker-registry-ui/tags arm64v8 based images can't be used on aarch64 ? Did you ever used a nginx based docker image on your aarch64 Rpi ? |
I actually tried various tags in case I was misunderstanding their purpose, but was expecting arm64v8-static to work. I managed to run nginx on the Rpi with an image from linuxserver/docker-nginx, which makes use of Docker manifest :
|
Ok, thank you for your response. |
Just tested, I does works |
Okay, that's a good news joxit/docker-registry-ui:arm64v8-static is based on arm64v8/nginx, so this should work too. |
No responses, mark as closed |
Yes, this is normal, when you build a docker on a specific architecture, it will add your architecture as metadata in the image. My images are build by docker hub, and their servers are based on amd64 so it adds amd64 as architecture... |
Hello,
I cannot manage to run the project on a Raspberry 3 B+ loaded with RancherOs.
The problem may lie in the architecture resolution : AFAIK arm64v8 images should run on aarch64 labelled architecture [1], but docker says 'platform unsupported'.
I don't have deep docker knowledge, but a manifest may help resolution ?
uname -a
:partial
docker info
:Thx !
The text was updated successfully, but these errors were encountered: