Skip to content

templates: add new template for podman on ubuntu lts #3721

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

Closed
wants to merge 2 commits into from

Conversation

aelsaman
Copy link

@aelsaman aelsaman commented Jul 12, 2025

Add a new template for using Podman on Ubuntu instead of Fedora

@afbjorklund
Copy link
Member

afbjorklund commented Jul 12, 2025

What would be the benefit? We skipped the old Podman template, since they don't make latest version available for Ubuntu (for Docker we are using the vendor version rather than the system version, but Podman doesn't have one)

commit 6cc3f3f

@aelsaman
Copy link
Author

aelsaman commented Jul 12, 2025

What would be the benefit? We skipped the old Podman template, since they don't make latest version available for Ubuntu

well I couldn't find a template that offers Podman on Ubuntu. But you're right, the version published for Ubuntu 24.04 is 4.9.3 which seems to be one year behind the latest 5.5.2.

However, the most recent Ubuntu version 25.04 seems to have a much recent version of podman 5.4 see the link below

https://packages.ubuntu.com/plucky/podman

@afbjorklund
Copy link
Member

afbjorklund commented Jul 12, 2025

It would be possible to provide our own podman, like we do with nerdctl

But it would also be more work, and only Fedora and friends are "supported"?

https://github.com/afbjorklund/podman-full

Currently lima only has containerd archives built-in


EDIT: Note that the main branch has 4.9.3, while the next branch has 5.5.2

It should be possible to bootstrap it, also with the legacy buildah in podman.
(the build goes much faster with the modern buildkit in docker, but whatever)

I bumped the version of the compilers and dependencies, to match Fedora 42

@afbjorklund
Copy link
Member

afbjorklund commented Jul 12, 2025

Another alternative would be to use AlmaLinux, it uses a different RHEL branch of podman.

https://repology.org/project/podman/versions

https://github.com/containers/podman/branches/all

  origin/v4.5
  origin/v4.6
  origin/v4.6.1-rhel
  origin/v4.7
  origin/v4.8
  origin/v4.9
  origin/v4.9-rhel
  origin/v4.9.1-rhel
  origin/v4.9.3-rhel
  origin/v5.0
  origin/v5.1
  origin/v5.2
  origin/v5.2-rhel
  origin/v5.3
  origin/v5.4
  origin/v5.4-rhel
  origin/v5.5

But it is easier to just use Fedora for Podman, like using standard Ubuntu LTS for Docker...

@aelsaman
Copy link
Author

that make sense. Thanks for the explanation @afbjorklund

I guess it is best to keep using Fedora for Podman for now.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants