usabilla / php-docker-template

Docker images for PHP applications, CLI and FPM with shared socket
https://hub.docker.com/r/usabillabv/php
MIT License
177 stars 15 forks source link

Build PHP 8.1 images #180

Closed WyriHaximus closed 2 years ago

WyriHaximus commented 2 years ago

Usabilla PHP Docker Template

Reviewers: @usabilla/oss-docker

Type

Please specify the type of changes being proposed:

Q A
Documentation? no
Dockerfile change? no
Build feature? yes
Apply CVE Patch? no
Remove CVE Patch? no
WyriHaximus commented 2 years ago

This should not work: the GPG keys for the PHP 8.1 RMs is missing :)

You can download them at https://php.net/gpg-keys

On that now, we also should really fix the build matrix :zipper_mouth_face:

WyriHaximus commented 2 years ago

FYI I will make a bunch of commits and pushes in a row to figure out why certain parts of the build might fail. The first one is due to libsodium on 8.1

WyriHaximus commented 2 years ago

Would you mind rebasing this one on top of #182?

That was the plan all along 😈