build on host net

Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
Ava Hahn 2025-08-18 03:59:32 +00:00
parent ff1bf042e7
commit ce3844ef4e
5 changed files with 108 additions and 4 deletions

View file

@ -2,6 +2,7 @@ services:
kasvc-0: &kasvc
build:
context: kasvc
network: host
platforms:
- linux/x86_64
platform: linux/x86_64
@ -53,6 +54,7 @@ services:
kaproxy:
build:
context: kaproxy
network: host
platforms:
- linux/x86_64
platform: linux/x86_64
@ -68,6 +70,7 @@ services:
kaclient:
build:
context: kaclient
network: host
platforms:
- linux/x86_64
platform: linux/x86_64