containers / podman.io_old

Repository for podman.io website using GitHub Pages.
https://podman.io
Other
258 stars 135 forks source link

Fix Ubuntu & Add Debian 10 (buster) installation instructions #584

Closed rahilarious closed 1 year ago

rhatdan commented 1 year ago

Thanks @rahilarious @lsm5 @vrothberg PTAL

lsm5 commented 1 year ago

@rahilarious if you can update the docs for those distros without any mention of kubic:libcontainers:stable (IOW installing some other way), I'd be happy to take another look. HTH.

rahilarious commented 1 year ago

@lsm5 I mean I can change the .list file name to unstable but can't change the repo link. That was only "simple" way I found to install podman on Ubuntu 18.04 and Debian 10.

vrothberg commented 1 year ago

Thanks for opening the PR, @rahilarious !

I agree with @lsm5. Now as Podman is in the official repositories, we want to encourage users to update to more recent version of Debian and Ubuntu. The Kubic repositories are not meant for production use.

rahilarious commented 1 year ago

Thanks for opening the PR, @rahilarious !

I agree with @lsm5. Now as Podman is in the official repositories, we want to encourage users to update to more recent version of Debian and Ubuntu. The Kubic repositories are not meant for production use.

Totally agree with you. But what about distros (debian 10 ubuntu 18.04) where packages aren't available in official repos? They both haven't reached EOL yet

vrothberg commented 1 year ago

Totally agree with you. But what about distros (debian 10 ubuntu 18.04) where packages aren't available in official repos? They both haven't reached EOL yet

I recommend upgrading to newer distribution releases. I understand that this may not work for all users but it's practically impossible to maintain production-grade packages for all (versions of all) distributions. Ubuntu 18.04 is 5 years old and was released before Podman 1.0.

lsm5 commented 1 year ago

Thanks for opening the PR, @rahilarious ! I agree with @lsm5. Now as Podman is in the official repositories, we want to encourage users to update to more recent version of Debian and Ubuntu. The Kubic repositories are not meant for production use.

Totally agree with you. But what about distros (debian 10 ubuntu 18.04) where packages aren't available in official repos? They both haven't reached EOL yet

The current packages in the kubic-stable repo are probably not immune to some recent CVEs. So, we really shouldn't be mentioning that repo. The only suitable options for those distros right now would be to either build from source, or install from homebrew (if they support those distro versions).