towerops-agent/.dockerignore
Graham McIntire a757bd7615
Optimize CI caching for Blacksmith runners, fix SNMP bulk walk on Mikrotik
- Dockerfile: add BuildKit cache mounts for Go module and build caches,
  pin both stages to Alpine 3.23
- CI: replace BUILDKIT_INLINE_CACHE with registry-based layer caching
  (mode=max) for branch and release builds
- .dockerignore: exclude test files, Rust legacy, nix, and other
  non-build artifacts from Docker context
- SNMP: lower MaxRepetitions from default 50 to 10 to prevent Mikrotik
  routers from timing out during bulk walks
2026-02-11 10:31:10 -06:00

24 lines
235 B
Text

.git/
.github/
.gitignore
.direnv/
.envrc
.cargo/
.claude/
.conductor/
Dockerfile
.dockerignore
README.md
docker-compose.example.yml
flake.nix
flake.lock
cover.out
coverage/
proto/
*.db
*.db-shm
*.db-wal
*_test.go
src/
native/
target/