mumble-voip / mumble-docker

The official Mumble Docker image
BSD 3-Clause "New" or "Revised" License
146 stars 34 forks source link

mumble docker image error #39

Closed sbodese closed 8 months ago

sbodese commented 8 months ago

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

Krzmbrzl commented 8 months ago

How exactly do you run the image?

Krzmbrzl commented 8 months ago

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 commented 8 months ago

See #3

Krzmbrzl commented 8 months ago

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

sbodese commented 8 months ago

Hi, thanks, jep i use armv71.

Krzmbrzl commented 8 months ago

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)