Commit 7f6a537
fix(diskover): use Ubuntu default php packages (php-cli/php-fpm) for noble base
Upstream python-node base image is now Ubuntu 26.04 (resolute), which
ships PHP 8.5 by default; the previously hardcoded php8.3-cli /
php8.3-style fpm config paths no longer exist, causing apt to fail to
locate the package and breaking the release build (run 25485774052).
- Switch to versionless php-cli / php-fpm / php-sqlite3 packages so
the Dockerfile follows the base image's default PHP version.
- Replace the Alpine-style /etc/php83 config-tweak with a glob over
/etc/php/*/fpm/pool.d/www.conf so it works on any Debian/Ubuntu PHP.
- Update start.sh to invoke the default 'php' binary instead of php8.3.
Co-authored-by: Crow-Control <7613738+Crow-Control@users.noreply.github.com>1 parent 05484d8 commit 7f6a537
2 files changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
0 commit comments