RAJ - Rally Adapter for Jira - error when installing Rally Adapter for Jira on Centos 8.1 - Problem: package containerd.io conflicts with runc
search cancel

RAJ - Rally Adapter for Jira - error when installing Rally Adapter for Jira on Centos 8.1 - Problem: package containerd.io conflicts with runc

book

Article ID: 219045

calendar_today

Updated On:

Products

Rally SaaS

Issue/Introduction

I am installing the Rally Adapter for Jira version 3.1 on CentOS 8.1 and see the following error:

Error:
Problem: package containerd.io-1.4.6-3.1.el8.x86_64 conflicts with runc provided by runc-1.0.0-73.rc93.module_el8.4.0+830+8027e1c4.x86_64

package containerd.io-1.4.6-3.1.el8.x86_64 obsoletes runc provided by runc-1.0.0-73.rc93.module_el8.4.0+830+8027e1c4.x86_64

package docker-ce-3:20.10.5-3.el8.x86_64 requires containerd.io >= 1.4.1, but none of the providers can be installed

package buildah-1.19.7-2.module_el8.4.0+830+8027e1c4.x86_64 requires runc >= 1.0.0-26, but none of the providers can be installed

conflicting requests

problem with installed package buildah-1.19.7-2.module_el8.4.0+830+8027e1c4.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
An error occurred on line 1730

Resolution

Run the following command to remove runc:  sudo yum remove runc

 

What is runC?  runC is a lightweight universal container runtime, is a command-line tool for spawning and running containers according to the Open Container Initiative (OCI) specification.