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

Use OS native runc rather than bundling on RHEL8 #231

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 18, 2022

  1. Use OS native runc rather than bundling on RHEL8

    The RPM does provide on runc for most platforms, but not for RHEL8. It
    does not work there, since there is native package that provides runc
    that lives in a module stream. Yum fails to find or install a non-modular
    package when a module provides the same name.
    
    For those with access to RedHat pages, some more information is available
    here: https://access.redhat.com/solutions/5588101
    
    A problem with simply omitting the "provides" from the package is that it
    will then come in conflict with the native package. It is for example not
    possible to install both docker and the native podman in parallel.
    
    This patch changes the contanerd.io package on RHEL8 to require the native
    OS version instead of bundling its own copy. With this, parallel installation
    of docker and podman is again possible.
    
    Signed-off-by: Göran Uddeborg <goeran@uddeborg.se>
    Göran Uddeborg authored and goeranu committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    5abb220 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts.

    Signed-off-by: Göran Uddeborg <goeran@uddeborg.se>
    goeranu committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    5bacf88 View commit details
    Browse the repository at this point in the history