Hi, all Recently I am working on a github action, this github action depends on APISIX, I need to reference APISIX in my test cases. Then I found that the current APISIX docker image is not convenient to use in github actions.
There are two ways to improve this problem: 1. APISIX supports specifying etcd host through environment variables 2. Build a new docker image that integrates etcd and APISIX I prefer the second way, which is more convenient for users to test APISIX using docker without installing docker-compose. What do you think? Or there is a way that use APISIX in github actions directly without changing, please tell me. Thank you!
