From 08fd6dd63c6df48a479b0d81abfb168f9bea2c45 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 10 Jul 2019 16:21:44 +0200 Subject: [PATCH] e2e: use stable-dind image for testing The edge channel is deprecated and no longer updated Signed-off-by: Sebastiaan van Stijn --- e2e/compose-env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/compose-env.yaml b/e2e/compose-env.yaml index dd7b5a649a..ce1081432f 100644 --- a/e2e/compose-env.yaml +++ b/e2e/compose-env.yaml @@ -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']