From 86e646b35702be5a0dd361112ef4b66a1e2e458c Mon Sep 17 00:00:00 2001 From: John Date: Wed, 27 Mar 2024 09:02:55 -0400 Subject: [PATCH] Updated to UBI9 to support latest oc-mirror which requires glibc 2.32+ --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index d4da5cc..c1c7857 100644 --- a/Containerfile +++ b/Containerfile @@ -1,10 +1,10 @@ -FROM registry.access.redhat.com/ubi8/python-311:latest +FROM registry.access.redhat.com/ubi9/python-311:latest ENV PYTHONPATH=/opt/app-root/src:$PYTHONPATH USER root -RUN yum install --disablerepo=* --enablerepo=ubi-8-appstream-rpms --enablerepo=ubi-8-baseos-rpms -y \ +RUN yum install --disablerepo=* --enablerepo=ubi-9-appstream-rpms --enablerepo=ubi-9-baseos-rpms -y \ yum-utils \ && rm -rf /var/cache/yum