Skip to content

Update Docker images to Debian 13 (Trixie)#4142

Merged
mathjazz merged 1 commit into
mozilla:mainfrom
flodolo:trixie
May 11, 2026
Merged

Update Docker images to Debian 13 (Trixie)#4142
mathjazz merged 1 commit into
mozilla:mainfrom
flodolo:trixie

Conversation

@flodolo
Copy link
Copy Markdown
Collaborator

@flodolo flodolo commented May 8, 2026

  • apt-transport-https: looks like this has been unnecessary for a while, modern apt supports HTTPS natively
  • postgresql-server-dev-15libpq-dev. This is only needed to build psycopg2. Trixie ships with PG17, clients are backward compatible.
  • libmemcached11libmemcached11t64, because of the 64-bit time_t transition

Fixes #4103

- `apt-transport-https`: looks like this is unnecessary, modern apt supports HTTPS natively
- `postgresql-server-dev-15` → `libpq-dev`. This is only needed to build `psycopg2`. Trixie ships with PG17, clients are backward compatible.
- `libmemcached11` → `libmemcached11t64`, because of the [64-bit time_t transition](https://dietpi.com/blog/?p=4014#other-changes)
@flodolo flodolo requested review from bqbn and mathjazz May 8, 2026 08:17
Copy link
Copy Markdown
Collaborator

@mathjazz mathjazz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes make sense. I also tested locally and on DEV and didn't spot any issues.

@flodolo
Copy link
Copy Markdown
Collaborator Author

flodolo commented May 8, 2026

Been using this for a few days. Let's see if @bqbn has time to do a sanity check, otherwise it should be safe to merge next week.

@mathjazz
Copy link
Copy Markdown
Collaborator

This has been tested, so let's merge as agreed on Slack.

@mathjazz mathjazz merged commit 54ac34e into mozilla:main May 11, 2026
1 check passed
@flodolo flodolo deleted the trixie branch May 11, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Debian images to Trixie (13)

2 participants