Skip to content

Commit e675d67

Browse files
committed
Test against Docker 1.6.2 and 1.7.1
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
1 parent 1e71eeb commit e675d67

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ RUN set -ex; \
4848
rm -rf pip-7.0.1; \
4949
rm pip-7.0.1.tar.gz
5050

51-
ENV ALL_DOCKER_VERSIONS 1.6.0 1.7.0
51+
ENV ALL_DOCKER_VERSIONS 1.6.2 1.7.1
5252

5353
RUN set -ex; \
54-
curl https://get.docker.com/builds/Linux/x86_64/docker-1.6.0 -o /usr/local/bin/docker-1.6.0; \
55-
chmod +x /usr/local/bin/docker-1.6.0; \
56-
curl https://test.docker.com/builds/Linux/x86_64/docker-1.7.0 -o /usr/local/bin/docker-1.7.0; \
57-
chmod +x /usr/local/bin/docker-1.7.0
54+
curl https://get.docker.com/builds/Linux/x86_64/docker-1.6.2 -o /usr/local/bin/docker-1.6.2; \
55+
chmod +x /usr/local/bin/docker-1.6.2; \
56+
curl https://get.docker.com/builds/Linux/x86_64/docker-1.7.1 -o /usr/local/bin/docker-1.7.1; \
57+
chmod +x /usr/local/bin/docker-1.7.1
5858

5959
# Set the default Docker to be run
60-
RUN ln -s /usr/local/bin/docker-1.6.0 /usr/local/bin/docker
60+
RUN ln -s /usr/local/bin/docker-1.6.2 /usr/local/bin/docker
6161

6262
RUN useradd -d /home/user -m -s /bin/bash user
6363
WORKDIR /code/

0 commit comments

Comments
 (0)