Migration to GIT

This commit is contained in:
root
2019-05-29 12:43:01 +03:00
parent 88c1ca9448
commit e7d479c36f
37 changed files with 53 additions and 53 deletions

View File

@ -36,7 +36,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" \