hardme opened a new issue, #13604: URL: https://github.com/apache/apisix/issues/13604
### Description ### Description The installation docs recommend installing APISIX from the official Debian APT repository at `repos.apiseven.com`. However, that repository appears to be outdated: its package index only contains `apisix` up to **3.16.0-0**, so the documented `apt install` path cannot install current releases. ### How to reproduce Follow the documented steps: ```bash wget -O - http://repos.apiseven.com/pubkey.gpg | sudo apt-key add - echo "deb http://repos.apiseven.com/packages/debian bullseye main" \ | sudo tee /etc/apt/sources.list.d/apisix.list sudo apt update sudo apt install -y apisix=3.17.0-0 ### Environment - APISIX version (run `apisix version`): - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
