containers / podman.io

The new podman.io design project
https://podman.io/
Apache License 2.0
42 stars 42 forks source link

Documentation: Missing catatonit install step for EL #274

Open shunkica opened 4 months ago

shunkica commented 4 months ago

https://github.com/containers/podman.io/blame/7f0d60aac3023a545d707426e78901573c98208d/docs/installation.md#L379-L389

catatonit is mentioned as a runtime dependency in the build from source part only in the context of installing it on Fedora.

To install catatonit on EL9 derivatives a user must run:

dnf install catatonit --enablerepo=crb

I am guessing there is a similar requirement for EL8/EL7 derivatives.

This does not install catatonit:

sudo dnf -y builddep rpm/podman.spec --enablerepo=crb