CentOS / centos-bootc

Create and maintain base bootable container images from Fedora ELN and CentOS Stream packages
https://centos.github.io/centos-bootc
Other
43 stars 28 forks source link

Bump Podman version to v5.0.0 #496

Closed Gregory-Pereira closed 2 months ago

Gregory-Pereira commented 2 months ago

Centos Bootc is used as the parent image for many of our other bootc images in ai-lab-recipes repo, that attempt to make pull in sizeable images, sometimes resulting in network issues like connection reset by peer. For this reason I would like to petition to bump Podman to version v5.0.0 so that we can leverage the --retry flag in podman pull.

/cc @rhatdan

Gregory-Pereira commented 2 months ago

Based on my cursory first look, this seems like an upstream issue, that apt Ubuntu 22.04 doesn’t serve anything newer, and the build workflows are currently using a manual way to bypass the default version of podman for Ubuntu 22.04 LTS. Not sure this is possible but let me know if I am misunderstanding anything. Related podman issue where something similar was brought up

cgwalters commented 2 months ago

Note that this project is intending to be CentOS. We aren't going to cherry pick a major new upstream version bump into this base image.

Of course, anyone can create a derived image which bumps the podman version as they like.

Remember centos stream is RHEL

Gregory-Pereira commented 2 months ago

Understood thanks for clarification, seems like this is a misunderstanding on my part.