chore: harden compose + entrypoint; docs refresh; ignore artifacts; dependabot

- docker-compose.yml.example: drop privileged; add cap_add (NET_ADMIN, NET_RAW) and sysctls; quote env vars
- entrypoint.sh: add strict mode + traps; wait for service; idempotent iptables; graceful shutdown
- README.md: update to multi-arch + non-privileged run guidance; fix examples
- .gitignore: ignore sbom.spdx.json and results.sarif
- .github/dependabot.yml: monitor Dockerfiles weekly

No functional changes intended; improves security, robustness, and maintainability.
This commit is contained in:
Josh Jacobs
2025-10-26 15:50:49 +00:00
parent efd0c51fcf
commit 2756d3b0c8
4 changed files with 50 additions and 32 deletions

View File

@@ -9,3 +9,12 @@ updates:
- dependencies
- github-actions
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 10
labels:
- dependencies
- docker