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

mumble docker image error #39

Closed
sbodese opened this issue Mar 17, 2024 · 8 comments
Closed

mumble docker image error #39

sbodese opened this issue Mar 17, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@sbodese
Copy link

sbodese commented Mar 17, 2024

Description

hi folks

the latest docker image
mumblevoip/mumble-server:latest
wont work

docker log says:

exec /entrypoint.sh: exec format error

Steps to reproduce

run the current docker image

Mumble version

mumblevoip/mumble-server:latest

Mumble component

Server

OS

Linux

Reproducible?

Yes

Additional information

No response

Relevant log output

No response

Screenshots

No response

@sbodese sbodese added the bug Something isn't working label Mar 17, 2024
@Krzmbrzl Krzmbrzl transferred this issue from mumble-voip/mumble Mar 17, 2024
@Krzmbrzl
Copy link
Member

How exactly do you run the image?

@Krzmbrzl
Copy link
Member

Krzmbrzl commented Mar 18, 2024

Does it work without compose (Aka: a plain docker run)?

Architecture: arm64 / aarch64

How does this work? We don't have an image for this architecture yet 👀

@Krzmbrzl
Copy link
Member

See #3

@Krzmbrzl
Copy link
Member

@sbodese any chance you are also using the docker image on a non-supported platform?

@sbodese
Copy link
Author

sbodese commented Mar 19, 2024

Hi, thanks, jep i use armv71.

@Krzmbrzl
Copy link
Member

Alright then I think we found the issue. It's weird that docker compose doesn't warn/error due to incompatible architecture though.
Anyway, once we release 1.5 we'll have ARM support and this should solve the issue. Until then I'll have to refer you to manually building the docker image yourself (from the master or 1.5.x branch in the main Mumble repo)

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

3 participants
@sbodese @Krzmbrzl and others