-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install the latest podman on Ubuntu 22.04 by following the instructions on the website #24013
Comments
These just the normal unbuntu/debian version, they always ship old versions because that is considered "stable". We may can add a warning to the install page that the version is likely outdated but we have no control over what the disro maintainers decide to ship |
I'm sorry, I understand that you don't have control over the distributions, but it's currently not usable. For example, I encounter errors such as issues with the mount cache type, etc. The main question for the documentation is: Can you explain how to install Podman without having to compile it from source (if that's possible)? At the very least, could the documentation reference the discussion? Also, could it include a summary of the viable solutions mentioned in that discussion? |
We as a project no longer provide a repo for ubuntu/debian so there is no official way, the discussion #17362 links third party repos that you can use if you like that, But as project I do not see us recommending external repos so compiling from source it is as far as I am concerned. |
Instead of referencing the |
Well I would assume most users seems to be fine with the old versions, after all that is why that have chosen debian/ubuntu? |
I can't speak to the stats, but it's not fine for me. For instance, I can't deploy rust to a container due to outdated versions.
I use Fedora as well, but sometimes I need Debian for compatibility reasons, and I need to build images there too. |
this is a packaging issue, nothing that the upstream project can help with.
that requires that we maintain that piece of information updated. Have you considered running a nested podman so you could run an updated podman inside a container? We maintain a container image for that: https://quay.io/repository/containers/podman |
we use issues to track what needs to be addressed in the upstream project, but in this case we have no control on the way distros package podman. But since you are facing the problem, and we already have an ongoing discussion, we can use it to find something that works for you. Now, if you want to use Docker because you've chosen a distro that doesn't keep up with updated packages, that’s your choice |
We are talking past each other: I have unsubscribed this discussion. |
Issue Description
I have seen #21249 and resolved the problem with this #21249 (comment) but I think it should be opened a new issue.
Indeed the instructions say to install podman from apt which in turn is installing an old 3 release, not 4.
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
As I said, the version installed by apt on Ubuntu is outdated and not currently usable.
Describe the results you expected
Please update the docs or answer here below to show the correct, current way to install podman on ubuntu.
podman info output
from apt install following the docs
$ podman info
Instead searching the closed issues and applying the suggestion from a comment in a closed issue:
$ podman info
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
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
The text was updated successfully, but these errors were encountered: