- 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
24 lines
235 B
Text
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/
|