Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
bump docker to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Mar 22, 2014
1 parent fad6be3 commit 451711b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get install -yq aufs-tools iptables ca-certificates lxc
RUN echo "deb http://get.docker.io/ubuntu docker main" > /etc/apt/sources.list.d/docker.list
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
RUN apt-get update -q
RUN apt-get install -yq lxc-docker-0.8.0
RUN apt-get install -yq lxc-docker-0.9.0

# install latest pip
RUN wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
Expand Down
2 changes: 1 addition & 1 deletion contrib/digitalocean/prepare-controller-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
python get-pip.py && \
rm get-pip.py
# install required packages
apt-get install lxc-docker-0.8.0 fail2ban curl git inotify-tools make -yq
apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq

# wait for docker to start
while [ ! -e /var/run/docker.sock ] ; do
Expand Down
2 changes: 1 addition & 1 deletion contrib/digitalocean/prepare-node-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
python get-pip.py && \
rm get-pip.py
# install required packages
apt-get install lxc-docker-0.8.0 fail2ban curl git inotify-tools make -yq
apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq

# wait for docker to start
while [ ! -e /var/run/docker.sock ] ; do
Expand Down
2 changes: 1 addition & 1 deletion contrib/ec2/prepare-controller-ami.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
python get-pip.py && \
rm get-pip.py
# install required packages
apt-get install lxc-docker-0.8.0 fail2ban curl git inotify-tools make -yq
apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq

# wait for docker to start
while [ ! -e /var/run/docker.sock ] ; do
Expand Down
2 changes: 1 addition & 1 deletion contrib/ec2/prepare-node-ami.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
python get-pip.py && \
rm get-pip.py
# install required packages
apt-get install lxc-docker-0.8.0 fail2ban curl git inotify-tools make -yq
apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq

# wait for docker to start
while [ ! -e /var/run/docker.sock ] ; do
Expand Down
2 changes: 1 addition & 1 deletion contrib/rackspace/prepare-node-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
python get-pip.py && \
rm get-pip.py
# install required packages
apt-get install lxc-docker-0.8.0 fail2ban curl git inotify-tools make -yq
apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq

# wait for docker to start
while [ ! -e /var/run/docker.sock ] ; do
Expand Down
2 changes: 1 addition & 1 deletion contrib/vagrant/prepare-ubuntu-box.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
python get-pip.py && \
rm get-pip.py
# install required packages
apt-get install lxc-docker-0.8.0 fail2ban curl git inotify-tools make -yq
apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq

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

0 comments on commit 451711b

Please sign in to comment.