-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
help request: How to Add New Luarocks Dependencies in APISIX Docker Environment? #11945
Comments
One way to do so is by writing a custom Docker image which inherits from an official image, and then run Example (based on apache/apisix:3.11.0-debian):
|
I am trying to install LuaSOAP I get the below error, It seems the library is dependent on luaexpat, and installing luaexpat will fail.
|
@amyrprv Try installing |
@Revolyssup I'm creating a custom plugin to transform SOAP upstream into JSON. I'm currently using the body-transformer plugin, but I've encountered issues in production: the upstream response isn't converted to JSON in hight load with the rate of 1.5 percent of the total tps, and the template-based approach isn't very convenient. I’m looking for a more reliable solution to handle the SOAP-to-JSON transformation. also after installing |
Description
I want to use additional dependencies from Luarocks while running APISIX in a Docker environment using the official images. What is the best way to install and include these dependencies?
Environment
apisix version
): 3.9.1 debian dockeruname -a
):openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: