Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]
XW512 closed issue #12409: help request: API version 3.13.0 forces download of dependency packages URL: https://github.com/apache/apisix/issues/12409 -- 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]
Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]
XW512 commented on issue #12409: URL: https://github.com/apache/apisix/issues/12409#issuecomment-3142393139 > Hi [@XW512](https://github.com/XW512), we have updated the relevant documents. Is the problem solved? Hello, I have resolved this issue through RPM installation -- 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]
Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]
Baoyuantop commented on issue #12409: URL: https://github.com/apache/apisix/issues/12409#issuecomment-3142354043 Hi @XW512, we have updated the relevant documents. Is the problem solved? -- 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]
Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]
XW512 commented on issue #12409: URL: https://github.com/apache/apisix/issues/12409#issuecomment-3102333012 > Why not use docker images? Hello, I am currently attempting to install the apisix-3.13.0 version using the rpm method, but I am following the offline method recommended by the official website: sudo mkdir -p apisix sudo yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm sudo yum clean all && yum makecache sudo yum install -y --downloadonly --downloaddir=./apisix apisix The downloaded version of apisix is 3.9.1. How can I install the latest apisix-3.13.0 version using the rpm method -- 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]
Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]
XW512 commented on issue #12409: URL: https://github.com/apache/apisix/issues/12409#issuecomment-3055871995 > Why not use docker images? Thank you for your reply. Due to restrictions in our company, Docker cannot be installed on virtual machines to deploy applications -- 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]
Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]
Baoyuantop commented on issue #12409: URL: https://github.com/apache/apisix/issues/12409#issuecomment-3055207204 Why not use docker images? -- 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]
Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]
XW512 commented on issue #12409: URL: https://github.com/apache/apisix/issues/12409#issuecomment-3051497958 > Can you use https://github.com/api7/apisix-build-tools to build rpm or deb packages for use? Thank you for your reply. As we have customized the components of Apisix, may I not be able to use this Apisix build tool -- 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]
Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]
Baoyuantop commented on issue #12409: URL: https://github.com/apache/apisix/issues/12409#issuecomment-3051462863 Can you use https://github.com/api7/apisix-build-tools to build rpm or deb packages for use? -- 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]
Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]
XW512 commented on issue #12409: URL: https://github.com/apache/apisix/issues/12409#issuecomment-3051021303 > Can you share your specific compilation steps? Okay, thank you. I will first install the required openssl on the virtual machine, then install openresty through the source code, install lua-5.1.5, install luarocks, install etcd, and finally compile the version of apisix through make deps. In version 3.5.0, when making deps, local environment variables such as openresty, lua, and luarocks will be used first. I see that in the install dependencies. sh script of apisix-3.13.0, since version 3.7.0, this method will be called through the multi-distro_installation method, which is executed by downloading the build apisix-runtime.sh script. Then execute, which is not available in versions before 3.8.0 -- 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]
Re: [I] help request: API version 3.13.0 forces download of dependency packages [apisix]
Baoyuantop commented on issue #12409: URL: https://github.com/apache/apisix/issues/12409#issuecomment-3050799070 Can you share your specific compilation steps? -- 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]
[I] help request: API version 3.13.0 forces download of dependency packages [apisix]
XW512 opened a new issue, #12409: URL: https://github.com/apache/apisix/issues/12409 ### Description Since I am in an intranet environment and cannot access the Internet, I will first compile the version of apisix on the Internet, and then upload it to the intranet. Now when compiling the version of apisix-3.13.0, make deps will force the download dependency. I want to ask whether this is controlled by parameters. When making deps, use the dependency of the local environment first, and if not, go to the Internet to download the dependency, so that I can compile it first and then transfer it to the intranet to run deployment ### 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]
