Skip to content

fix(php): use final bullseye-security snapshot for 7.4 and 8.0 - #355

Merged
mrrobot47 merged 1 commit into
EasyEngine:developfrom
mrrobot47:fix/php74-80-build
Sep 25, 2026
Merged

mrrobot47 merged 1 commit into
EasyEngine:developfrom
mrrobot47:fix/php74-80-build

Conversation

@mrrobot47

Copy link
Copy Markdown
Member

The PHP 7.4 and 8.0 images no longer build. Both php:7.4.33-fpm and php:8.0.30-fpm are 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, so apt-get install hits 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.1 deb11u8, ImageMagick deb11u16) rather than falling back to older bullseye packages.

Tested locally: both images build; php -v (7.4.33 / 8.0.30), php-fpm -t and php -m match 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.

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
mrrobot47 merged commit bad05a6 into EasyEngine:develop Sep 25, 2026
16 checks passed
@mrrobot47
mrrobot47 deleted the fix/php74-80-build branch September 25, 2026 05:53
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.
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.

1 participant