Commit graph

2 commits

Author SHA1 Message Date
d99cd1dd56
feat(docker): multi-stage build for collector and receiver
All checks were successful
ci / build (push) Successful in 1m55s
Add multi-stage Dockerfile that can build both images:
- `docker build --target collector` for the collector
- `docker build --target receiver` for the receiver (with CGO for SQLite)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 11:54:20 +01:00
74ac653e58
chore: add Dockerfile with Go 1.25
Add multi-stage Dockerfile for building minimal container image
using golang:1.25-alpine base.
2026-02-04 14:19:47 +01:00