mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-21 15:45:01 +00:00
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:
parent
01520d3e5d
commit
d71a2605d1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# All these commands must run from repository root.
|
# All these commands must run from repository root.
|
||||||
|
|
||||||
DOCKER_NAMESPACE := victoriametrics
|
DOCKER_NAMESPACE ?= victoriametrics
|
||||||
|
|
||||||
ROOT_IMAGE ?= alpine:3.17.3
|
ROOT_IMAGE ?= alpine:3.17.3
|
||||||
CERTS_IMAGE := alpine:3.17.3
|
CERTS_IMAGE := alpine:3.17.3
|
||||||
|
|
Loading…
Reference in a new issue