mirror of https://github.com/docker/compose.git
Use Docker 1.7 RC5
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
f3df2a9fec
commit
e0af1a44ea
|
@ -48,13 +48,13 @@ RUN set -ex; \
|
|||
rm -rf pip-7.0.1; \
|
||||
rm pip-7.0.1.tar.gz
|
||||
|
||||
ENV ALL_DOCKER_VERSIONS 1.6.0 1.7.0-rc3
|
||||
ENV ALL_DOCKER_VERSIONS 1.6.0 1.7.0-rc5
|
||||
|
||||
RUN set -ex; \
|
||||
curl https://get.docker.com/builds/Linux/x86_64/docker-1.6.0 -o /usr/local/bin/docker-1.6.0; \
|
||||
chmod +x /usr/local/bin/docker-1.6.0; \
|
||||
curl https://test.docker.com/builds/Linux/x86_64/docker-1.7.0-rc3 -o /usr/local/bin/docker-1.7.0-rc3; \
|
||||
chmod +x /usr/local/bin/docker-1.7.0-rc3
|
||||
curl https://test.docker.com/builds/Linux/x86_64/docker-1.7.0-rc5 -o /usr/local/bin/docker-1.7.0-rc5; \
|
||||
chmod +x /usr/local/bin/docker-1.7.0-rc5
|
||||
|
||||
# Set the default Docker to be run
|
||||
RUN ln -s /usr/local/bin/docker-1.6.0 /usr/local/bin/docker
|
||||
|
|
Loading…
Reference in New Issue