Replies: 4 comments 3 replies
-
We only support the lastest version upstream, please try with podman 5.2 |
Beta Was this translation helpful? Give feedback.
-
There is not much that Podman controls once you are executing commands within the container. I don't know why the command is hanging (Likely a Network Issue). I don't really see how Podman would cause this issue. You could try another container and see if the network is setup correctly. |
Beta Was this translation helpful? Give feedback.
-
Thank you for answer. |
Beta Was this translation helpful? Give feedback.
-
to make sure it is not the network, try running with |
Beta Was this translation helpful? Give feedback.
-
Issue Description
When I try to build container from Dockerfile, rootfull podman hangs on line with
dnf update
.Rootless podman successfully creates image.
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
Podman hangs on
dnf update
.Here is results when calling
podman build --log-level debug -t rhel9 .
:Describe the results you expected
Successfully created image
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
No
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Beta Was this translation helpful? Give feedback.
All reactions