Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when cri-dockerd can support Red Hat Enterprise Linux centos 9, which kernel version is 5.14.0-362.8.1.el9_3.x86_64 #368

Open
legendyman opened this issue May 24, 2024 · 2 comments

Comments

@legendyman
Copy link

Expected Behavior

when I install cri-dockerd on centos 9, cause a error :

image

Actual Behavior

Steps to Reproduce the Problem

  1. key input command : yum -y install cri-dockerd-0.3.14-3.el8.x86_64.rpm
  2. then cause a error : behand picture

image
3. try install libcgroup: yum -y install libcgroup, then error
image
4. use command uname -a,
image
found the version of kernel is 5.14.0-362.8.1.el9_3.x86_64
5、however, the version of cri-dockerd is 0.3.14-3.el8.x86_64 or 0.3.14-3.el7.x86_64

Specifications

  • Version:
  • Platform:
  • Subsystem:
@afbjorklund
Copy link
Contributor

afbjorklund commented May 24, 2024

The libcgroup library has been removed from EL9, so it needs a new RPM package for cri-dockerd.

Only libcgroup-0.41-21.el7.x86_64.rpm or libcgroup-0.41-19.el8.x86_64.rpm are available in CentOS

@afbjorklund
Copy link
Contributor

afbjorklund commented May 24, 2024

Not sure why this is copy/paste from docker-ce to cri-dockerd, but needs to be updated here too:

docker/docker-ce-packaging@0b469b4 # Libcgroup is no longer available in RHEL/CentOS >= 9 distros.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants