From 2876d5e30fde8301f2629305fc2d7504ec608815 Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Wed, 29 Sep 2021 14:21:38 +0300 Subject: [PATCH] Zabbix v5.0.16 release --- agent/alpine/Dockerfile | 2 +- agent/centos/Dockerfile | 2 +- agent/ol/Dockerfile | 2 +- agent/rhel/Dockerfile | 4 ++-- agent/ubuntu/Dockerfile | 2 +- agent2/alpine/Dockerfile | 2 +- agent2/ol/Dockerfile | 2 +- agent2/rhel/Dockerfile | 4 ++-- agent2/ubuntu/Dockerfile | 2 +- java-gateway/alpine/Dockerfile | 2 +- java-gateway/centos/Dockerfile | 2 +- java-gateway/ol/Dockerfile | 2 +- java-gateway/rhel/Dockerfile | 4 ++-- java-gateway/ubuntu/Dockerfile | 2 +- proxy-mysql/alpine/Dockerfile | 2 +- proxy-mysql/centos/Dockerfile | 2 +- proxy-mysql/ol/Dockerfile | 2 +- proxy-mysql/rhel/Dockerfile | 4 ++-- proxy-mysql/ubuntu/Dockerfile | 2 +- proxy-sqlite3/alpine/Dockerfile | 2 +- proxy-sqlite3/centos/Dockerfile | 2 +- proxy-sqlite3/ol/Dockerfile | 2 +- proxy-sqlite3/rhel/Dockerfile | 4 ++-- proxy-sqlite3/ubuntu/Dockerfile | 2 +- server-mysql/alpine/Dockerfile | 2 +- server-mysql/centos/Dockerfile | 2 +- server-mysql/ol/Dockerfile | 2 +- server-mysql/rhel/Dockerfile | 4 ++-- server-mysql/ubuntu/Dockerfile | 2 +- server-pgsql/alpine/Dockerfile | 2 +- server-pgsql/centos/Dockerfile | 2 +- server-pgsql/ol/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/ol/Dockerfile | 2 +- web-apache-mysql/ubuntu/Dockerfile | 2 +- web-apache-pgsql/alpine/Dockerfile | 2 +- web-apache-pgsql/centos/Dockerfile | 2 +- web-apache-pgsql/ol/Dockerfile | 2 +- web-apache-pgsql/ubuntu/Dockerfile | 2 +- web-nginx-mysql/alpine/Dockerfile | 2 +- web-nginx-mysql/centos/Dockerfile | 2 +- web-nginx-mysql/ol/Dockerfile | 2 +- web-nginx-mysql/rhel/Dockerfile | 4 ++-- web-nginx-mysql/ubuntu/Dockerfile | 2 +- web-nginx-pgsql/alpine/Dockerfile | 2 +- web-nginx-pgsql/centos/Dockerfile | 2 +- web-nginx-pgsql/ol/Dockerfile | 2 +- web-nginx-pgsql/ubuntu/Dockerfile | 2 +- zabbix-appliance/rhel/Dockerfile | 4 ++-- 54 files changed, 62 insertions(+), 62 deletions(-) diff --git a/agent/alpine/Dockerfile b/agent/alpine/Dockerfile index 479c0ae7b..fd55a10b8 100644 --- a/agent/alpine/Dockerfile +++ b/agent/alpine/Dockerfile @@ -37,7 +37,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 b99acd9dd..f21aa6c6c 100644 --- a/agent/centos/Dockerfile +++ b/agent/centos/Dockerfile @@ -60,7 +60,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/ol/Dockerfile b/agent/ol/Dockerfile index 04d4edc16..5732edaa2 100644 --- a/agent/ol/Dockerfile +++ b/agent/ol/Dockerfile @@ -42,7 +42,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/rhel/Dockerfile b/agent/rhel/Dockerfile index 857489cdd..7e212d30d 100644 --- a/agent/rhel/Dockerfile +++ b/agent/rhel/Dockerfile @@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi8/ubi MAINTAINER Alexey Pustovalov ARG MAJOR_VERSION=5.0 -ARG RELEASE=15 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG RELEASE=16 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/agent/ubuntu/Dockerfile b/agent/ubuntu/Dockerfile index 887e5238c..6bbb2bbea 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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 581d05940..1bc81b640 100644 --- a/agent2/alpine/Dockerfile +++ b/agent2/alpine/Dockerfile @@ -36,7 +36,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/ol/Dockerfile b/agent2/ol/Dockerfile index 5e156144f..6f973126c 100644 --- a/agent2/ol/Dockerfile +++ b/agent2/ol/Dockerfile @@ -42,7 +42,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/rhel/Dockerfile b/agent2/rhel/Dockerfile index 66115b8fa..fb4bbace3 100644 --- a/agent2/rhel/Dockerfile +++ b/agent2/rhel/Dockerfile @@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi8/ubi MAINTAINER Alexey Pustovalov ARG MAJOR_VERSION=5.0 -ARG RELEASE=15 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG RELEASE=16 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/agent2/ubuntu/Dockerfile b/agent2/ubuntu/Dockerfile index 81e0dff0f..e6deb5f26 100644 --- a/agent2/ubuntu/Dockerfile +++ b/agent2/ubuntu/Dockerfile @@ -48,7 +48,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 c557b9161..2f2004ef6 100644 --- a/java-gateway/alpine/Dockerfile +++ b/java-gateway/alpine/Dockerfile @@ -29,7 +29,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 fa01bc2d2..7e6b41490 100644 --- a/java-gateway/centos/Dockerfile +++ b/java-gateway/centos/Dockerfile @@ -29,7 +29,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/ol/Dockerfile b/java-gateway/ol/Dockerfile index 2005625ed..59bb1deb8 100644 --- a/java-gateway/ol/Dockerfile +++ b/java-gateway/ol/Dockerfile @@ -31,7 +31,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/rhel/Dockerfile b/java-gateway/rhel/Dockerfile index f48b8159e..9b902c684 100644 --- a/java-gateway/rhel/Dockerfile +++ b/java-gateway/rhel/Dockerfile @@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi8/ubi MAINTAINER Alexey Pustovalov ARG MAJOR_VERSION=5.0 -ARG RELEASE=15 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG RELEASE=16 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/java-gateway/ubuntu/Dockerfile b/java-gateway/ubuntu/Dockerfile index 76961d450..e6d4a517b 100644 --- a/java-gateway/ubuntu/Dockerfile +++ b/java-gateway/ubuntu/Dockerfile @@ -30,7 +30,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 edf91717b..c48bd68bd 100644 --- a/proxy-mysql/alpine/Dockerfile +++ b/proxy-mysql/alpine/Dockerfile @@ -52,7 +52,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 9a97d0e04..e87638e36 100644 --- a/proxy-mysql/centos/Dockerfile +++ b/proxy-mysql/centos/Dockerfile @@ -81,7 +81,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/ol/Dockerfile b/proxy-mysql/ol/Dockerfile index 1958dddfd..9ab337bd6 100644 --- a/proxy-mysql/ol/Dockerfile +++ b/proxy-mysql/ol/Dockerfile @@ -59,7 +59,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/rhel/Dockerfile b/proxy-mysql/rhel/Dockerfile index 3cc31e5ff..f47196d6a 100644 --- a/proxy-mysql/rhel/Dockerfile +++ b/proxy-mysql/rhel/Dockerfile @@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi8/ubi MAINTAINER Alexey Pustovalov ARG MAJOR_VERSION=5.0 -ARG RELEASE=15 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG RELEASE=16 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/ubuntu/Dockerfile b/proxy-mysql/ubuntu/Dockerfile index 951948d84..32de65f47 100644 --- a/proxy-mysql/ubuntu/Dockerfile +++ b/proxy-mysql/ubuntu/Dockerfile @@ -64,7 +64,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 7512ad7e7..be7cf6da3 100644 --- a/proxy-sqlite3/alpine/Dockerfile +++ b/proxy-sqlite3/alpine/Dockerfile @@ -51,7 +51,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 c8eee2b88..315fd90e8 100644 --- a/proxy-sqlite3/centos/Dockerfile +++ b/proxy-sqlite3/centos/Dockerfile @@ -79,7 +79,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/ol/Dockerfile b/proxy-sqlite3/ol/Dockerfile index 9dd442145..f52df60b1 100644 --- a/proxy-sqlite3/ol/Dockerfile +++ b/proxy-sqlite3/ol/Dockerfile @@ -57,7 +57,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/rhel/Dockerfile b/proxy-sqlite3/rhel/Dockerfile index be62f1bc1..aeefd57c0 100644 --- a/proxy-sqlite3/rhel/Dockerfile +++ b/proxy-sqlite3/rhel/Dockerfile @@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi8/ubi MAINTAINER Alexey Pustovalov ARG MAJOR_VERSION=5.0 -ARG RELEASE=15 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG RELEASE=16 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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-sqlite3/ubuntu/Dockerfile b/proxy-sqlite3/ubuntu/Dockerfile index 1c238bfc9..72c53b945 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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 f031ff7ad..17d4bcdc2 100644 --- a/server-mysql/alpine/Dockerfile +++ b/server-mysql/alpine/Dockerfile @@ -56,7 +56,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 5ba401f1e..edbe2866e 100644 --- a/server-mysql/centos/Dockerfile +++ b/server-mysql/centos/Dockerfile @@ -85,7 +85,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/ol/Dockerfile b/server-mysql/ol/Dockerfile index dfe8fb0f5..14a867ec4 100644 --- a/server-mysql/ol/Dockerfile +++ b/server-mysql/ol/Dockerfile @@ -64,7 +64,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/rhel/Dockerfile b/server-mysql/rhel/Dockerfile index b5dd47bc6..0d5ef59ed 100644 --- a/server-mysql/rhel/Dockerfile +++ b/server-mysql/rhel/Dockerfile @@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi8/ubi MAINTAINER Alexey Pustovalov ARG MAJOR_VERSION=5.0 -ARG RELEASE=15 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG RELEASE=16 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/ubuntu/Dockerfile b/server-mysql/ubuntu/Dockerfile index bbe39e7f0..f100fffa1 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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 96ea40533..95a85a811 100644 --- a/server-pgsql/alpine/Dockerfile +++ b/server-pgsql/alpine/Dockerfile @@ -56,7 +56,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 ef94907f9..f63f8b84f 100644 --- a/server-pgsql/centos/Dockerfile +++ b/server-pgsql/centos/Dockerfile @@ -85,7 +85,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/ol/Dockerfile b/server-pgsql/ol/Dockerfile index 68caf6b72..3367029cc 100644 --- a/server-pgsql/ol/Dockerfile +++ b/server-pgsql/ol/Dockerfile @@ -62,7 +62,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 9437067cc..7e22f232a 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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 bb9335f85..a3be59348 100644 --- a/snmptraps/alpine/Dockerfile +++ b/snmptraps/alpine/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.12 ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 332678af1..90093b42b 100644 --- a/snmptraps/centos/Dockerfile +++ b/snmptraps/centos/Dockerfile @@ -1,7 +1,7 @@ FROM centos:centos8 ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 6b3d96a75..90c6c4963 100644 --- a/snmptraps/ubuntu/Dockerfile +++ b/snmptraps/ubuntu/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:focal ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 c3456fdd6..3035f6d59 100644 --- a/web-apache-mysql/alpine/Dockerfile +++ b/web-apache-mysql/alpine/Dockerfile @@ -60,7 +60,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 fd6260c17..9d341f369 100644 --- a/web-apache-mysql/centos/Dockerfile +++ b/web-apache-mysql/centos/Dockerfile @@ -52,7 +52,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/ol/Dockerfile b/web-apache-mysql/ol/Dockerfile index 4b71ca40d..050f262a3 100644 --- a/web-apache-mysql/ol/Dockerfile +++ b/web-apache-mysql/ol/Dockerfile @@ -56,7 +56,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 4bf8a9a60..9375b7154 100644 --- a/web-apache-mysql/ubuntu/Dockerfile +++ b/web-apache-mysql/ubuntu/Dockerfile @@ -57,7 +57,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 2c084a63c..2713474f1 100644 --- a/web-apache-pgsql/alpine/Dockerfile +++ b/web-apache-pgsql/alpine/Dockerfile @@ -59,7 +59,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 90c99925c..bd869af2d 100644 --- a/web-apache-pgsql/centos/Dockerfile +++ b/web-apache-pgsql/centos/Dockerfile @@ -52,7 +52,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/ol/Dockerfile b/web-apache-pgsql/ol/Dockerfile index 59d2030e0..13e2ed9a9 100644 --- a/web-apache-pgsql/ol/Dockerfile +++ b/web-apache-pgsql/ol/Dockerfile @@ -55,7 +55,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 434536613..db2074530 100644 --- a/web-apache-pgsql/ubuntu/Dockerfile +++ b/web-apache-pgsql/ubuntu/Dockerfile @@ -57,7 +57,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 5445dad0e..6b066230d 100644 --- a/web-nginx-mysql/alpine/Dockerfile +++ b/web-nginx-mysql/alpine/Dockerfile @@ -53,7 +53,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 ef381229e..6bdcb0c38 100644 --- a/web-nginx-mysql/centos/Dockerfile +++ b/web-nginx-mysql/centos/Dockerfile @@ -44,7 +44,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/ol/Dockerfile b/web-nginx-mysql/ol/Dockerfile index bf8557347..7b29fe6f2 100644 --- a/web-nginx-mysql/ol/Dockerfile +++ b/web-nginx-mysql/ol/Dockerfile @@ -49,7 +49,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/rhel/Dockerfile b/web-nginx-mysql/rhel/Dockerfile index cbc57cb73..f7e293163 100644 --- a/web-nginx-mysql/rhel/Dockerfile +++ b/web-nginx-mysql/rhel/Dockerfile @@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi8/ubi MAINTAINER Alexey Pustovalov ARG MAJOR_VERSION=5.0 -ARG RELEASE=15 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG RELEASE=16 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} diff --git a/web-nginx-mysql/ubuntu/Dockerfile b/web-nginx-mysql/ubuntu/Dockerfile index 26d616ab0..e97a4b299 100644 --- a/web-nginx-mysql/ubuntu/Dockerfile +++ b/web-nginx-mysql/ubuntu/Dockerfile @@ -68,7 +68,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 e0f36b432..07722d451 100644 --- a/web-nginx-pgsql/alpine/Dockerfile +++ b/web-nginx-pgsql/alpine/Dockerfile @@ -52,7 +52,7 @@ RUN set -eux && \ rm -rf /var/cache/apk/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 3d675713d..c8c75d6a9 100644 --- a/web-nginx-pgsql/centos/Dockerfile +++ b/web-nginx-pgsql/centos/Dockerfile @@ -44,7 +44,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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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/ol/Dockerfile b/web-nginx-pgsql/ol/Dockerfile index ae9bc5c7a..2a8383bc2 100644 --- a/web-nginx-pgsql/ol/Dockerfile +++ b/web-nginx-pgsql/ol/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}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 60b3eee1a..72e334288 100644 --- a/web-nginx-pgsql/ubuntu/Dockerfile +++ b/web-nginx-pgsql/ubuntu/Dockerfile @@ -68,7 +68,7 @@ RUN set -eux && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=5.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 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 15e7a20be..075b89d18 100644 --- a/zabbix-appliance/rhel/Dockerfile +++ b/zabbix-appliance/rhel/Dockerfile @@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi8/ubi MAINTAINER Alexey Pustovalov ARG MAJOR_VERSION=5.0 -ARG RELEASE=15 -ARG ZBX_VERSION=${MAJOR_VERSION}.15 +ARG RELEASE=16 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \