1
0
mirror of https://github.com/rancher/os.git synced 2025-09-18 08:06:48 +00:00

update to docker-1.9.0

This commit is contained in:
Ivan Mikushin
2015-11-04 14:48:07 +05:00
parent 32e305f03c
commit eaed4da0be
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8
ENV TERM xterm
RUN curl -sL https://get.docker.com/builds/Linux/x86_64/docker-1.8.2 > /usr/bin/docker
RUN curl -sL https://get.docker.com/builds/Linux/x86_64/docker-1.8.3 > /usr/bin/docker
RUN chmod +x /usr/bin/docker
RUN pip install tox

View File

@@ -1,6 +1,6 @@
IMAGE_NAME=rancher/os
VERSION=v0.4.1-dev
DOCKER_BINARY_URL=https://github.com/rancher/docker/releases/download/v1.8.3-ros2/docker-1.8.3
DOCKER_BINARY_URL=https://github.com/rancher/docker/releases/download/v1.9.0-ros1/docker-1.9.0
COMPILED_KERNEL_URL=https://github.com/rancher/os-kernel/releases/download/Ubuntu-4.2.0-16.19/linux-4.2.3-rancher-x86.tar.gz
DFS_IMAGE=rancher/docker:1.8.3
DFS_IMAGE=rancher/docker:1.9.0-1