Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zalando/spilo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyklyukin committed Apr 28, 2015
2 parents 9409f48 + 095831a commit 5ee5a95
Show file tree
Hide file tree
Showing 6 changed files with 785 additions and 143 deletions.
2 changes: 1 addition & 1 deletion etcd-cluster-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM zalando/ubuntu:14.04.1-1
RUN apt-get update && apt-get -y install python python-boto

## Install etcd
ENV ETCDVERSION 2.0.9
ENV ETCDVERSION 2.0.10
RUN mkdir -m 777 /etcd && curl -L https://github.com/coreos/etcd/releases/download/v${ETCDVERSION}/etcd-v${ETCDVERSION}-linux-amd64.tar.gz | tar xz -C /etcd --strip=1 --wildcards --no-anchored etcd etcdctl
EXPOSE 2379 2380

Expand Down

0 comments on commit 5ee5a95

Please sign in to comment.