Lack of podman-pause infra image causes error after host reboot for rootless pod (or am I doing it wrong?) #26302
danieljrmay
started this conversation in
General
Replies: 1 comment 1 reply
-
you need to update to 5.5.1, that was a regression #26190 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Apologies if this has been covered elsewhere but I have not been able to find anything…
I have a problem where my rootless pod will not start up after I reboot my host system:
On a fresh Fedora 42 installation running podman 5.5.0:
I will illustrate the "bare-bones" of the issue with an empty pod, but I have the same problem when my pod includes "real" containers:
I am able to stop and start the pod without an issue:
However when I reboot and try to start the pod it reports an error:
This seems to be related to the removal of the podman-pause infra image #25789 which happened in podman 5.5.0 as I can get around it by specifying my own infra image with:
However, this feels like I'm "doing it wrong" 😕
Any advice on this would be much appreciated.
Best wishes,
Dan
Beta Was this translation helpful? Give feedback.
All reactions