merrily01 opened a new issue, #1252: URL: https://github.com/apache/auron/issues/1252
**Is your feature request related to a problem? Please describe.** During the consolidation of the build entry, where release-docker.sh was unified into auron-build.sh (see PR #1213), we discussed the potential to further extend the build entry to support more flexible Docker-based builds in the future (https://github.com/apache/auron/pull/1213#discussion_r2303537862). Currently, `auron-build.sh` provides a unified entry point with Docker support, but: * The script is tied to a single base OS image (e.g., CentOS7). * Users cannot easily provide their own Dockerfile for custom builds. **Describe the solution you'd like** Enhance auron-build entry to: * Support multiple base OS images (e.g., CentOS7, Ubuntu, ARM). * Allow users to specify a custom Dockerfile for building. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. -- 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]
