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 CENTOS_BASE_IMAGE=quay.io/centos/centos:stream9-minimal
ARG MAJOR_VERSION=7.2
ARG ZBX_VERSION=${MAJOR_VERSION}.2
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:centos-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder
FROM quay.io/centos/centos:stream9-minimal
FROM ${CENTOS_BASE_IMAGE}
ARG MAJOR_VERSION
ARG ZBX_VERSION