Merge pull request #9782 from ldoktor/ci-centos-9

ci.ocp: Switch base to centos-9
This commit is contained in:
Greg Kurz 2024-06-07 13:15:02 +02:00 committed by GitHub
commit afeb98d73f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
#
# This is the build root image for Kata Containers on OpenShift CI.
#
FROM quay.io/centos/centos:stream8
FROM quay.io/centos/centos:stream9
RUN yum -y update && \
yum -y install \