Podman freezes when pulling image #22292
Replies: 5 comments 2 replies
-
Hi, Did you manage to resolve this? We are facing what appears to be the same problem where podman pull freezes on the GET. If we use dig, curl or wget then it works fine. |
Beta Was this translation helpful? Give feedback.
-
Can you all try with updated versions and report back? Thanks. |
Beta Was this translation helpful? Give feedback.
-
I am currently on Podman version 5.4.0 and everything works correctly. |
Beta Was this translation helpful? Give feedback.
-
We ran into this situation last week in a customer environment. After checking with tcp dump we saw TCP Dup Ack followed by a (seemingly) infinite loop of TCP retransmissions.
Although no deeper tests were made, the most important part of it was setting tcp_retries2. |
Beta Was this translation helpful? Give feedback.
-
Did open case 04106200 at redhat as it happened during openshift installation. Unfortunately can't give any/many details about environment as we're running in a heavily restricted customer environment were only very little is visible to us. (Just wanted to share a possible way out for those suffering from the problem) |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am experiencing an issue with Podman where attempts to pull an image from quay.io (or any other image repository) consistently freeze during the GET request for the image manifest. My network connection is stable, and I can access quay.io without any issues through a web browser and using tools like curl. The problem persists even after ensuring there are no network-related issues on my end.
Interesting thing is that before 3 days everything was working properly. There was no problems at all.
Steps to Reproduce:
Run the command
podman --log-level=debug pull quay.io/podman/hello
in terminal.Actual Behavior:
The pull command freezes during the GET request for the image manifest, specifically at this step:
The command does not progress beyond this point, and no further output is provided, even after a significant wait time.
Attempts to Resolve:
Environment:
Full command output:
Beta Was this translation helpful? Give feedback.
All reactions