diff --git a/e2e/compose-env.yaml b/e2e/compose-env.yaml index 76eda15a8c..5fa0243dfa 100644 --- a/e2e/compose-env.yaml +++ b/e2e/compose-env.yaml @@ -5,9 +5,11 @@ services: image: 'registry:2' engine: - image: 'docker:${TEST_ENGINE_VERSION:-edge-dind}' + image: 'docker:${TEST_ENGINE_VERSION:-stable-dind}' privileged: true command: ['--insecure-registry=registry:5000'] + environment: + - DOCKER_TLS_CERTDIR= notary-server: build: