Hello everyone,
I successfully installed eGW 21 via Docker, I was able to migrate from a non-docker installation. Now I would like to use PHP 8.1.
I looked at the installation folder, and I found this path: /var/lib/docker/volumes/egroupware-docker_sources/_data/doc/docker/fpm
Inside of the build script there is a note: # To build PHP 8 snapshots out of master: doc/docker/fpm/build.sh 8.0 21.1. master
When I tried to run that script, I am unable to build a new image base on PHP8.1.
I check the Dockerfile and compared with the one on: https://github.com/EGroupware/egroupware/tree/master/doc/docker/development
If I checked everything correctly the only differences between them are the PHP version and the Ubuntu image.
Is there any way to get this done?
Thanks in advance.