-
-
Notifications
You must be signed in to change notification settings - Fork 537
Update Dockerfile.fdb buster to trixie #2275
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
Conversation
|
The PR has been updated to include only the changes with the single commit for buster -> trixie |
|
Hi, just merged your other PR and this one now has conflicts. Thanks. |
|
Fixed the conflict. Thank you. |
| curl \ | ||
| protobuf-compiler | ||
| protobuf-compiler \ | ||
| adduser |
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.
Why the + adduser?
(Responding with a push commit without that + adduser would be the best answer :-)
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.
adduser is a dependency for foundationdb-clients. Here is what happens when I build without adduser installed:
dpkg: dependency problems prevent configuration of foundationdb-clients:
foundationdb-clients depends on adduser; however:
Package adduser is not installed.
dpkg: error processing package foundationdb-clients (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
foundationdb-clients
|
On Tue, Oct 21, 2025 at 09:35:00AM -0700, stratacast wrote:
`adduser` is a dependency for `foundationdb-clients`. Here is what happens when I build without `adduser` installed:
dpkg: dependency problems prevent configuration of foundationdb-clients:
foundationdb-clients depends on adduser; however:
Package adduser is not installed.
dpkg: error processing package foundationdb-clients (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
foundationdb-clients
Worth a separate commit.
Or at least a mention in the commit message.
Groeten
Geert Stappers
--
Silence is hard to parse
|
Update the Debian image from Buster to Trixie, and update the foundationdb-clients to the latest release (7.3.69).