Open ngocphamm opened 3 years ago
The latest docker image weren't yet published. Try this one: docker pull achannarasappa/ticker:3.0.6-arm64v8
I tried docker pull achannarasappa/ticker
and got no matching manifest for linux/arm/v7 in the manifest list entries
Then I tred your suggestion docker pull achannarasappa/ticker:3.0.6-arm64v8
. It downloaded okay this time, but running the image result in the similar message as above
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested
standard_init_linux.go:219: exec user process caused: exec format error
Try downloading the latest release v3.0.7 which supports armv7 which it looks like you have. I'll have to do some research to understand how to get this working within docker
Tried both docker pull achannarasappa/ticker
and docker pull achannarasappa/ticker:3.0.7
to no luck. The page still shows no image for armv7 https://hub.docker.com/r/achannarasappa/ticker/tags?page=1&ordering=last_updated
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Not resovled yet.
Describe the bug Does not run on Raspberry Pi Docker. Seems like there's no image available for the platform
To Reproduce Steps to reproduce the behavior:
sudo docker run -it --rm -v ${PWD}/.config/ticker.yaml:/.ticker.yaml achannarasappa/ticker
Expected behavior Should run properly, because of https://github.com/achannarasappa/ticker/issues/82
Environment (please complete the following information):
Additional context Command output in my Raspberry Pi
DockerHub doesn't show any tags except for
linux/amd64
🤔 https://hub.docker.com/r/achannarasappa/ticker/tags?page=1&ordering=last_updated