Skip to content

Commit 9ef1392

Browse files
committed
chore(tests): update etcd to match CoreOS 402.2.0
https://github.com/coreos/etcd/releases/tag/v0.4.6
1 parent ddbf189 commit 9ef1392

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/etcdutils/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ RUN apt-get update -q && DEBIAN_FRONTEND=noninteractive apt-get install -qy wget
66
RUN wget -qO- https://storage.googleapis.com/golang/go1.3.1.linux-amd64.tar.gz | tar -C /usr/local -xz
77
ENV PATH /usr/local/go/bin:$PATH
88

9-
# Build etcd v0.4.5. Keep this in sync with Deis' version.
9+
# Build etcd v0.4.6. Keep this in sync with Deis' version.
1010
RUN git clone -q https://github.com/coreos/etcd.git /opt/etcd
11-
RUN cd /opt/etcd && git checkout -q v0.4.5 && ./build
11+
RUN cd /opt/etcd && git checkout -q v0.4.6 && ./build
1212

1313
# Download latest stable etcdctl. Keep this in sync with Deis' version.
14-
ADD https://s3-us-west-2.amazonaws.com/opdemand/etcdctl-v0.4.5 /usr/local/bin/etcdctl
14+
ADD https://s3-us-west-2.amazonaws.com/opdemand/etcdctl-v0.4.6 /usr/local/bin/etcdctl
1515
RUN chmod +x /usr/local/bin/etcdctl
1616

1717
EXPOSE 4001 7001

0 commit comments

Comments
 (0)