From 84b3b296445250fa514a6d9e082841190c210e83 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Sun, 6 Oct 2019 11:42:29 +0300 Subject: [PATCH] README.md: add `binaries` section with urls to pre-compiled binaries and docker images --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 25945e03cb..e6b607b7e3 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,18 @@ Each service may scale independently and may run on the most suitable hardware. +## Binaries + +Compiled binaries for cluster version are available in the `assets` section of [releases page](https://github.com/VictoriaMetrics/VictoriaMetrics/releases). +See archives containing `cluster` word. + +Docker images for cluster version are available here: + +- `vminsert` - https://hub.docker.com/r/victoriametrics/vminsert/tags +- `vmselect` - https://hub.docker.com/r/victoriametrics/vmselect/tags +- `vmstorage` - https://hub.docker.com/r/victoriametrics/vmstorage/tags + + ## Building from sources Source code for cluster version is available at [cluster branch](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/cluster).