Would you consider adding dynamic module support into nginx conf? #63

Closed
opened 2016-08-27 07:37:01 +00:00 by virtuman · 5 comments
virtuman commented 2016-08-27 07:37:01 +00:00 (Migrated from github.com)

Is it possible to use nginx image or package that has geoip and other dynamic modules? It would be great to be able to have that ability.

ie. https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/

or possibly build the entire image from copy nginx:alpine https://github.com/nginxinc/docker-nginx/tree/master/mainline/alpine , it contains all dynamic modules and can be enabled if desired using ENV variables

Is it possible to use nginx image or package that has geoip and other dynamic modules? It would be great to be able to have that ability. ie. https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/ or possibly build the entire image from copy nginx:alpine https://github.com/nginxinc/docker-nginx/tree/master/mainline/alpine , it contains all dynamic modules and can be enabled if desired using ENV variables
richarvey commented 2016-08-28 21:31:54 +00:00 (Migrated from github.com)

I like the idea @virtuman I'll take a look

I like the idea @virtuman I'll take a look
richarvey commented 2016-09-07 07:45:40 +00:00 (Migrated from github.com)

@virtuman I have a test version of php5 with dynamic module support, it would be great if you could test before i merge:

https://github.com/ngineered/nginx-php-fpm/tree/php5-dynamic

@virtuman I have a test version of php5 with dynamic module support, it would be great if you could test before i merge: https://github.com/ngineered/nginx-php-fpm/tree/php5-dynamic
richarvey commented 2016-09-09 10:13:04 +00:00 (Migrated from github.com)

Hi @virtuman the test php5 and php7 images are in docker hub now.

Just use tags php5-dynamic or php7-dynamic when pulling. After wider testing we'll merge into the main images.

For example:

docker pull richarvey/nginx-php-fpm:php5-dynamic

Ric

Hi @virtuman the test php5 and php7 images are in docker hub now. Just use tags php5-dynamic or php7-dynamic when pulling. After wider testing we'll merge into the main images. For example: ```  docker pull richarvey/nginx-php-fpm:php5-dynamic ``` Ric
virtuman commented 2016-09-11 03:00:43 +00:00 (Migrated from github.com)

THANK YOU SO VERY MUCH !!! Much Appreciated !

THANK YOU SO VERY MUCH !!! Much Appreciated !
richarvey commented 2016-09-21 19:55:15 +00:00 (Migrated from github.com)

This has now been completed and merged into the default branches.

So you can now use:

docker pull richarvey/nginx-php-fpm:latest
docker pull richarvey/nginx-php-fpm:php5
docker pull richarvey/nginx-php-fpm:php7

As before I'll be removing the dynamic tags as testing has finished.

This has now been completed and merged into the default branches. So you can now use: ``` docker pull richarvey/nginx-php-fpm:latest docker pull richarvey/nginx-php-fpm:php5 docker pull richarvey/nginx-php-fpm:php7 ``` As before I'll be removing the dynamic tags as testing has finished.
Sign in to join this conversation.
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ric/nginx-php-fpm#63
No description provided.