Added the correct CentOs 9 stream repo for Cri-o Installation.

In CentOs 9 stream repo added gpgkey url along with baseurl.

Closes-Bug: #2041788
Change-Id: I601eb22df31b33f680996eea98dc8e49d0fbb612
This commit is contained in:
Ashutosh Mishra 2023-10-30 06:09:52 +00:00
parent 0052374411
commit 0e50d17b8d
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ function install_crio {
--add-repo \
"https://download.opensuse.org/repositories/"`
`"devel:/kubic:/libcontainers:/stable:/cri-o:/${CRIO_VERSION}/"`
`"CentOS_${os_RELEASE}${stream}/"
`"CentOS_${os_RELEASE}${stream}/"`
`"devel:kubic:libcontainers:stable:cri-o:${CRIO_VERSION}.repo"
yum_install cri-o podman buildah
fi