Conversation
23dfc8e to
ab95a3f
Compare
Leveraging the Debian packaging allows us to preload more packages in the release image, while speeding up the initial pip install process when creating the venv We also cut down on python package version upgrades maintenance overhead Now the Web UI and OLED startup scripts are flagged to use system libraries when creating venvs
ab95a3f to
800754a
Compare
|
nucleogenic
approved these changes
Dec 23, 2025
Member
nucleogenic
left a comment
There was a problem hiding this comment.
Are the OS packages updated by their maintainers frequently enough, e.g. if there was a security vulnerability, would it be sufficient for the user to run apt-get update? Otherwise, I think the justifications are reasonable enough, let's give it a go?
Member
Author
|
Debian Bullseye is the old-old-stable release and still getting security patches. I think we can rely on these for another 1.5 years or so. This will give us some breathing room to find a migration path to Debian Trixie. Edit: so yes, a user should be able to to do a apt-get upgrade to get the security patched packages. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Drop back to a python 3.9 baseline in the GitHub CI jobs as we're stuck on Bullseye
Use more system deb packages for Python dependencies
Leveraging the Debian packaging allows us to preload more packages in the release image, while speeding up the initial pip install process when creating the venv
We also cut down on python package version upgrades maintenance overhead
Now the Web UI and OLED startup scripts are flagged to use system libraries when creating venvs