Merge pull request #964 from aaronlehmann/pin-dind-dep

Download dind from v1.8.1 tag of docker/docker repo
This commit is contained in:
Olivier Gambier 2015-09-09 18:13:10 -07:00
commit 6bf5a049ff

View file

@ -25,7 +25,7 @@ RUN curl -L -o /usr/local/bin/docker https://test.docker.com/builds/Linux/x86_64
&& chmod +x /usr/local/bin/docker
# Install DIND
RUN curl -L -o /dind https://raw.githubusercontent.com/docker/docker/master/hack/dind \
RUN curl -L -o /dind https://raw.githubusercontent.com/docker/docker/v1.8.1/hack/dind \
&& chmod +x /dind
# Install bats