Hi! 👋
I package this project for Arch Linux.
To prevent breakage, we check against versions of podman when building the package, as the provided configuration files may break some of its consumers.
As per your past recommendation, we are (still) checking against the minor version of this project used in the podman project to prevent breakage:
https://gitlab.archlinux.org/archlinux/packaging/packages/containers-common/-/blob/61043aecefa98cd2f1bc7a2bf9ed759fe31fe912/PKGBUILD#L94-106
However, we have now arrived at a weird spot. It appears buildah requires 0.68, while current podman (5.8.2) still requires 0.67:
podman-container-tools/buildah#6880
It would be great if these version requirements could be kept in sync, as it is already quite challenging to keep this in sync (manually).
If the requirements have changed, please let me know!
Hi! 👋
I package this project for Arch Linux.
To prevent breakage, we check against versions of podman when building the package, as the provided configuration files may break some of its consumers.
As per your past recommendation, we are (still) checking against the minor version of this project used in the podman project to prevent breakage:
https://gitlab.archlinux.org/archlinux/packaging/packages/containers-common/-/blob/61043aecefa98cd2f1bc7a2bf9ed759fe31fe912/PKGBUILD#L94-106
However, we have now arrived at a weird spot. It appears buildah requires 0.68, while current podman (5.8.2) still requires 0.67:
podman-container-tools/buildah#6880
It would be great if these version requirements could be kept in sync, as it is already quite challenging to keep this in sync (manually).
If the requirements have changed, please let me know!