edespino commented on PR #13: URL: https://github.com/apache/cloudberry-devops-release/pull/13#issuecomment-2768903579
**Missing Cleanup** Problem: The APT cache and downloaded files (e.g., .tar.gz, build dirs) are not cleaned up, which bloats the image. Fix: RUN apt-get clean && rm -rf /var/lib/apt/lists/* Also clean /tmp/*, ~/xerces-c*, Go tarballs, etc., after use. -- 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: commits-unsubscr...@cloudberry.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org