apisix-docker icon indicating copy to clipboard operation
apisix-docker copied to clipboard

the docker for Apache APISIX

Results 44 apisix-docker issues
Sort by recently updated
recently updated
newest added

Hey there, In advance, thanks for your time and help. # Context I was trying to make Apisix run in a OpenShift cluster but without having root running the container....

stale

容器日志如下: `/usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init WARNING: using fixed Admin API token has security risk. Please modify "admin_key" in conf/config.yaml . /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd nginx: [alert] could not open error log file:...

stale

As title says. This PR aimed to solve #329 . The source of this problem is from the APISIX Dashboard project. This is because it has updated the CSP (content...

### Current Behavior 使用docker部署apisix时,apisix一直无法启动,一直报这个错误,example文件夹已经执行了chmod -R 777 /opt/apisix-docker/example/ ### Expected Behavior _No response_ ### Error Logs nginx: [alert] could not open error log file: open() "/usr/local/apisix/logs/error.log" failed (13: Permission denied) ###...

i fetch data from api but get error code 404 but sometimes 200 ![image](https://user-images.githubusercontent.com/89382138/179458124-d074b75b-b70b-452b-9dbc-9520ff58d232.png) ![image](https://user-images.githubusercontent.com/89382138/179458136-282f9d46-3253-4dda-8e87-c3854a027517.png) any suggestions to solve the problem?

Alpine Linux is affected by a serious security CVE-2022-28391 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28391 The AlpineLinux Release Note https://alpinelinux.org/posts/Alpine-3.12.12-3.13.10-3.14.6-3.15.4-released.html We should update the currently used Alpine Linux image version.

help wanted
good first issue

### Issue description When I enable the client-control plugin, I encounter an error: "need to build APIs IX openrest to support client restriction" Therefore, can the official docker image be...

enhancement

We tried to build dashboard docker image for ARM in #197 but failed. Since I could build dashboard docker image on m1 so there's nothing to do with the building...

good first issue

``` + git clone -b master https://github.com/apache/apisix.git /tmp/apisix Cloning into '/tmp/apisix'... + cd /tmp/apisix + git submodule init + git submodule update + cd dashboard /bin/sh: cd: line 1: can't...

bug