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

@ -10,11 +10,11 @@ ARG MAJOR_VERSION
ARG RELEASE
ARG ZBX_VERSION
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ARG GIT_BRANCH=master
ARG GIT_BRANCH
LABEL description="Zabbix build base for SQLite3 based images" \
maintainer="alexey.pustovalov@zabbix.com" \
name="zabbix/zabbix-build-sqlite3-trunk" \
name="zabbix/zabbix-build-sqlite3-70" \
release="${RELEASE}" \
summary="Zabbix build base (SQLite3)" \
url="https://www.zabbix.com/" \