Zabbix v7.0.16 release

This commit is contained in:
Continuous Integration
2025-06-27 13:48:56 +03:00
parent 907c4461ab
commit 50d69560ee
89 changed files with 104 additions and 104 deletions

View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=quay.io/centos/centos:stream9-minimal
ARG MAJOR_VERSION=7.0
ARG ZBX_VERSION=${MAJOR_VERSION}.15
ARG ZBX_VERSION=${MAJOR_VERSION}.16
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:centos-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder