haoxins opened a new issue #272: URL: https://github.com/apache/apisix-docker/issues/272
The latest dev image can't start correctly, [Docker hub link](https://hub.docker.com/layers/apache/apisix/dev/images/sha256-84b4561af462f48ebd0b04a60e8b9c5aa1aeffdd20a3b38bf81d0313dded1d8d) ``` DIGEST:sha256:84b4561af462f48ebd0b04a60e8b9c5aa1aeffdd20a3b38bf81d0313dded1d8d ``` the error messages are ``` /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd 2022/01/17 11:16:31 [emerg] 1#1: unknown directive "apisix_mirror_on_demand" in /usr/local/apisix/conf/nginx.conf:99 nginx: [emerg] unknown directive "apisix_mirror_on_demand" in /usr/local/apisix/conf/nginx.conf:99 ``` But with image `2.11.0-alpine` no any issue found. I deploy APISIX with the official Helm chart. -- 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]
