-
I have uninstalled podman v4.6.1 from my el9 system and installed podman from source (tried both v4.9.2 and v5.0.0-RC1) However, podman-user-generator does not evaluate my Are there any additional steps I must take for the podman built from sources to evaluate the .pod files? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@shunkica I built Quadlet from source on Can you please check the following:
|
Beta Was this translation helpful? Give feedback.
Not sure why builddep doesn't install
catatonit
, it is available in the crb repo.I guess because it only installs build dependencies and not run dependencies.
To sum everything up, pod units are only supported from v5.0.0 and my problem was the missing catatonit runtime dependency. It should probably be stated that on EL9 (probably other EL versions as well) you need to install the
catatonit
run dependency usingdnf install catatonit --enablerepo=crb
Right now catatonit is only mentioned in …