nxtgauge-backend-rust/apps/ugc_content_creators
Ashwin Kumar 5b4e8fe908 refactor: use Alpine Linux with static musl binaries for all services
Switched from Debian to Alpine Linux for significant improvements:
- Image size: ~5MB vs ~100MB (95% smaller)
- Security: Minimal attack surface, no glibc vulnerabilities
- Static linking: No glibc version issues ever again
- Uses rust:alpine builder with x86_64-unknown-linux-musl target
- Static binaries with RUSTFLAGS='-C target-feature=+crt-static'

Fixes the GLIBC_2.38 error permanently by avoiding glibc entirely.
2026-04-09 11:51:57 +02:00
..
src Add UGC Content Creator microservice (10th professional role) 2026-04-05 21:14:02 +02:00
Cargo.toml Add UGC Content Creator microservice (10th professional role) 2026-04-05 21:14:02 +02:00
Dockerfile refactor: use Alpine Linux with static musl binaries for all services 2026-04-09 11:51:57 +02:00