Skip to content

Release v1.2.0

Compare
Choose a tag to compare
@abdullahkhawer abdullahkhawer released this 15 Aug 14:16
· 12 commits to master since this release
d6ee6dc

Release v1.2.0 - Reduce Docker Image Size, Improve Docker Image README and Do Minor Improvements

1.2.0 - 2024-08-15

🚀 Features

  • Reduce Docker image size by 86% (from 677 MB (240.53 MB compressed) -> 95.7 MB (36.47 MB compressed)) by using multi-stage builds with Alpine images for Golang (Go) and Python as base images, combining RUN commands, installing necessary packages only and using no cache options for package installers to reduce installation size.

🐛 Bug Fixes

  • Add no cache options for package installers to reduce installation size.

📚 Documentation

  • Update README.md with reference screenshots
  • Update README to add license description and update founder reference.
  • Update Docker README to add 'Quick Reference', 'Supported Tags', and license description and update founder reference.

⚙️ Miscellaneous Tasks

  • Add Apache License for Docker image.