mumble-voip / mumble-docker

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

Unable to build when https://mumble.info is down #8

Closed tomcraft closed 2 years ago

tomcraft commented 2 years ago

Hello, I tried building the image myself and I was unable to complete the build resulting in an infinite wait during the /mumble/repo/scripts/mumble-build-number.py command because the http://mumble.info/ website is down and never timing-out.

It would be great to not hard-depend on a service like this, possible solutions I see are:

Thank you for your work and have a nice day ! :)

Krzmbrzl commented 2 years ago

Yeah adding a timeout seems like a good idea in either case. Adding an additional option to specify the build number as build arg directly also sounds good to me :+1: