No description
  • TypeScript 67.8%
  • Rust 13.2%
  • Dockerfile 6.4%
  • Astro 6.1%
  • Shell 2.8%
  • Other 3.7%
Find a file
Ronit Nath 22e179fc3d refactor: distroless base, selective lib COPY, per-service cache IDs
- Runtime base: debian:bookworm-slim -> gcr.io/distroless/cc-debian12
- Selective lib COPY: only copy needed lib crates instead of entire lib/
- Per-service cache mount IDs to avoid cross-service cache collisions
- CMD -> ENTRYPOINT with absolute binary path

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 23:02:00 -07:00
frontend Add i18n support: localize frontend with en/es/zh-Hans/hi 2026-03-22 19:11:32 -07:00
src feat: replace manual tracing_subscriber with init_telemetry for OTel support 2026-03-22 06:26:40 -07:00
.env.example Initial scaffold: Isoastra Hub dashboard 2026-03-20 17:26:11 -07:00
.gitignore Initial scaffold: Isoastra Hub dashboard 2026-03-20 17:26:11 -07:00
build.sh Initial scaffold: Isoastra Hub dashboard 2026-03-20 17:26:11 -07:00
Cargo.lock feat: replace manual tracing_subscriber with init_telemetry for OTel support 2026-03-22 06:26:40 -07:00
Cargo.toml feat: replace manual tracing_subscriber with init_telemetry for OTel support 2026-03-22 06:26:40 -07:00
CLAUDE.md Add CLAUDE.md with service context for AI workflows 2026-03-22 06:27:17 -07:00
Containerfile refactor: distroless base, selective lib COPY, per-service cache IDs 2026-03-22 23:02:00 -07:00