Murmur server docker image
Go to file
Alexey Eschenko adb1d62c0a Merge branch 'upgrade_1_4_287' into 'master'
Upgrade to 1.4.287

See merge request skobkin/docker-murmur!1
2023-04-01 20:58:53 +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 Upgrade to 1.4.287 2023-04-01 20:58:53 +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.