Skip to content

Commit c8d7cec

Browse files
committed
No need for the docker cli in the test runner
We now use the docker REST api exclusively.
1 parent b0cf640 commit c8d7cec

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/integration/runner/Dockerfile

-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ ENV DOCKER_VERSION 1.12.0
55
ENV DOCKER_SHA256 3dd07f65ea4a7b4c8829f311ab0213bca9ac551b5b24706f3e79a97e22097f8b
66

77
RUN apt-get update -y && apt-get install -y build-essential git curl
8-
RUN set -x \
9-
&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION.tgz" -o docker.tgz \
10-
&& echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - \
11-
&& tar -xzvf docker.tgz \
12-
&& mv docker/* /usr/local/bin/ \
13-
&& rmdir docker \
14-
&& rm docker.tgz \
15-
&& docker -v
168

179
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && apt-get install -y nodejs python-software-properties python
1810

0 commit comments

Comments
 (0)