1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

bump to docker-1.10.1

This commit is contained in:
Ivan Mikushin
2016-02-15 13:59:38 -08:00
parent 0acd347554
commit 2f0a918ba4
5 changed files with 6 additions and 6 deletions

View File

@@ -20,9 +20,9 @@ WORKDIR ${DAPPER_SOURCE}/assets
RUN curl -OL https://github.com/rancher/docker-from-scratch/releases/download/bin-v0.3.1/base-files_amd64.tar.gz
RUN curl -OL https://github.com/rancher/docker-from-scratch/releases/download/bin-v0.3.1/base-files_arm.tar.gz
RUN curl -o ./docker_amd64 -L https://get.docker.com/builds/Linux/x86_64/docker-1.10.0 && \
RUN curl -o ./docker_amd64 -L https://get.docker.com/builds/Linux/x86_64/docker-1.10.1 && \
chmod +x ./docker_amd64
RUN curl -o ./docker_arm -L https://github.com/rancher/docker/releases/download/v1.10.0-ros_arm/docker-1.10.0 && \
RUN curl -o ./docker_arm -L https://github.com/rancher/docker/releases/download/v1.10.1-ros_arm/docker-1.10.1 && \
chmod +x ./docker_arm
WORKDIR ${DAPPER_SOURCE}