-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
Description
We need k8s discovery feature, and i saw a MR inject k8s env to discovery https://github.com/apache/apisix/pull/6869 is in master branch and not release in 1.14.1, so i use apisix's dev image apache/apisix:dev is work well. but when i build it in apisix-docker/alpine-dev with default base-image api7/apisix-base:1.19.9.1.6, always show some error log like this,
usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init
/usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd
2022/07/18 19:44:56 [emerg] 1#1: unknown directive "lua" in /usr/local/apisix/conf/nginx.conf:31
nginx: [emerg] unknown directive "lua" in /usr/local/apisix/conf/nginx.conf:31
some issue like that:
apache/apisix-docker#333
How we can build the master branch code image, is there something info like api7/apisix-base image version update?
openresty in repo apisix-docker: api7/apisix-base:1.19.9.1.6
openresty in docker-hub apache/apisix:dev: openresty -v
nginx version: openresty/1.21.4.1
Environment
- APISIX version (run
apisix version): master branch 1.14.1 - Operating system (run
uname -a): - OpenResty / Nginx version (run
openresty -Vornginx -V): 1.19.9.1 - 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):
Metadata
Metadata
Assignees
Labels
No labels