PHP: Update to Debian 13 (Trixie) based images & remove IMAP extension#81
Merged
jakubboucek merged 1 commit intomasterfrom Sep 18, 2025
Merged
PHP: Update to Debian 13 (Trixie) based images & remove IMAP extension#81jakubboucek merged 1 commit intomasterfrom
jakubboucek merged 1 commit intomasterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades PHP Docker images from Debian 12 (Bookworm) to Debian 13 (Trixie) and removes the deprecated IMAP extension due to compatibility issues.
- Updates all PHP Docker images (8.1-8.5) to use Debian 13 (Trixie) base images
- Removes IMAP extension support which is incompatible with the new Debian version
- Updates system dependencies to their Trixie equivalents
Reviewed Changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| php/sources.list-trixie | Adds Debian 13 package sources configuration |
| php/sources.list-bookworm | Removes Debian 12 package sources configuration |
| php/build-php-*.sh | Updates Docker image references from bookworm to trixie |
| php/Dockerfile-* | Updates base images, dependency versions, and removes IMAP configuration |
| check-pulls.sh | Updates image references in CI checks |
| README.md | Documents IMAP extension removal and compatibility notes |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
6956046 to
deea86a
Compare
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.
This PR upgrades PHP images to Debian 13 (Trixie) linux, see more info at: docker-library/php#1596
Remove IMAP extension
Extension
imapis marked as Deprecated and now is incompatible with Trixie (docker-library/php#1610). It was decided to remove him from images. Extension will be available only in older images up to:8.3.24,8.2.28, and8.1.32, and remains in legacy images (8.0 and older).BC Breaks
imapextension – see reasons above