You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was updating the Smokeping container on RPi4 with Raspbian Bookworm, after some time of not using it, and I ran into a problem. Regarding the Docker hub page, I should use the tag latest or arm64v8-latest. But pulling generates errors like no matching manifest for linux/arm64v8 in the manifest list entrie or no matching manifest for linux/arm/v8 in the manifest list entries.
When I tried this command, I found out that there is (except amd64) just arm64 ... nothing with v8, etc:
This happens because you've got a 32bit OS installed on 64bit hardware, common issue when using Raspberry Pi OS.
It's a 32bit OS with a 64bit Userland.
Is there an existing issue for this?
Current Behavior
I was updating the Smokeping container on RPi4 with Raspbian Bookworm, after some time of not using it, and I ran into a problem. Regarding the Docker hub page, I should use the tag
latest
orarm64v8-latest
. But pulling generates errors likeno matching manifest for linux/arm64v8 in the manifest list entrie
orno matching manifest for linux/arm/v8 in the manifest list entries
.When I tried this command, I found out that there is (except
amd64
) justarm64
... nothing with v8, etc:For me, the solution was this command (which I can't achieve by other tools like Portainer):
I believe that the manifest should be adjusted.
Expected Behavior
using
docker pull linuxserver/smokeping:latest
without any errorSteps To Reproduce
docker pull linuxserver/smokeping:latest
Environment
CPU architecture
arm64
Docker creation
`docker pull linuxserver/smokeping:latest`
Container logs
The text was updated successfully, but these errors were encountered: