Skip to content

Commit f5b265c

Browse files
committed
Disable TLS for e2e docker-in-docker daemon
The docker-in-docker image now enables TLS by default (added in docker-library/docker#166), which complicates testing in our environment, and isn't needed for the tests we're running. This patch sets the `DOCKER_TLS_CERTDIR` to an empty value to disable TLS. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit b1a3c1a) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent d473c60 commit f5b265c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e/compose-env.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ services:
88
image: 'docker:${TEST_ENGINE_VERSION:-edge-dind}'
99
privileged: true
1010
command: ['--insecure-registry=registry:5000']
11+
environment:
12+
- DOCKER_TLS_CERTDIR=
1113

1214
notary-server:
1315
build:

0 commit comments

Comments
 (0)