Closed
Description
Our upstream images (docker "official" ones) only support 2 debian versions for PHP version.
Recently, for php >= 81, they stopped building Debian buster images and started with Debian bookworm instead (see docker-library/php#1416). So current images look as follow:
- ph82: https://hub.docker.com/_/php/tags?page=1&name=8.2-apache (bullseye and bookworm default).
- php81: https://hub.docker.com/_/php/tags?page=1&name=8.1-apache (bullseye and bookworm default).
- php80: https://hub.docker.com/_/php/tags?page=1&name=8.0-apache (buster and bullseye default).
So we need to:
- Create bookworm variants for 8.1, 8.2 and dev.
- Verify they work ok.
- Make them the default ones for those branches (currently default is bullseye).
Ciao :-)
Metadata
Metadata
Assignees
Labels
No labels