Why it is too difficult to install podman !!! #23182
Replies: 2 comments 6 replies
-
installing static binaries seems convenient initially but then you'll have to deal with other issues like software updates. How are you going to make sure your packages are updated and not end up with a software vulnerability because you forgot to check if there is a new binary available? Packaging and providing Podman binaries is the distro responsibility. I am not familiar with Amazon Linux, but since it is based on Fedora, it should not be too hard to provide the Podman rpms. |
Beta Was this translation helpful? Give feedback.
-
Hi @giuseppe Thanks for you message. In my opinion user should be able to grab podman binaries as easy as possible. |
Beta Was this translation helpful? Give feedback.
-
I've been trying to switch from Docker to Podman, but the installation process for Podman is surprisingly challenging compared to Docker. While Docker provides easy-to-use compiled binary versions (e.g., https://download.docker.com/linux/static/stable/aarch64/), Podman's GitHub releases page only offers podman-remote. For instance, on Amazon Linux 2023, installing Podman requires building multiple binaries like conmon and other dependencies. This complexity is a significant barrier for adoption. Why doesn't the Podman team provide static binaries in their releases, similar to Docker's approach? A simpler installation process would greatly encourage more users to try Podman as an alternative to Docker. The current situation is frustrating for those of us who want to work with Podman but find the setup process unnecessarily complicated.
Beta Was this translation helpful? Give feedback.
All reactions