You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.