summaryrefslogtreecommitdiff
path: root/docker/Dockerfile
AgeCommit message (Collapse)Author
2026-07-22build: DTail fork — benchmarks, PGO tooling, Makefile, dockerPaul Buetow
Squashed development of the build/benchmark/profiling tooling: - Turbo-vs-normal and per-tool benchmark harnesses under benchmarks/ (with dated baseline and result artifacts preserved), plus MapReduce/SSH/network suites. - Profile-Guided Optimization workflow (internal/tools/pgo lives with the code): Makefile targets (make pgo / pgo-quick / build-pgo), profile generation with non-zero-sample and representativeness guards. - Makefile targets for build, test (unit + integration), lint, vet, benchmarking and profiling; docker config updates. - .gitignore hardened against pgo profiles and accidental integration-test debug/output dumps. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2021-12-03update TODO commentsPaul Buetow
2021-11-07Can configure num of docker server instances via NUM_INSTANCESPaul Buetow
2021-11-06Remove insecure and dangerous relaxed auth modePaul Buetow
2021-10-29rename relaxed auth flagPaul Buetow
2021-10-02bugfix: dmap skipped the last couple of mapreduce linesPaul Buetow
2021-07-31Fix Docker tests - also add dcat examplePaul Buetow
2020-12-28refactorPaul Buetow
2020-11-22can run test container for local development purposesPaul Buetow