-
Notifications
You must be signed in to change notification settings - Fork 2k
Remove EOL 8.1 #1639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Remove EOL 8.1 #1639
+7
−9,022
Conversation
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
tianon
approved these changes
Jan 2, 2026
Member
tianon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you!
There's a tiny bit more we can clean up in versions.sh, but I can do that post-merge:
Lines 94 to 101 in 6854964
| if [[ "$rcVersion" = '8.1' ]] && [[ "$suite" = 'alpine3.23' ]]; then | |
| # Keep PHP 8.1 with Alpine 3.21 default until end of year; see also https://github.com/docker-library/php/blob/9ab2e4b37addffaa10f06d9e5f54f7bd1f5ef18f/generate-stackbrew-library.sh#L120 | |
| continue | |
| fi | |
| if [[ "$rcVersion" != '8.1' ]] && [[ "$suite" = 'alpine3.21' ]]; then | |
| # Keep Alpine 3.21 just for 8.1 | |
| continue | |
| fi |
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Jan 2, 2026
Changes: - docker-library/php@6c91a369: Remove more 8.1 special cases - docker-library/php@a56a1b39: Merge pull request docker-library/php#1639 from TimWolla/remove-eol-8.1 - docker-library/php@68549643: Update 8.3-rc to 8.3.30RC1 - docker-library/php@0d2677ff: Update 8.5-rc to 8.5.2RC1 - docker-library/php@be2cb18a: Update 8.4-rc to 8.4.17RC1 - docker-library/php@9cf5f245: Remove EOL 8.1
tianon
added a commit
to docker-library/official-images
that referenced
this pull request
Jan 2, 2026
Changes: - docker-library/php@6c91a369: Remove more 8.1 special cases - docker-library/php@a56a1b39: Merge pull request docker-library/php#1639 from TimWolla/remove-eol-8.1 - docker-library/php@68549643: Update 8.3-rc to 8.3.30RC1 - docker-library/php@0d2677ff: Update 8.5-rc to 8.5.2RC1 - docker-library/php@be2cb18a: Update 8.4-rc to 8.4.17RC1 - docker-library/php@9cf5f245: Remove EOL 8.1 Co-authored-by: Docker Library Bot <[email protected]>
tobias-schaefer
pushed a commit
to futalis-it/docker-php
that referenced
this pull request
Jan 7, 2026
Remove EOL 8.1 # Conflicts: # Dockerfile-linux.template # versions.json
tobias-schaefer
pushed a commit
to futalis-it/docker-php
that referenced
this pull request
Jan 7, 2026
Follow-up to docker-library#1639
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.
see https://news-web.php.net/php.internals/129728