Zabbix v7.4.2 release

This commit is contained in:
Continuous Integration
2025-08-25 16:03:08 +03:00
parent 3d2a0dd9aa
commit c82b6e59f9
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:stream10-minimal
ARG MAJOR_VERSION=7.4
ARG ZBX_VERSION=${MAJOR_VERSION}.1
ARG ZBX_VERSION=${MAJOR_VERSION}.2
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:centos-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder