Description
I know that podman is not officially supported, but it currently seems to work fine. However, the latest release seems to contain a regression.
Instructions to reproduce the bug
- Run docuum on rootless podman with
$ podman run --init --rm --tty --name docuum --mount type=bind,src=/run/user/1101/podman/podman.sock,dst=/var/run/docker.sock --mount type=bind,source=/home/runner/docuum,target=/root stephanmisc/docuum --threshold '10 GB' --keep 'docker.io/stephanmisc/docuum'
- get the following log output:
[2025-11-18 18:31:59 +00:00 INFO] Performing an initial vacuum on startup…
Error response from daemon: unknown container state: restarting: invalid argument
[2025-11-18 18:32:00 +00:00 ERROR] Unable to list containers.
[2025-11-18 18:32:00 +00:00 INFO] Retrying in 5 seconds…
...
[2025-11-18 18:34:28 +00:00 INFO] Performing an initial vacuum on startup…
Error response from daemon: unknown container state: dead: invalid argument
[2025-11-18 18:34:29 +00:00 ERROR] Unable to list containers.
[2025-11-18 18:34:29 +00:00 INFO] Retrying in 5 seconds…
...
- Try with
$ podman run --init --rm --tty --name docuum --mount type=bind,src=/run/user/1101/podman/podman.sock,dst=/var/run/docker.sock --mount type=bind,source=/home/runner/docuum,target=/root stephanmisc/docuum:0.25.0 --threshold '10 GB' --keep 'docker.io/stephanmisc/docuum'
- observe that it works
It would be really great if you could look into this to get podman working again. Thank you very much!
Description
I know that podman is not officially supported, but it currently seems to work fine. However, the latest release seems to contain a regression.
Instructions to reproduce the bug
$ podman run --init --rm --tty --name docuum --mount type=bind,src=/run/user/1101/podman/podman.sock,dst=/var/run/docker.sock --mount type=bind,source=/home/runner/docuum,target=/root stephanmisc/docuum --threshold '10 GB' --keep 'docker.io/stephanmisc/docuum'$ podman run --init --rm --tty --name docuum --mount type=bind,src=/run/user/1101/podman/podman.sock,dst=/var/run/docker.sock --mount type=bind,source=/home/runner/docuum,target=/root stephanmisc/docuum:0.25.0 --threshold '10 GB' --keep 'docker.io/stephanmisc/docuum'It would be really great if you could look into this to get podman working again. Thank you very much!