Skip to content

Commit 451711b

Browse files
author
Matthew Fisher
committed
bump docker to v0.9.0
1 parent fad6be3 commit 451711b

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get install -yq aufs-tools iptables ca-certificates lxc
1414
RUN echo "deb http://get.docker.io/ubuntu docker main" > /etc/apt/sources.list.d/docker.list
1515
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
1616
RUN apt-get update -q
17-
RUN apt-get install -yq lxc-docker-0.8.0
17+
RUN apt-get install -yq lxc-docker-0.9.0
1818

1919
# install latest pip
2020
RUN wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \

contrib/digitalocean/prepare-controller-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
2929
python get-pip.py && \
3030
rm get-pip.py
3131
# install required packages
32-
apt-get install lxc-docker-0.8.0 fail2ban curl git inotify-tools make -yq
32+
apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq
3333

3434
# wait for docker to start
3535
while [ ! -e /var/run/docker.sock ] ; do

contrib/digitalocean/prepare-node-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
2929
python get-pip.py && \
3030
rm get-pip.py
3131
# install required packages
32-
apt-get install lxc-docker-0.8.0 fail2ban curl git inotify-tools make -yq
32+
apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq
3333

3434
# wait for docker to start
3535
while [ ! -e /var/run/docker.sock ] ; do

contrib/ec2/prepare-controller-ami.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
3434
python get-pip.py && \
3535
rm get-pip.py
3636
# install required packages
37-
apt-get install lxc-docker-0.8.0 fail2ban curl git inotify-tools make -yq
37+
apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq
3838

3939
# wait for docker to start
4040
while [ ! -e /var/run/docker.sock ] ; do

contrib/ec2/prepare-node-ami.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
3434
python get-pip.py && \
3535
rm get-pip.py
3636
# install required packages
37-
apt-get install lxc-docker-0.8.0 fail2ban curl git inotify-tools make -yq
37+
apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq
3838

3939
# wait for docker to start
4040
while [ ! -e /var/run/docker.sock ] ; do

contrib/rackspace/prepare-node-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
3535
python get-pip.py && \
3636
rm get-pip.py
3737
# install required packages
38-
apt-get install lxc-docker-0.8.0 fail2ban curl git inotify-tools make -yq
38+
apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq
3939

4040
# wait for docker to start
4141
while [ ! -e /var/run/docker.sock ] ; do

contrib/vagrant/prepare-ubuntu-box.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
3636
python get-pip.py && \
3737
rm get-pip.py
3838
# install required packages
39-
apt-get install lxc-docker-0.8.0 fail2ban curl git inotify-tools make -yq
39+
apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq
4040

4141
# wait for docker to start
4242
while [ ! -e /var/run/docker.sock ] ; do

0 commit comments

Comments
 (0)