Added missing Zabbix agent 2 status port

This commit is contained in:
Alexey Pustovalov
2024-12-23 23:05:30 +09:00
parent 16eb5a5331
commit 5aceb985cf
4 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,6 @@
ARG MAJOR_VERSION=7.0
ARG ZBX_VERSION=${MAJOR_VERSION}.7
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
FROM ${BUILD_BASE_IMAGE} AS builder