This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 5ac447e15 [INLONG-7433][Docker] Recover the zookeeper 3.4 to be
compatible with JDK 1.8 #7434
5ac447e15 is described below
commit 5ac447e159e47c8d483eef025af07de9b25de462
Author: Charles Zhang <[email protected]>
AuthorDate: Mon Feb 27 09:38:04 2023 +0800
[INLONG-7433][Docker] Recover the zookeeper 3.4 to be compatible with JDK
1.8 #7434
---
inlong-tubemq/tubemq-docker/tubemq-all/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inlong-tubemq/tubemq-docker/tubemq-all/Dockerfile
b/inlong-tubemq/tubemq-docker/tubemq-all/Dockerfile
index 0a843fa11..b6de080d8 100644
--- a/inlong-tubemq/tubemq-docker/tubemq-all/Dockerfile
+++ b/inlong-tubemq/tubemq-docker/tubemq-all/Dockerfile
@@ -14,7 +14,7 @@
# limitations under the License.
#
# tubemq depend on zookeeper
-FROM zookeeper:3.8.1
+FROM zookeeper:3.4
# install tools for debug
RUN apt-get update \
&& apt-get install -y net-tools vim curl procps \