Evidence
docker-compose.yml:153-155, exporter/Dockerfile
Description
The argus-exporter is built from local source (build: ./exporter) on every docker compose up. There is no published Docker image in a registry, no versioned image tag, and no way to reference a specific exporter version without a git SHA. This makes deployment reproducibility dependent on the local source tree.
Part of #100
Evidence
docker-compose.yml:153-155, exporter/Dockerfile
Description
The argus-exporter is built from local source (
build: ./exporter) on everydocker compose up. There is no published Docker image in a registry, no versioned image tag, and no way to reference a specific exporter version without a git SHA. This makes deployment reproducibility dependent on the local source tree.Part of #100