Zabbix v3.0.27 release

This commit is contained in:
Zabbix Packager
2019-05-28 18:18:14 +03:00
parent eea9f972bf
commit ca1c7f4495
37 changed files with 52 additions and 52 deletions

View File

@ -57,7 +57,7 @@ RUN addgroup zabbix && \
ARG MAJOR_VERSION=3.0
ARG ZBX_VERSION=${MAJOR_VERSION}.27
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}
LABEL org.label-schema.usage="https://www.zabbix.com/documentation/${MAJOR_VERSION}/manual/installation/containers" \