linghengqian commented on issue #52698: URL: https://github.com/apache/doris/issues/52698#issuecomment-3067087410
- I concluded from https://github.com/apache/shardingsphere/pull/35963 that I should use a third-party image, and the Linux Container of `apache/doris` on Docker Hub is not suitable for the scenario of using `testcontainers-java`. Linux Containers like `dyrnq/doris:3.0.5` rewrite startup scripts to use FQCN. - It is a great pity that FQCN is not enabled by default. But what confuses me more is that the shell script used by `apache/doris:fe-3.0.6.1` does not look like https://github.com/apache/doris/blob/3.0.6.1/docker/runtime/fe/resource/init_fe.sh . The log output of the Docker Container does not correspond to the content of the shell script. But this is not a big problem, after all, Docker Hub is not the official distribution channel of ASF, it is a downstream distribution channel. - Another topic is https://github.com/actions/runner-images/issues/12579 which is not resolved. By default, the startup time of Doris's Runtime Image in Github Actions' Ubuntu Runner is extremely long. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
