From 2a8124fbbe83c8b1898d2aa4e94da27ddd873109 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 2 Nov 2022 09:55:12 -0700 Subject: [PATCH] Upgrade zookeeper from 3.6 to 3.7 We keep the parent change separate for two reasons. It serves as a record that we did step through 3.6 on our path to 3.7 and this allows us to test 3.7 without impacting the 3.6 upgrade if our testing shows problems with 3.7. Note, we'll keep the zk04-zk06 servers in the emergency file until we're satisfied with an end result just to avoid any unexpected (down|up)grades. Change-Id: Ief008808d1296ae673059f1c40961a63a86f768d --- .../roles/zookeeper/files/zookeeper-compose/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/zookeeper/files/zookeeper-compose/docker-compose.yaml b/playbooks/roles/zookeeper/files/zookeeper-compose/docker-compose.yaml index d4c2b1076e..d04ee0184c 100644 --- a/playbooks/roles/zookeeper/files/zookeeper-compose/docker-compose.yaml +++ b/playbooks/roles/zookeeper/files/zookeeper-compose/docker-compose.yaml @@ -4,7 +4,7 @@ version: '2' services: zk: - image: docker.io/library/zookeeper:3.6 + image: docker.io/library/zookeeper:3.7 restart: always network_mode: host user: "10001:10001"