Re: Regarding Docker Image build Error

2024-02-29 Thread Zhiyuan Ju
Can you please send the complete steps, including your environment? Or we have no idea how to reproduce it. On Fri, Mar 1, 2024 at 9:26 AM shyamala b p wrote: > Hi All, > > Can you please help on the below issue. > > APISIX documentation : https://apisix.apache.org/docs/docker/build/ > > When I

Re: Regarding Docker Image build Error

2024-02-29 Thread shyamala b p
Hi, I'm trying with my local installed Apache APISIX. Below are the steps. 1) Clone the repository# git clone https://github.com/apache/apisix-docker.git cd apisix-docker 2) Build an image from locally customized/patched source code#" docker build -t apisix-dev-local -f

Regarding Docker Image build Error

2024-02-29 Thread shyamala b p
Hi All, Can you please help on the below issue. APISIX documentation : https://apisix.apache.org/docs/docker/build/ When I try to run "docker build -t apisix-dev-local -f /path/to/debian-dev/Dockerfile.local ." from the "Build an image from locally customized/patched source code#", I'm

Question

2024-02-29 Thread Tony Stark
Good afternoon. I work at a small startup and we are trying to implement your product Apisix as a gateway for our API. Please tell me how to configure the proxy cache plugin so that it caches POST requests not only by the $request_uri key, but also by the $request_body key? thank you in advance.