Update to shift etcd 2.2 references to use 3.0.3

This commit is contained in:
Timothy St. Clair
2016-07-21 15:00:44 -05:00
parent 301be4eeb5
commit 456c43c22d
11 changed files with 15 additions and 15 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=v2.2.1; \
RUN export ETCD_VERSION=v3.0.3; \
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 \