Zabbix v5.0.8 release

This commit is contained in:
Zabbix Packager
2021-01-25 15:20:31 +02:00
parent 73667b9627
commit eca0c6e8df
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=7
ARG ZBX_VERSION=${MAJOR_VERSION}.7
ARG RELEASE=8
ARG ZBX_VERSION=${MAJOR_VERSION}.8
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \