Skip to content

Podman regression in v0.25.1 #346

Description

@fnetX

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

  1. 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'
  2. 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…                                                               
...
  1. 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'
  2. observe that it works

It would be really great if you could look into this to get podman working again. Thank you very much!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions