Skip to content

Commit 0cc53f4

Browse files
committed
Add NO_PROXY=dind to container env
The Docker CLI inside the job container routes through Squid when HTTP_PROXY is set, which can't resolve the 'dind' service container hostname. Bypass the proxy for dind connections.
1 parent d4048c9 commit 0cc53f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-multi-server-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
--memory-swap -1
180180
env:
181181
DOCKER_HOST: tcp://dind:2375
182+
NO_PROXY: dind
182183

183184
steps:
184185

0 commit comments

Comments
 (0)