fix(php): use final bullseye-security snapshot for 7.4 and 8.0 - #355
Merged
Merged
Conversation
Debian 11 LTS ended on 2026-08-31 and the bullseye-security pool was purged from deb.debian.org (the index is still published), so apt-get install fails with 404s on every security package. archive.debian.org has no bullseye-security yet, so point it at the last snapshot.debian.org state to keep the LTS security updates.
mrrobot47
added a commit
that referenced
this pull request
Sep 25, 2026
The php 7.4 and 8.0 images are based on Debian 11 (bullseye), which reached end of life when its LTS ended on 2026-08-31. Their last images are v4.13.0, rebuilt on the final bullseye-security snapshot (#355); there will be no further Debian security updates to pick up, so rebuilding them on every tag adds nothing. Images are now dropped from the matrix when their Debian base goes EOL, not when PHP does, so 8.1 (Debian 12) keeps building. The php/7.4 and php/8.0 Dockerfiles are kept, as for 5.6 to 7.3, and the published images stay available on Docker Hub.
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.
The PHP 7.4 and 8.0 images no longer build. Both
php:7.4.33-fpmandphp:8.0.30-fpmare based on Debian 11 (bullseye), whose LTS ended on 2026-08-31. deb.debian.org then removed the bullseye-security package files while still publishing the index, soapt-get installhits 404s (E: Unable to fetch some archives, exit 100). This started on 2026-09-21 (#353 and #354 runs); the v4.11.1 tag run and the 2026-08-31 runs were green.This repoints the bullseye-security source to its final snapshot (
snapshot.debian.org/archive/debian-security/20260901T000000Z,check-valid-until=no) instead of dropping it, so the images keep the last security builds (e.g. libssl1.1deb11u8, ImageMagickdeb11u16) rather than falling back to older bullseye packages.Tested locally: both images build;
php -v(7.4.33 / 8.0.30),php-fpm -tandphp -mmatch the expected module set (imagick, gmagick, memcached, mcrypt, redis, apcu, newrelic, opcache, gd with WebP/FreeType, intl, imap, ...); composer and wp-cli present.Note: builds of these two images now depend on snapshot.debian.org, and bullseye main/updates will eventually move to archive.debian.org as well.