1 / 3
Oct 2022

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.

  • created

    Oct '22
  • last reply

    Oct '22
  • 2

    replies

  • 871

    views

  • 2

    users

  • 3

    links

Hi Eduard.

I don’t understand what you want.
EGroupware comes with the appropriate PHP version. Currently in the container: 7.4.30

If you want to run your EGroupware with PHP 8.1, we currently provide Docker containers (-8.1):
https://hub.docker.com/r/egroupware/egroupware/tags2

You can use these containers. However, it is possible that problems still occur. This is not (yet) standard. But it will be with the next major release.
Just try it on a test system:

Stefan