leslie-tsang edited a comment on issue #5188: URL: https://github.com/apache/apisix/issues/5188#issuecomment-939274382
> it's build form source code, see:https://github.com/api7/nacos-test-service Hi there, thx for reply. I'm trying to replace [`install-ext-services-via-docker.sh`](https://github.com/apache/apisix/blob/master/ci/install-ext-services-via-docker.sh) with [`docker-compose`](https://docs.docker.com/compose/install/) for several benefits: * Global sync exec becomes async exec will reduce some launch time * Use healthcheck feature to solve startup sequence deps, this will do help for low pref machine to successfully launch ext service Here is a [`demo`](https://github.com/NGX-AI/apisix-workbench/blob/test/ci/pod/docker-compose.yml) of the docker-compose version `install-ext-services-via-docker`. Can apisix community build an official docker hub image ? Any feedback appricated. 🙏 -- 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]
