Skip to content

Commit efecac8

Browse files
committed
Add NO_PROXY to dind service for internal registry access
The dind daemon inherits proxy settings from the runner environment which routes requests through squid. This breaks TLS/auth to docker.internal.networkradius.com. Bypass the proxy for internal hosts.
1 parent a0fb550 commit efecac8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ jobs:
163163
options: --privileged
164164
env:
165165
DOCKER_TLS_CERTDIR: ""
166+
# Bypass the squid proxy for internal registry access.
167+
NO_PROXY: "*.networkradius.com,127.0.0.1"
166168
# Mount the host's internal CA so dind trusts
167169
# docker.internal.networkradius.com for image pulls.
168170
volumes:

0 commit comments

Comments
 (0)