Skip to content
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

Does not run on Raspberry Pi Docker #90

Open
ngocphamm opened this issue Feb 10, 2021 · 6 comments
Open

Does not run on Raspberry Pi Docker #90

ngocphamm opened this issue Feb 10, 2021 · 6 comments
Labels
bug Something isn't working

Comments

@ngocphamm
Copy link

ngocphamm commented Feb 10, 2021

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:

  1. Run sudo docker run -it --rm -v ${PWD}/.config/ticker.yaml:/.ticker.yaml achannarasappa/ticker
  2. See error

Expected behavior
Should run properly, because of #82

Environment (please complete the following information):

  • Raspberry Pi 4B
  • OS: Raspbian
  • ticker Version: pretty sure it's latest, from Docker

Additional context
Command output in my Raspberry Pi

pi@rpi4b:~ % sudo docker run -it --rm -v ${PWD}/.config/ticker.yaml:/.ticker.yaml achannarasappa/ticker
Unable to find image 'achannarasappa/ticker:latest' locally
latest: Pulling from achannarasappa/ticker
4c0d98bf9879: Pull complete
1f4f74f9247d: Pull complete
Digest: sha256:df09a7b551a285165567d485f98541ea5870daea74cf7aa6741243b8af5ee0be
Status: Downloaded newer image for achannarasappa/ticker:latest
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

pi@rpi4b:~ %  uname -a
Linux rpi4b 5.4.51-v7l+ #1333 SMP Mon Aug 10 16:51:40 BST 2020 armv7l GNU/Linux

DockerHub doesn't show any tags except for linux/amd64 🤔 https://hub.docker.com/r/achannarasappa/ticker/tags?page=1&ordering=last_updated

@ngocphamm ngocphamm added the bug Something isn't working label Feb 10, 2021
@achannarasappa
Copy link
Owner

The latest docker image weren't yet published. Try this one: docker pull achannarasappa/ticker:3.0.6-arm64v8

@ngocphamm
Copy link
Author

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

@achannarasappa
Copy link
Owner

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

@ngocphamm
Copy link
Author

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

@github-actions
Copy link

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.

@github-actions github-actions bot added the Stale label Mar 14, 2021
@ngocphamm
Copy link
Author

Not resovled yet.

@github-actions github-actions bot removed the Stale label Mar 15, 2021
@achannarasappa achannarasappa added this to the future-release milestone Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants