From 1aa0eefd188754e18bfc87d60cbf4729e4d7b07e Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 2 Jun 2020 22:46:58 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: sync with master --- docs/Single-server-VictoriaMetrics.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 17181f8ca7..2db82db027 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -582,11 +582,11 @@ Run `make package-victoria-metrics`. It builds `victoriametrics/victoria-metrics `` is auto-generated image tag, which depends on source code in the repository. The `` may be manually set via `PKG_TAG=foobar make package-victoria-metrics`. -By default the image is built on top of `scratch` image. It is possible to build the package on top of any other base image -by setting it via `` environment variable. For example, the following command builds the image on top of `alpine:3.11` image: +By default the image is built on top of `alpine` image for improved debuggability. It is possible to build the package on top of any other base image +by setting it via `` environment variable. For example, the following command builds the image on top of `scratch` image: ```bash -ROOT_IMAGE=alpine:3.11 make package-victoria-metrics +ROOT_IMAGE=scratch make package-victoria-metrics ``` ### Start with docker-compose