1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

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:
Sebastiaan van Stijn
2019-07-10 16:21:44 +02:00
parent 906eefc5f2
commit 08fd6dd63c

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']