Murmur server docker image
Go to file
Alexey Eschenko 9ebf8cafbc Merge branch 'upgrade_1.5.613' into 'master'
v1.5.613

See merge request skobkin/docker-murmur!3
2024-03-04 00:24:41 +00:00
patches Updating Mumble to 1.5.517. Basing image on alpine:3.18. As Mumble has a bug... 2023-07-19 21:33:31 +00:00
.gitignore Now image builds murmur from the source code instead of using official static binary. Static linking is unavailable in the current release. 2022-01-20 03:35:11 +03:00
.gitlab-ci.yml Upgrade to 1.4.287 2023-04-01 20:58:53 +00:00
Dockerfile v1.5.613 2024-03-04 00:24:41 +00:00
LICENSE LICENSE added. 2022-01-20 04:49:34 +03:00
README.md Now image builds murmur from the source code instead of using official static binary. Static linking is unavailable in the current release. 2022-01-20 03:35:11 +03:00

README.md

Murmur server docker image

Build

# For version 1.4.230
docker build --build-arg VERSION=1.4.230 --tag 'skobkin/murmur:1.4.230' --tag 'skobkin/murmur:latest' .

Publish

docker push skobkin/murmur:latest skobkin/murmur:1.4.230

Usage

See skobkin/docker-stacks.