Make ingress drill Docker socket portable
Dependency Audit / dependency-audit (push) Successful in 1m44s
Deployment Installer / deployment-installer (push) Successful in 6s
Security Audit / security-audit (push) Successful in 10m56s

This commit is contained in:
2026-08-03 17:55:48 +02:00
parent 25424187a8
commit 282c90c54b
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ class ManagedIngressDrillTests(unittest.TestCase):
argv = run.call_args.args[0]
self.assertIn("type=volume,src=config-volume,dst=/govoplan-config", argv)
self.assertIn("0:0", argv)
self.assertNotIn("type=bind", " ".join(argv))
self.assertEqual(
":8080 { respond /health 200 }\n",