[bitnami/wordpress] [bitnami/wordpress-nginx] Support for PHP Redis Extension in Bitnami WordPress & WordPress-NGINX Containers #79080
Labels
feature-request
on-hold
Issues or Pull Requests with this label will never be considered stale
wordpress
Name and Version
bitnami/wordpress and bitnami/wordpress-nginx
What is the problem this feature will solve?
I would like to add support for the PHP Redis extension (php-redis) to the Bitnami WordPress and WordPress-NGINX containers. Right now, one way to do this would be to compile it manually in each Dockerfile, but that would add a lot of extra code to each Dockerfile, which seems inefficient.
What is the feature you are proposing to solve the problem?
Would it be possible to:
Ship php-redis along with the Bitnami PHP component (perhaps disabled by default)?
or
Compile it centrally for the relevant PHP version and make it downloadable as a separate component (via stacksmith)?
This has already been requested in issue #16124, and having php-redis available would help many plugins, such as W3 Total Cache.
Here’s an example of how I would integrate it via Dockerfile:
I am happy to contribute the implementation, but I need guidance on the best approach.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: