Updated env variables for building process

This commit is contained in:
Alexey Pustovalov
2025-01-06 17:24:57 +09:00
parent 34dcfa3bb8
commit 063e9b821d
78 changed files with 236 additions and 180 deletions

View File

@ -1,11 +1,12 @@
# syntax=docker/dockerfile:1
ARG UBUNTU_BASE_IMAGE=ubuntu:noble
ARG MAJOR_VERSION=7.2
ARG ZBX_VERSION=${MAJOR_VERSION}.2
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder
FROM ubuntu:noble
FROM ${UBUNTU_BASE_IMAGE}
ARG MAJOR_VERSION
ARG ZBX_VERSION