Revert "Updated CentOS 9 to CentOS 10 Stream"

This reverts commit f0feafafc1.
This commit is contained in:
Alexey Pustovalov
2025-02-18 15:32:19 +09:00
parent f0feafafc1
commit e678ca156f
18 changed files with 73 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=quay.io/centos/centos:stream10-minimal
ARG OS_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}
@@ -36,7 +36,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
set -eux && \
INSTALL_PKGS="bash \
shadow-utils \
java-21-openjdk-headless \
java-17-openjdk-headless \
findutils" && \
microdnf -y install \
--disablerepo "*" \