Zabbix v5.0.6 release

This commit is contained in:
Zabbix Packager
2020-11-30 15:39:33 +02:00
parent 77c7183c17
commit 3bb755bb9e
42 changed files with 50 additions and 50 deletions

View File

@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi8/ubi
MAINTAINER Alexey Pustovalov <alexey.pustovalov@zabbix.com>
ARG MAJOR_VERSION=5.0
ARG RELEASE=5
ARG ZBX_VERSION=${MAJOR_VERSION}.5
ARG RELEASE=6
ARG ZBX_VERSION=${MAJOR_VERSION}.6
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}