File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ coreos:
2525 RestartSec=10s
2626 LimitNOFILE=40000
2727 EnvironmentFile=/etc/environment
28- Environment="ETCD_IMAGE=quay.io/coreos/etcd:v2.1.1 "
28+ Environment="ETCD_IMAGE=quay.io/coreos/etcd:v2.1.2 "
2929 Environment="ETCD_ELECTION_TIMEOUT=2000"
3030 Environment="ETCD_HEARTBEAT_INTERVAL=400"
3131 Environment="ETCD_DATA_DIR=/var/lib/etcd2"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN apk add --update-cache curl tar && rm -rf /var/cache/apk/*
55
66# ETCD_VERSION is actually used by the etcd daemon, and causes an issue if we
77# format it for our use here. So, we call this something else.
8- ENV INSTALL_ETCD_VERSION v2.1.1
8+ ENV INSTALL_ETCD_VERSION v2.1.2
99
1010# install etcd and etcdctl
1111RUN curl -sSL https://github.com/coreos/etcd/releases/download/$INSTALL_ETCD_VERSION/etcd-$INSTALL_ETCD_VERSION-linux-amd64.tar.gz \
You can’t perform that action at this time.
0 commit comments