merrily01 opened a new issue, #1529: URL: https://github.com/apache/auron/issues/1529
**Describe the bug** <!-- A clear and concise description of what the bug is. --> When building with Docker, the following warning appears in logs: ``` time="2025-10-27T06:43:51Z" level=warning msg="/home/runner/work/auron/auron/dev/docker-build/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion" ``` This indicates that the `version` field in docker-compose.yml is deprecated and no longer needed. It should be removed to avoid confusion during build logs. **To Reproduce** <!-- Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error --> **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> **Screenshots** <!-- If applicable, add screenshots to help explain your problem. --> <img width="950" height="164" alt="Image" src="https://github.com/user-attachments/assets/865f7781-46f1-4533-ae62-bdfb4f0ec3f2" /> **Additional context** <!-- Add any other context about the problem 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]
