Skip to content

Commit dfb115b

Browse files
author
孔令飞
committed
refactor: install specified version of etcd to reduce deployment errors
1 parent 6e25534 commit dfb115b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/installation/etcd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ onex::etcd::docker::install()
2626
-v ${ONEX_ETCD_DIR}:/etcd-data \
2727
-p ${ONEX_ACCESS_HOST}:${ONEX_ETCD_CLIENT_PORT}:2379 \
2828
-p ${ONEX_ACCESS_HOST}:${ONEX_ETCD_PEER_PORT}:2380 \
29-
quay.io/coreos/etcd:latest \
29+
quay.io/coreos/etcd:v3.5.13 \
3030
/usr/local/bin/etcd \
3131
--advertise-client-urls http://0.0.0.0:2379 \
3232
--listen-client-urls http://0.0.0.0:2379 \

0 commit comments

Comments
 (0)