From f2944386dfa513db20437dcf854cf4ea786476f5 Mon Sep 17 00:00:00 2001 From: Alexandre Beslic Date: Fri, 20 Nov 2015 16:53:54 -0800 Subject: [PATCH] Update Docker version in swarm-test-env Dockerfile Update the version of docker to 1.9.0 because of helpers removal in hack/dind script that was mounting the cgroups. It's now done automatically inside the containers as of 1.8.0. Signed-off-by: Alexandre Beslic --- test/integration/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/Dockerfile b/test/integration/Dockerfile index 78fe544824..f75c3c3e75 100644 --- a/test/integration/Dockerfile +++ b/test/integration/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile for swarm integration test environment. # Use with run_in_docker.sh -FROM dockerswarm/dind:1.6.0 +FROM dockerswarm/dind:1.9.0 # Install dependencies. RUN apt-get update && apt-get install -y --no-install-recommends git file \