Skip to content

Commit b1a3c1a

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 <[email protected]>
1 parent 8560f9e commit b1a3c1a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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:-stable-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)