No description
Fixed glibc version mismatch between rust:latest builder (glibc 2.38+) and debian:bookworm-slim runtime (glibc 2.36). This was causing: - ./companies: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38 not found - ./payments: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38 not found - Similar errors for users service Updated all 19 service Dockerfiles + Dockerfile.template to use debian:trixie-slim which includes glibc 2.38+. |
||
|---|---|---|
| .cargo | ||
| .sqlx | ||
| apps | ||
| crates | ||
| docs | ||
| load-tests | ||
| scripts | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| .woodpecker.yml | ||
| cargo-deny.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| docker-compose.yml | ||
| Dockerfile.template | ||
| gateway.pid | ||
| README.md | ||
| start-services.sh | ||
| TESTING_STRATEGY.md | ||
| users.pid | ||
| wir.md | ||
NXTGAUGE Backend Rust
Rust migration target for nxtgauge-nov-2025-backend, preserving the same microservices and request flow.
Target Service Topology
gateway(HTTP API)users(identity, runtime roles, onboarding, approvals)companiescustomersprofessionalsjobseekers
Migration Policy
- Keep contracts stable (REST + proto semantics).
- Keep runtime-config and onboarding schema behavior unchanged during parity phases.
- Replace service implementations one by one.
See docs/MIGRATION_MASTER_PLAN.md for full staged plan.