From 1f8b0eb7cf92c8148e808db53ef9b5aa210ab681 Mon Sep 17 00:00:00 2001 From: Zabbix Packager Date: Mon, 13 Jul 2020 13:25:02 +0300 Subject: [PATCH] Zabbix v5.0.2 release --- agent/alpine/Dockerfile | 2 +- agent/centos/Dockerfile | 2 +- agent/ubuntu/Dockerfile | 2 +- agent2/alpine/Dockerfile | 2 +- java-gateway/alpine/Dockerfile | 2 +- java-gateway/centos/Dockerfile | 2 +- java-gateway/ubuntu/Dockerfile | 2 +- proxy-mysql/alpine/Dockerfile | 2 +- proxy-mysql/centos/Dockerfile | 2 +- proxy-mysql/ubuntu/Dockerfile | 2 +- proxy-sqlite3/alpine/Dockerfile | 2 +- proxy-sqlite3/centos/Dockerfile | 2 +- proxy-sqlite3/ubuntu/Dockerfile | 2 +- server-mysql/alpine/Dockerfile | 2 +- server-mysql/centos/Dockerfile | 2 +- server-mysql/ubuntu/Dockerfile | 2 +- server-pgsql/alpine/Dockerfile | 2 +- server-pgsql/centos/Dockerfile | 2 +- server-pgsql/ubuntu/Dockerfile | 2 +- snmptraps/alpine/Dockerfile | 2 +- snmptraps/centos/Dockerfile | 2 +- snmptraps/ubuntu/Dockerfile | 2 +- web-apache-mysql/alpine/Dockerfile | 2 +- web-apache-mysql/centos/Dockerfile | 2 +- web-apache-mysql/ubuntu/Dockerfile | 2 +- web-apache-pgsql/alpine/Dockerfile | 2 +- web-apache-pgsql/centos/Dockerfile | 2 +- web-apache-pgsql/ubuntu/Dockerfile | 2 +- web-nginx-mysql/alpine/Dockerfile | 2 +- web-nginx-mysql/centos/Dockerfile | 2 +- web-nginx-mysql/ubuntu/Dockerfile | 2 +- web-nginx-pgsql/alpine/Dockerfile | 2 +- web-nginx-pgsql/centos/Dockerfile | 2 +- web-nginx-pgsql/ubuntu/Dockerfile | 2 +- zabbix-appliance/rhel/Dockerfile | 4 ++-- 35 files changed, 36 insertions(+), 36 deletions(-) diff --git a/agent/alpine/Dockerfile b/agent/alpine/Dockerfile index c2a0f2785..7a06d3c51 100644 --- a/agent/alpine/Dockerfile +++ b/agent/alpine/Dockerfile @@ -32,7 +32,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/agent/centos/Dockerfile b/agent/centos/Dockerfile index e760cd05f..9c5ca357b 100644 --- a/agent/centos/Dockerfile +++ b/agent/centos/Dockerfile @@ -38,7 +38,7 @@ RUN set -eux && \ rm -rf /etc/udev/hwdb.bin /root/.pki ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/agent/ubuntu/Dockerfile b/agent/ubuntu/Dockerfile index d70913b01..f58eb8833 100644 --- a/agent/ubuntu/Dockerfile +++ b/agent/ubuntu/Dockerfile @@ -47,7 +47,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/agent2/alpine/Dockerfile b/agent2/alpine/Dockerfile index 591dce078..192975b36 100644 --- a/agent2/alpine/Dockerfile +++ b/agent2/alpine/Dockerfile @@ -30,7 +30,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/java-gateway/alpine/Dockerfile b/java-gateway/alpine/Dockerfile index 76a8227ce..a77636258 100644 --- a/java-gateway/alpine/Dockerfile +++ b/java-gateway/alpine/Dockerfile @@ -23,7 +23,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \ diff --git a/java-gateway/centos/Dockerfile b/java-gateway/centos/Dockerfile index 83a2053ff..164ee6c33 100644 --- a/java-gateway/centos/Dockerfile +++ b/java-gateway/centos/Dockerfile @@ -25,7 +25,7 @@ RUN set -eux && \ rm -rf /etc/udev/hwdb.bin /root/.pki ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/java-gateway/ubuntu/Dockerfile b/java-gateway/ubuntu/Dockerfile index 3eb6ad0bd..7b8f65681 100644 --- a/java-gateway/ubuntu/Dockerfile +++ b/java-gateway/ubuntu/Dockerfile @@ -27,7 +27,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/proxy-mysql/alpine/Dockerfile b/proxy-mysql/alpine/Dockerfile index 1d759ab14..636fe75a6 100644 --- a/proxy-mysql/alpine/Dockerfile +++ b/proxy-mysql/alpine/Dockerfile @@ -48,7 +48,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \ diff --git a/proxy-mysql/centos/Dockerfile b/proxy-mysql/centos/Dockerfile index 2c1e9c8e7..246b864fd 100644 --- a/proxy-mysql/centos/Dockerfile +++ b/proxy-mysql/centos/Dockerfile @@ -54,7 +54,7 @@ RUN set -eux && \ rm -rf /etc/udev/hwdb.bin /root/.pki ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm MIBDIRS=/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL \ diff --git a/proxy-mysql/ubuntu/Dockerfile b/proxy-mysql/ubuntu/Dockerfile index ef28272f4..0a398e7c0 100644 --- a/proxy-mysql/ubuntu/Dockerfile +++ b/proxy-mysql/ubuntu/Dockerfile @@ -65,7 +65,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm MIBDIRS=/var/lib/snmp/mibs/ietf:/var/lib/snmp/mibs/iana:/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL \ diff --git a/proxy-sqlite3/alpine/Dockerfile b/proxy-sqlite3/alpine/Dockerfile index cde05157e..65042c8d0 100644 --- a/proxy-sqlite3/alpine/Dockerfile +++ b/proxy-sqlite3/alpine/Dockerfile @@ -46,7 +46,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/proxy-sqlite3/centos/Dockerfile b/proxy-sqlite3/centos/Dockerfile index 2758811c0..dbfe57ef5 100644 --- a/proxy-sqlite3/centos/Dockerfile +++ b/proxy-sqlite3/centos/Dockerfile @@ -53,7 +53,7 @@ RUN set -eux && \ rm -rf /etc/udev/hwdb.bin /root/.pki ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm MIBDIRS=/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL \ diff --git a/proxy-sqlite3/ubuntu/Dockerfile b/proxy-sqlite3/ubuntu/Dockerfile index 2553c1c77..f5a6222a4 100644 --- a/proxy-sqlite3/ubuntu/Dockerfile +++ b/proxy-sqlite3/ubuntu/Dockerfile @@ -63,7 +63,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm MIBDIRS=/var/lib/snmp/mibs/ietf:/var/lib/snmp/mibs/iana:/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL \ diff --git a/server-mysql/alpine/Dockerfile b/server-mysql/alpine/Dockerfile index 461ef3532..942b1ccd4 100644 --- a/server-mysql/alpine/Dockerfile +++ b/server-mysql/alpine/Dockerfile @@ -51,7 +51,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \ diff --git a/server-mysql/centos/Dockerfile b/server-mysql/centos/Dockerfile index 9570e7d01..4a3f0e76c 100644 --- a/server-mysql/centos/Dockerfile +++ b/server-mysql/centos/Dockerfile @@ -58,7 +58,7 @@ RUN set -eux && \ rm -rf /etc/udev/hwdb.bin /root/.pki ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm MIBDIRS=/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL \ diff --git a/server-mysql/ubuntu/Dockerfile b/server-mysql/ubuntu/Dockerfile index bed9423f1..3ed79680a 100644 --- a/server-mysql/ubuntu/Dockerfile +++ b/server-mysql/ubuntu/Dockerfile @@ -69,7 +69,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm MIBDIRS=/var/lib/snmp/mibs/ietf:/var/lib/snmp/mibs/iana:/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL \ diff --git a/server-pgsql/alpine/Dockerfile b/server-pgsql/alpine/Dockerfile index ed1b814eb..f9f092e76 100644 --- a/server-pgsql/alpine/Dockerfile +++ b/server-pgsql/alpine/Dockerfile @@ -51,7 +51,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \ diff --git a/server-pgsql/centos/Dockerfile b/server-pgsql/centos/Dockerfile index 6d9212fd7..e6452b386 100644 --- a/server-pgsql/centos/Dockerfile +++ b/server-pgsql/centos/Dockerfile @@ -59,7 +59,7 @@ RUN set -eux && \ rm -rf /etc/udev/hwdb.bin /root/.pki ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm MIBDIRS=/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL \ diff --git a/server-pgsql/ubuntu/Dockerfile b/server-pgsql/ubuntu/Dockerfile index 501adf391..8ed3d1022 100644 --- a/server-pgsql/ubuntu/Dockerfile +++ b/server-pgsql/ubuntu/Dockerfile @@ -69,7 +69,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm MIBDIRS=/var/lib/snmp/mibs/ietf:/var/lib/snmp/mibs/iana:/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL \ diff --git a/snmptraps/alpine/Dockerfile b/snmptraps/alpine/Dockerfile index 11de63f0a..271d463cb 100644 --- a/snmptraps/alpine/Dockerfile +++ b/snmptraps/alpine/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.11 ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \ diff --git a/snmptraps/centos/Dockerfile b/snmptraps/centos/Dockerfile index a059e9ac9..bcd69b7a1 100644 --- a/snmptraps/centos/Dockerfile +++ b/snmptraps/centos/Dockerfile @@ -1,7 +1,7 @@ FROM centos:centos7 ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \ diff --git a/snmptraps/ubuntu/Dockerfile b/snmptraps/ubuntu/Dockerfile index 5d955c5f6..2bd532617 100644 --- a/snmptraps/ubuntu/Dockerfile +++ b/snmptraps/ubuntu/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:bionic ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \ diff --git a/web-apache-mysql/alpine/Dockerfile b/web-apache-mysql/alpine/Dockerfile index 472542c12..7ac5dd5ea 100644 --- a/web-apache-mysql/alpine/Dockerfile +++ b/web-apache-mysql/alpine/Dockerfile @@ -55,7 +55,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/web-apache-mysql/centos/Dockerfile b/web-apache-mysql/centos/Dockerfile index 025710896..db5dd1fae 100644 --- a/web-apache-mysql/centos/Dockerfile +++ b/web-apache-mysql/centos/Dockerfile @@ -48,7 +48,7 @@ RUN set -eux && \ rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/web-apache-mysql/ubuntu/Dockerfile b/web-apache-mysql/ubuntu/Dockerfile index a440fff4a..1662e5dc5 100644 --- a/web-apache-mysql/ubuntu/Dockerfile +++ b/web-apache-mysql/ubuntu/Dockerfile @@ -55,7 +55,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/web-apache-pgsql/alpine/Dockerfile b/web-apache-pgsql/alpine/Dockerfile index b3381ca49..697bfcd42 100644 --- a/web-apache-pgsql/alpine/Dockerfile +++ b/web-apache-pgsql/alpine/Dockerfile @@ -54,7 +54,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/web-apache-pgsql/centos/Dockerfile b/web-apache-pgsql/centos/Dockerfile index 9919c7441..4b85f65a0 100644 --- a/web-apache-pgsql/centos/Dockerfile +++ b/web-apache-pgsql/centos/Dockerfile @@ -48,7 +48,7 @@ RUN set -eux && \ rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/web-apache-pgsql/ubuntu/Dockerfile b/web-apache-pgsql/ubuntu/Dockerfile index 1a60e4687..502b16e00 100644 --- a/web-apache-pgsql/ubuntu/Dockerfile +++ b/web-apache-pgsql/ubuntu/Dockerfile @@ -55,7 +55,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/web-nginx-mysql/alpine/Dockerfile b/web-nginx-mysql/alpine/Dockerfile index 01047977d..2151013ac 100644 --- a/web-nginx-mysql/alpine/Dockerfile +++ b/web-nginx-mysql/alpine/Dockerfile @@ -48,7 +48,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/web-nginx-mysql/centos/Dockerfile b/web-nginx-mysql/centos/Dockerfile index 909e44004..b2c11254e 100644 --- a/web-nginx-mysql/centos/Dockerfile +++ b/web-nginx-mysql/centos/Dockerfile @@ -40,7 +40,7 @@ RUN set -eux && \ rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/web-nginx-mysql/ubuntu/Dockerfile b/web-nginx-mysql/ubuntu/Dockerfile index 1f52a322e..b78b834d2 100644 --- a/web-nginx-mysql/ubuntu/Dockerfile +++ b/web-nginx-mysql/ubuntu/Dockerfile @@ -65,7 +65,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/web-nginx-pgsql/alpine/Dockerfile b/web-nginx-pgsql/alpine/Dockerfile index 3099a65de..772657809 100644 --- a/web-nginx-pgsql/alpine/Dockerfile +++ b/web-nginx-pgsql/alpine/Dockerfile @@ -47,7 +47,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/web-nginx-pgsql/centos/Dockerfile b/web-nginx-pgsql/centos/Dockerfile index a54406b90..1230809f2 100644 --- a/web-nginx-pgsql/centos/Dockerfile +++ b/web-nginx-pgsql/centos/Dockerfile @@ -40,7 +40,7 @@ RUN set -eux && \ rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/web-nginx-pgsql/ubuntu/Dockerfile b/web-nginx-pgsql/ubuntu/Dockerfile index e1936f18e..08e67900e 100644 --- a/web-nginx-pgsql/ubuntu/Dockerfile +++ b/web-nginx-pgsql/ubuntu/Dockerfile @@ -65,7 +65,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/zabbix-appliance/rhel/Dockerfile b/zabbix-appliance/rhel/Dockerfile index 1f840a631..286db5fdc 100644 --- a/zabbix-appliance/rhel/Dockerfile +++ b/zabbix-appliance/rhel/Dockerfile @@ -12,8 +12,8 @@ ARG BUILD_DATE ARG VCS_REF ARG MAJOR_VERSION=5.0 -ARG RELEASE=1 -ARG ZBX_VERSION=${MAJOR_VERSION}.1 +ARG RELEASE=2 +ARG ZBX_VERSION=${MAJOR_VERSION}.2 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}