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 GitHub
parent 01520d3e5d
commit d71a2605d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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