Prepare for Zabbix 7.0 release

This commit is contained in:
Alexey Pustovalov
2024-06-04 14:59:24 +09:00
parent d658a420f7
commit db93643235
64 changed files with 120 additions and 125 deletions

View File

@ -8,7 +8,7 @@ FROM ${BUILD_BASE_IMAGE} AS builder
ARG MAJOR_VERSION
ARG ZBX_VERSION
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ARG GIT_BRANCH=master
ARG GIT_BRANCH
LABEL org.opencontainers.image.authors="Alexey Pustovalov <alexey.pustovalov@zabbix.com>" \
org.opencontainers.image.description="Zabbix build base for SQLite3 based images" \