Updated env variables for building process

This commit is contained in:
Alexey Pustovalov
2025-01-06 17:24:57 +09:00
parent ded52bf77c
commit 70c92de327
76 changed files with 228 additions and 178 deletions

View File

@ -1,11 +1,12 @@
# syntax=docker/dockerfile:1
ARG CENTOS_BASE_IMAGE=quay.io/centos/centos:stream9-minimal
ARG MAJOR_VERSION=6.0
ARG ZBX_VERSION=${MAJOR_VERSION}.37
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