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

MediathekviewWeb Docker Container #251

Open
MrFly72 opened this issue Aug 9, 2022 · 2 comments
Open

MediathekviewWeb Docker Container #251

MrFly72 opened this issue Aug 9, 2022 · 2 comments

Comments

@MrFly72
Copy link

MrFly72 commented Aug 9, 2022

Hi.

Just tried the docker container on a raspi, but the container reboot permanently.
The docker log states:
exec /usr/local/bin/docker-entrypoint.sh: exec format error
for the container mediathekviewweb + elasticsearch.
Any idea whats going wrong?
Is it supposed to work, as there is no information on the docker hub at all?

@bagbag
Copy link
Member

bagbag commented Aug 9, 2022

Just because there is no further information does not mean that it is supposed to work. It would be supposed to work if there was written that it is supposed to work.

The problem is that the mediathekviewweb image is built for x86, not arm - which is raspi has.
For elasticsearch there is official support for other architectures: https://github.com/docker-library/official-images#architectures-other-than-amd64.
For mediathekviewweb you have to build it yourself on the raspi - I don't see a reason why it shouldn't work.

@MrFly72
Copy link
Author

MrFly72 commented Aug 9, 2022

Ah ok. I thought docker will check if there is an appropriate version on docker hub and only continues if there is.
Sorry for the confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants