build: upgrade base images from Debian bookworm to trixie#7725
Open
wtfiwtz wants to merge 3 commits into
Open
Conversation
- Node builder base: node:24-bookworm → node:24-trixie - Python runtime base: python:3.13-slim-bookworm → python:3.13-slim-trixie - Add trixie-security, trixie-updates, and trixie-proposed-updates apt repos - Apply targeted security upgrades before installing packages - MSSQL packages repo: debian/12 → debian/13 (required for trixie) This upgrade moves to Debian 13 (trixie) to receive current security maintenance and Debian Security Advisory (DSA) fixes at image build time. The trixie-security pocket is applied with priority to ensure OS-level CVE remediations (OpenSSL, libxml2, nghttp2, libpq, etc.) are picked up when the image is built. Related: split from getredash#7718 Co-authored-by: Cursor <cursoragent@cursor.com>
10 tasks
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.
What type of PR is this?
Description
Upgrades Docker base images from Debian 12 (bookworm) to Debian 13 (trixie):
node:24-bookworm→node:24-trixiepython:3.13-slim-bookworm→python:3.13-slim-trixiedebian/12→debian/13(required for trixie)This upgrade moves to Debian 13 (trixie) to receive current security maintenance and Debian Security Advisory (DSA) fixes at image build time.
The trixie-security pocket is applied with priority to ensure OS-level CVE remediations (OpenSSL, libxml2, nghttp2, libpq, etc.) are picked up when the image is built.
How is this tested?
make compose_buildrequired for full validation)Related Tickets & Documents
Split from #7718 per @zachliu's review feedback to separate base image upgrades from build toolchain changes.
Part of the security vulnerability remediation work tracked in #7711.
Note
This PR is marked as draft until manual container testing is complete.
Made with Cursor