Bump zookeeper from 3.7 to 3.8
Note that we'll probably end up manually performing this upgrade to ensure the leader is upgraded last as well as performing sanity checks along the way. Please don't merge this change until we are certain we are ready for it. In the meaintime it gives us early feedback for any unexpected problems with the new zookeeper version. Change-Id: I84c8f3d05edba03cd4ab526ab0105d7512e3984f
This commit is contained in:
parent
e85ab6f746
commit
93f423b3be
@ -4,7 +4,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
zk:
|
||||
image: docker.io/library/zookeeper:3.7
|
||||
image: docker.io/library/zookeeper:3.8
|
||||
restart: always
|
||||
network_mode: host
|
||||
user: "10001:10001"
|
||||
|
Loading…
Reference in New Issue
Block a user