Bug 1882809

Summary: Moby should not be carrying its own version or runc
Product: [Fedora] Fedora Reporter: Daniel Walsh <dwalsh>
Component: moby-engineAssignee: Olivier Lemasle <o.lemasle>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 32CC: gscrivan, mheon, o.lemasle, vrothber
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-09-28 21:06:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel Walsh 2020-09-25 18:21:33 UTC
Other tools like Podman and Buildah need to use runc and the one packaged with Moby is too old.

If a package needs an older version of an executable it should be installed in a private directory which would allow us to install runc simultaneous.

I believe this breaks the Fedora Packaging guidelines and should be fixed immediately.

Comment 1 Olivier Lemasle 2020-09-27 12:49:00 UTC
Hi Daniel,

runc is currently not packaged with Fedora package moby-engine.
Package moby-engine requires package runc (which I do not own - it is owned by jchaloup) and uses runc provided by that package.

Comment 2 Daniel Walsh 2020-09-29 18:01:17 UTC
Sorry you are right the upstream docker-ce rpm is the problem.