morningman opened a new pull request, #4078: URL: https://github.com/apache/doris-website/pull/4078
## Summary Adds a developer guide for the official `apache/doris:all-in-one-*` image, under **Development & Debugging > Testing**. The doc serves two purposes: 1. **For downstream / ecosystem projects** (connectors, SDKs, data integration tools) that need a real Doris instance in their e2e / CI runs rather than a mock: what the image provides as a test fixture, how the `base` and `-full` tags differ, multi-architecture support, and ready-to-copy usage with `docker run`, Docker Compose (`service_healthy`) and GitHub Actions service containers, plus configuration knobs, persistence and troubleshooting. 2. **For anyone building the image themselves**: a short section with the three commands that cover the common cases, linking to the [README](https://github.com/apache/doris/blob/master/docker/runtime/all-in-one/4.1/README.md) in the Doris repository for everything else. The build section is deliberately kept brief and the version number is used only as an example, so a new Doris release does not require maintaining this page. Source of truth for the content: `docker/runtime/all-in-one/4.1/` in apache/doris (added in apache/doris#66983). ## Changes - `community/developer-guide/all-in-one-image.md` (EN) - `i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/all-in-one-image.md` (ZH) - `sidebarsCommunity.json`: new entry under **Testing**, after `developer-guide/regression-testing` ## Verification - `yarn docusaurus build` succeeds; both pages are generated for `en` and `zh-CN` - `yarn docs:links:changed`, `yarn docs:seo:changed`, `yarn docs:i18n-sync:changed` and the frontmatter / markdown-structure lints report no findings for the new files - EN and ZH pages have identical heading structure, tables and code blocks - Ports, environment variables, config keys, mount paths and log paths were checked against the Dockerfile, entrypoint.sh and conf files of the image; the `all-in-one-4.1.3` and `-full` tags were confirmed to be published as multi-arch (amd64 + arm64) on Docker Hub -- 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]
