You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/05/31 09:02:09 UTC

[incubator-inlong] 01/01: Revert "[INLONG-4451][TubeMQ] Update the base docker image for TubeMQ (#4452)"

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch revert-4452-fix-4451
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git

commit aaedb7717378c6255bdcfa3cfd887c36900694b6
Author: dockerzhang <do...@apache.org>
AuthorDate: Tue May 31 17:02:05 2022 +0800

    Revert "[INLONG-4451][TubeMQ] Update the base docker image for TubeMQ (#4452)"
    
    This reverts commit 4e340b639fd07c5f86d3754cb149a4002838019b.
---
 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 2db28ed75..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.6
+FROM zookeeper:3.4
 # install tools for debug
 RUN apt-get update \
     && apt-get install -y net-tools vim curl procps \