GitHub user bobbai00 added a comment to the discussion: Docker Image Organization Strategy for Texera's Microservices
**Option 1** Pros: - Clear separation of different micro services - A more common practices Cons: - Requires creating and maintaining multiple repositories (8 repos needed) - More initial setup work Example projects - [Apache Dolphinscheduler](https://github.com/apache/dolphinscheduler) <img width="406" height="416" alt="Screenshot 2025-11-11 at 12 14 13 AM" src="https://github.com/user-attachments/assets/0e63040a-9436-45bd-8052-a6f6d7a2564b" /> **Option 2** Pros: - Single repository to manage, less initial setup Cons: - Tags can become cluttered and harder to navigate - Seems no apache project takes this approach GitHub link: https://github.com/apache/texera/discussions/4046#discussioncomment-14934091 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
