Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit ae2af04

Browse files
authored
Merge pull request #2022 from thaJeztah/19.03_backport_fix_e2e
[19.03 backport] Disable TLS for e2e docker-in-docker daemon Upstream-commit: fa0e2597e6e2f4408ffde0c0811d48d8bef1d5f2 Component: cli
2 parents ec46e07 + 285f7e3 commit ae2af04

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

components/cli/e2e/compose-env.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ services:
55
image: 'registry:2'
66

77
engine:
8-
image: 'docker:${TEST_ENGINE_VERSION:-edge-dind}'
8+
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)