-
Notifications
You must be signed in to change notification settings - Fork 381
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
container: T5867: pin specific podman version #690
Conversation
As of Debian version 4.9.5+ds1-1 podman increased the dependency on libc6 and libgpgme11t64. podman : Depends: libc6 (>= 2.38) but 2.36-9+deb12u7 is to be installed Depends: libgpgme11t64 (>= 1.4.1) but it is not going to be installed Pin the version to a prior one that requires the old libc.
@Mergifyio backport circinus sagitta |
👍 |
✅ Backports have been created
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose we'll need to get this in as an immediate fix, but I wonder about the future.
If all newer versions will require newer glibc than we have in Bookworm, how do we keep it updated? Should we start building it ourselves?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving for now to fix the build error.
Change Summary
As of Debian version 4.9.5+ds1-1 podman increased the dependency on libc6 and libgpgme11t64.
Pin the version to a prior one that requires the old libc.
Types of changes
Related Task(s)
Component(s) name
podman
Proposed changes
How to test
Checklist: