Working fine for me with podman-1.8.0-0.1.fc31
LGTM. Passes docker-autotest suite. One unexpected failure, in cgroups test, seems to be a flake; I can't reproduce, and it's not a critical failure (it's in cleanup, not affecting podman behavior)
LGTM
(Also passes podman system test suite)
Seems to fix #209 and #215. Thank you!
LGTM
I can't reproduce the gating-test failure. Everything on my end looks good.
lgtm
lgtm
LGTM
Rootless suffers from #4162 and #4164, but there's an easy workaround:
$ export DBUS_SESSION_BUS_ADDRESS=/run/user/$(id -u)/bus
It looks like this didn't Require: crun-10
?
Yes! Fixes #4142
Fixes rhbz1748214
Passes the expected subset of docker-autotest.
Passes podman system tests and docker-autotest
Passes docker-autotest, except for known regressions #3302, #3359, and #3540
Passes docker-autotest, except for known regressions #3302, #3359
LGTM. Fixes https://github.com/containers/crun/issues/247#issuecomment-582310034
Thank you