Merge pull request #1992 from thaJeztah/e2e_stable_dind

e2e: use stable-dind image for testing
This commit is contained in:
Tibor Vass 2019-07-10 12:03:28 -07:00 committed by GitHub
commit 1161a9c417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ 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']