chore: set Zabbix version tags in Dockerfiles

This commit is contained in:
Marks Sunins
2025-07-01 06:33:40 +00:00
parent a84e942ce1
commit 8534e1b944
94 changed files with 152 additions and 152 deletions

View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=ubuntu:noble
ARG MAJOR_VERSION=7.4
ARG ZBX_VERSION=${MAJOR_VERSION}
ARG ZBX_VERSION=${MAJOR_VERSION}.0
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder