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> (cherry picked from commit08fd6dd63c) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit:a88330d9ddComponent: cli
This commit is contained in:
@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user