-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding ngx_cache_purge module #110
Comments
You need to get those One way is to modify the Dockerfile and use an Or you can download it (e.g. using |
The cache purge module is no longer maintained. We surely won't want to include it in our official images by default. |
I wasn't considering adding it to the official image. Also, I'm going to seek more parity with the upstream builds via #109 But, the images do give customization options for people to do whatever they want.. and it is these image build options (for their own builds, not our official Travis) which give a lot of flexibility. They should be able to get it to work -- assuming the module itself isn't broken. |
Closing this as we aren't adding it and you haven't asked for more help. Feel free to re-open if you make progress and have still have questions on how to include it in your own builds. |
@agentzh this module is now nicely maintained. It would make sense to add this: https://github.com/torden/ngx_cache_purge |
@adityapatadia We generally don't add modules that we haven't tested the compatibility ourselves. Unless you can guarentee it is fully supported in our test matrix: http://qa.openresty.org/ |
Hi guys,
I need to add the nginx_cache_module (for cache invalidation) to openresty.
I try to build it from source as mentioned in the README with the "RESTY_CONFIG_OPTIONS_MORE" argument.
Here is my command :
docker build --build-arg RESTY_CONFIG_OPTIONS_MORE=--add-module=../extension/ngx_cache_purge-2.3 -t openresty -f xenial/Dockerfile .
Here is the error
There is a config file in the extension folder.
Any ideas ?
I downloaded the extension from http://labs.frickle.com/files/
The text was updated successfully, but these errors were encountered: