-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
[BUG] no matching manifest for linux/arm/v8 in the manifest list entries #310
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
We do not publish arm32 images. If your device is 64bit, you should have a 64bit OS. |
@Roxedus I cannot upgrade to 64bit OS, the coreelec is not support with my device with 64bit os |
CoreELEC:~ # docker version Server: this is my system info and docker info |
You can't run those images as your OS clearly states "OS/Arch: linux/arm" |
yeah, i cannot, so is it possible to add back the arm64/v8 image back, i can use that image |
If you look, we have those images. Your issue is your host OS. |
i need a image with variant is v8, just like the jellyfin
|
I think it will not take too much time add this, maybe just docker build with another param? |
We know what you need, which is a 32-bit image, and we haven't published 32-bit images in over a year now, as per https://www.linuxserver.io/armhf For all of the reasons stated there we will not be reintroducing 32-bit images for any of the containers we support. |
where should i run this command? |
On the host via CLI/SSH. |
Yes, I am this case, so there is no workaround to use the docker image? |
The work around is to install a 64bit OS. |
Is there an existing issue for this?
Current Behavior
docker pull linuxserver/sonarr:arm64v8-develop
it tell me the follow error:
no matching manifest for linux/arm/v8 in the manifest list entries
Expected Behavior
No response
Steps To Reproduce
docker pull linuxserver/sonarr:arm64v8-develop on a 32bit device(my device is coreelec os)
Environment
CPU architecture
arm64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: