gyurix aac9b83576
continuous-integration/drone/push Build is passing
feat(network-go): add fuzzy container name resolution for firewall connections
Implement FindContainerName method on DockerAPI that attempts exact match
first, then falls back to prefix-based matching (e.g., extracting prefix
before dash like "service-" in "service-abc") to replicate the old shell
script's `grep $D"-"` behavior. Update firewall orchestrator to use this
resolution before connecting containers to networks, improving robustness
when container names vary from configured selectors.
2026-06-15 14:58:29 +02:00
2026-06-12 09:11:56 +02:00
2026-06-12 09:07:00 +02:00
2026-06-12 09:07:00 +02:00
Description
Dockerfile and firewall rules creater from services jsons.
5.8 MiB
Languages
Go 78.9%
Shell 20.6%
Dockerfile 0.5%