mirror of https://github.com/docker/cli.git
Merge pull request #1992 from thaJeztah/e2e_stable_dind
e2e: use stable-dind image for testing
This commit is contained in:
commit
1161a9c417
|
@ -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']
|
||||
|
||||
|
|
Loading…
Reference in New Issue