mirror of https://github.com/docker/cli.git
e2e: use stable-dind image for testing
The edge channel is deprecated and no longer updated Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
906eefc5f2
commit
08fd6dd63c
|
@ -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