Revert "Merge branch '3.4' into master"

This reverts commit e3dd845396, reversing
changes made to 461f869a4a.
This commit is contained in:
root
2018-02-17 16:12:34 -08:00
parent e3dd845396
commit 1be4813733
35 changed files with 101 additions and 152 deletions

View File

@ -48,8 +48,8 @@ RUN locale-gen $LC_ALL && \
apt-get ${APT_FLAGS_COMMON} clean && \
rm -rf /var/lib/apt/lists/*
ARG MAJOR_VERSION=3.4
ARG ZBX_VERSION=${MAJOR_VERSION}.6
ARG MAJOR_VERSION=master
ARG ZBX_VERSION=${MAJOR_VERSION}
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} DB_TYPE=${DB_TYPE}