user-cont / conu

conu - python API for your containers
http://conu.readthedocs.io/en/latest/
MIT License
165 stars 33 forks source link

podman backend: next steps #325

Open TomasTomecek opened 5 years ago

TomasTomecek commented 5 years ago

Related #200 #298

Feel free to edit this post and add more.

rpitonak commented 5 years ago

unify test suite: one test suite, multiple backends (this is really an epic)

I think this point deserves own issue.

srmocher commented 5 years ago

I'm interested in taking up this issue (unless someone else is already working on it).

TomasTomecek commented 5 years ago

I already fixed running the tests in CI (they run in a privileged docker container) #330, feel free to change it to a privileged podman container. Since our CI is CentOS 7, we can't utilize user namespaces (given the old el7 kernel) so resolving the rootless mode would be only local when we run it on Fedora on our laptops, but that should be eventually resolved by #329. Docs are needed badly, once we have that, we can probably do a new release.

@srmocher please let us know if you're still interested and we can help you out (but given the holidays, our responses may be delayed)