Updated env variables for building process

This commit is contained in:
Alexey Pustovalov
2025-01-06 17:24:57 +09:00
parent d9b5a9b5e0
commit aae532547e
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.4
ARG ZBX_VERSION=${MAJOR_VERSION}
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