Use etcd 2.3.7 (container already pushed)

This commit is contained in:
Daniel Smith
2016-09-08 14:34:45 -07:00
committed by Wojciech Tyczynski
parent 884e32c8fd
commit 279219ca89
10 changed files with 11 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ RUN mkdir $TMPDIR \
github.com/jteeuwen/go-bindata/go-bindata
# Download and symlink etcd. We need this for our integration tests.
RUN export ETCD_VERSION=v3.0.4; \
RUN export ETCD_VERSION=v2.3.7; \
mkdir -p /usr/local/src/etcd \
&& cd /usr/local/src/etcd \
&& curl -fsSL https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/etcd-${ETCD_VERSION}-linux-amd64.tar.gz | tar -xz \

View File

@@ -1 +1 @@
v1.6.3-4
v1.6.3-5