Hi,
I have an openvpn client which will route only a part of my traffic like calls to my eks cluster / private services / ...
This client is only for running traffic from laptop, when we are in the CI we have specific egress IPs.
Before dagger I was running that with a mix of docker compose + makefile and with this setup the routing is working correctly but with dagger when I'm checking the egress IP, I can see this my personal one.
services:
infrastructure:
image: myorg/infra:0
network_mode: host
volumes:
# some volumes to do a mapping
environment:
# some env vars specifics to some software like creds for terraform providers
Maybe it's due to the network mode