mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 00:24:58 +02:00
Migration to GIT
This commit is contained in:
@ -57,7 +57,7 @@ RUN addgroup zabbix && \
|
||||
|
||||
ARG MAJOR_VERSION=4.0
|
||||
ARG ZBX_VERSION=${MAJOR_VERSION}.7
|
||||
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
|
||||
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
|
||||
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}
|
||||
|
||||
LABEL org.label-schema.usage="https://www.zabbix.com/documentation/${MAJOR_VERSION}/manual/installation/containers" \
|
||||
|
Reference in New Issue
Block a user