deployment/docker: allow overriding docker namespace (#4265)

It makes it easier for users who build and self-host images to publish their images without changing tags manually.

Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
This commit is contained in:
Zakhar Bessarab 2023-05-08 10:34:05 +04:00 committed by Aliaksandr Valialkin
parent 3049754575
commit 2856e15a6e
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -1,6 +1,6 @@
# All these commands must run from repository root.
DOCKER_NAMESPACE := victoriametrics
DOCKER_NAMESPACE ?= victoriametrics
ROOT_IMAGE ?= alpine:3.17.3
CERTS_IMAGE := alpine:3.17.3