Description
Hi all
For company reasons i need to install apisix in OpenShift and RedHat UBI 10 image.
I need to install from source code and i had some issues.
- UBI does not use
yum but dnf or in case of minimal ubi is microdnf.
- because is an image on Kubernetes, does not have sudo
So, if a start the make deps dommand i got the following error
./utils/install-dependencies.sh: line 47: sudo: command not found make: *** [Makefile:239: install-runtime] Error 127
There is a way to jump the yum command? or maybe a way to solve this?
thanks in advance for your help
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):
Description
Hi all
For company reasons i need to install apisix in OpenShift and RedHat UBI 10 image.
I need to install from source code and i had some issues.
yumbutdnfor in case of minimal ubi ismicrodnf.So, if a start the make deps dommand i got the following error
./utils/install-dependencies.sh: line 47: sudo: command not found make: *** [Makefile:239: install-runtime] Error 127There is a way to jump the yum command? or maybe a way to solve this?
thanks in advance for your help
Environment
apisix version):uname -a):openresty -Vornginx -V):curl http://127.0.0.1:9090/v1/server_info):luarocks --version):