Murmur server docker image
Go to file
Alexey Skobkin 46e417162a 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
.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 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
Dockerfile 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 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.