Updated Nginx 1.26 and PHP 8.3 on CentOS, RHEL, Oracle Linux. RHEL 9.6 -> 9.7

This commit is contained in:
Alexey Pustovalov 2025-12-18 15:14:36 +09:00
parent 0a029eda7b
commit 1ee7d91e9d
21 changed files with 31 additions and 31 deletions

2
.env
View File

@ -82,7 +82,7 @@ ALPINE_BASE_IMAGE=alpine:3.23
CENTOS_BASE_IMAGE=quay.io/centos/centos:stream9-minimal
OL_BASE_IMAGE=oraclelinux:9-slim
UBUNTU_BASE_IMAGE=ubuntu:noble
RHEL_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
RHEL_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
# Base images
BUILD_BASE_IMAGE=zabbix-build-base

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
ARG MAJOR_VERSION=7.2
ARG RELEASE=15
ARG ZBX_VERSION=${MAJOR_VERSION}.15

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
ARG MAJOR_VERSION=7.2
ARG RELEASE=15
ARG ZBX_VERSION=${MAJOR_VERSION}.15

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
FROM ${OS_BASE_IMAGE}
ARG MAJOR_VERSION=7.2

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
ARG MAJOR_VERSION=7.2
ARG RELEASE=15
ARG ZBX_VERSION=${MAJOR_VERSION}.15

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
ARG MAJOR_VERSION=7.2
ARG RELEASE=15
ARG ZBX_VERSION=${MAJOR_VERSION}.15

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
ARG MAJOR_VERSION=7.2
ARG RELEASE=15
ARG ZBX_VERSION=${MAJOR_VERSION}.15

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
ARG MAJOR_VERSION=7.2
ARG RELEASE=15
ARG ZBX_VERSION=${MAJOR_VERSION}.15

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
ARG MAJOR_VERSION=7.2
ARG RELEASE=15
ARG ZBX_VERSION=${MAJOR_VERSION}.15

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
FROM ${OS_BASE_IMAGE}
ARG MAJOR_VERSION=7.2

View File

@ -66,7 +66,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.2 && \
php:8.3 && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "baseos" \

View File

@ -59,7 +59,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "ol9_appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.2 && \
php:8.3 && \
microdnf -y install \
--disablerepo="*" \
--enablerepo="ol9_baseos_latest" \

View File

@ -66,7 +66,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.2 \
php:8.3 \
postgresql:16 && \
microdnf -y install \
--disablerepo "*" \

View File

@ -59,7 +59,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "ol9_appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.2 \
php:8.3 \
postgresql:16 && \
microdnf -y install \
--disablerepo="*" \

View File

@ -57,8 +57,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.2 \
nginx:1.24 && \
php:8.3 \
nginx:1.26 && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "extras-common" \

View File

@ -57,8 +57,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "ol9_appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.2 \
nginx:1.24 && \
php:8.4 \
nginx:1.26 && \
microdnf -y install \
--disablerepo="*" \
--enablerepo="ol9_baseos_latest" \

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
ARG MAJOR_VERSION=7.2
ARG RELEASE=15
ARG ZBX_VERSION=${MAJOR_VERSION}.15
@ -81,8 +81,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "rhel-9-for-$ARCH_SUFFIX-appstream-rpms" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.2 \
nginx:1.24 && \
php:8.3 \
nginx:1.26 && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "ubi-9-baseos-rpms" \

View File

@ -64,9 +64,9 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.2 \
php:8.3 \
postgresql:16 \
nginx:1.24 && \
nginx:1.26 && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "baseos" \

View File

@ -57,9 +57,9 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "ol9_appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.2 \
php:8.3 \
postgresql:16 \
nginx:1.24 && \
nginx:1.26 && \
microdnf -y install \
--disablerepo="*" \
--enablerepo="ol9_baseos_latest" \

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
ARG MAJOR_VERSION=7.2
ARG RELEASE=15
ARG ZBX_VERSION=${MAJOR_VERSION}.15
@ -7,7 +7,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-pgsql:rhel-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
FROM ${OS_BASE_IMAGE}
ARG MAJOR_VERSION
@ -82,9 +82,9 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "rhel-9-for-$ARCH_SUFFIX-appstream-rpms" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.2 \
php:8.3 \
postgresql:16 \
nginx:1.24 && \
nginx:1.26 && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "ubi-9-baseos-rpms" \

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
ARG MAJOR_VERSION=7.2
ARG RELEASE=15
ARG ZBX_VERSION=${MAJOR_VERSION}.15
@ -7,7 +7,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-mysql:rhel-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7
FROM ${OS_BASE_IMAGE}
ARG MAJOR_VERSION