Murmur server docker image
Go to file
Alexey Skobkin dd60546fba Reverting alpine image version. Trying to fix invalid bug with Docker In Docker and MUSL. 2022-01-20 04:16:21 +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 Reverting alpine image version. Trying to fix invalid bug with Docker In Docker and MUSL. 2022-01-20 04:16:21 +03:00
Dockerfile Reverting alpine image version. Trying to fix invalid bug with Docker In Docker and MUSL. 2022-01-20 04:16:21 +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.