Issue with RHEL 7.1 Docker image

Posted on

Hi,

I have downloaded docker image(registry.redhat.io/rhel7:7.1-24), but when we run "ps -aef" or "top" commands, we got commands are not found.

So we tried to install "ps" using 'procps" package. but it got failed with below error.

#

Transaction check error:
file /usr/lib64/libsystemd-daemon.so.0 from install of systemd-libs-219-67.el7_7.2.x86_64 conflicts with file from package systemd-container-libs-208.20-4.el7.x86_64
file /usr/lib64/libsystemd-id128.so.0 from install of systemd-libs-219-67.el7_7.2.x86_64 conflicts with file from package systemd-container-libs-208.20-4.el7.x86_64
file /usr/lib64/libsystemd-journal.so.0 from install of systemd-libs-219-67.el7_7.2.x86_64 conflicts with file from package systemd-container-libs-208.20-4.el7.x86_64
file /usr/lib64/libsystemd-login.so.0 from install of systemd-libs-219-67.el7_7.2.x86_64 conflicts with file from package systemd-container-libs-208.20-4.el7.x86_64
file /usr/lib64/libudev.so.1 from install of systemd-libs-219-67.el7_7.2.x86_64 conflicts with file from package systemd-container-libs-208.20-4.el7.x86_64
file /usr/lib64/security/pam_systemd.so from install of systemd-libs-219-67.el7_7.2.x86_64 conflicts with file from package systemd-container-libs-208.20-4.el7.x86_64

#

We are unable to remove/downgrade the 'systemd-container-libs-208.20-4.el7.x86_64' package, as it's required for 'subscription-manager' package.

Can you please help with this error.

Responses