Updated OL from 8 to 9 version

This commit is contained in:
Alexey Pustovalov
2023-01-31 18:12:38 +09:00
parent 9871581d86
commit 59b52adb86
34 changed files with 143 additions and 154 deletions

View File

@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ol-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} as builder
FROM oraclelinux:8-slim
FROM oraclelinux:9-slim
ARG MAJOR_VERSION
ARG ZBX_VERSION
@ -35,8 +35,8 @@ RUN set -eux && \
findutils" && \
microdnf -y install \
--disablerepo="*" \
--enablerepo="ol8_baseos_latest" \
--enablerepo="ol8_appstream" \
--enablerepo="ol9_baseos_latest" \
--enablerepo="ol9_appstream" \
--setopt=install_weak_deps=0 \
--best \
--nodocs \