Gerrrr opened a new pull request, #113: URL: https://github.com/apache/otava/pull/113
This commit reduces image size from 782MB to 290mb by: 1. Switching from `python:3.14.1-slim` to `python:3.14.1-alpine` base image. 2. Using `uv` to install dependencies instead of `pip`. 3. Deleting `uv` after installation. 4. Avoiding `uv` cache. 5. Cleaning up build artifacts right after installation. -- 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]
