Upgrade base image to Debian Bookworm and document PHP extensions - #29
Merged
Conversation
Change the base image from dockette/debian:bullseye to dockette/debian:bookworm for the CLI and FPM images of PHP 8.2, 8.3, 8.4 and 8.5. The sury repository line uses lsb_release -sc, thus it points to the bookworm suite without more changes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Bi3iVf389XhA112qsqJg4r
Change the base image from dockette/debian:bullseye to dockette/debian:bookworm for PHP 5.6 - 8.1, CLI and FPM. All 24 images now use the same base. The sury bullseye suite stopped serving these packages, thus the bullseye builds fail with apt exit code 100. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Bi3iVf389XhA112qsqJg4r
Replace the prose list with a table of extension against PHP version. The table content comes from the Dockerfiles. Move the cli, cgi, phpdbg and fpm SAPIs into a note, because they are not extensions. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Bi3iVf389XhA112qsqJg4r
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.
Summary
This PR upgrades all Docker images from Debian Bullseye to Bookworm as the base image, and significantly improves the documentation of PHP extensions with a comprehensive compatibility matrix.
Key Changes
dockette/debian:bookworminstead ofbullseyeNotable Implementation Details
https://claude.ai/code/session_01Bi3iVf389XhA112qsqJg4r