docker.io/confluentinc/cp-zookeeper:5.2.2 linux/amd64

docker.io/confluentinc/cp-zookeeper:5.2.2 - 国内下载镜像源 浏览次数:36
Confluent ZooKeeper
这是一个基于Apache ZooKeeper的分布式协调服务容器镜像。该镜像用于管理集群配置、提供命名服务和保持数据一致性。
来自 Docker Hub: confluentinc/cp-zookeeper
源镜像 docker.io/confluentinc/cp-zookeeper:5.2.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.2.2
镜像ID sha256:7c9a8e8aab6c09f093512a67e1ac6fcc71499c59602c168669bcada4dd267d5a
镜像TAG 5.2.2
大小 569.14MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /etc/confluent/docker/run
启动入口
工作目录
OS/平台 linux/amd64
浏览量 36 次
贡献者
镜像创建 2021-10-18T22:14:29.975197261Z
同步时间 2025-04-16 15:33
更新时间 2025-05-25 12:13
开放端口
2181/tcp 2888/tcp 3888/tcp
目录挂载
/etc/zookeeper/secrets /var/lib/zookeeper/data /var/lib/zookeeper/log
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ALLOW_UNSIGNED=false PYTHON_VERSION=2.7.9-1 PYTHON_PIP_VERSION=8.1.2 SCALA_VERSION=2.11 KAFKA_VERSION=2.2.1cp1 CONFLUENT_MAJOR_VERSION=5 CONFLUENT_MINOR_VERSION=2 CONFLUENT_PATCH_VERSION=2 CONFLUENT_MVN_LABEL= CONFLUENT_PLATFORM_LABEL= CONFLUENT_VERSION=5.2.2 CONFLUENT_DEB_VERSION=1 ZULU_OPENJDK_VERSION=8=8.30.0.1 LANG=C.UTF-8 CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar COMPONENT=zookeeper
镜像标签
true: io.confluent.docker 1: io.confluent.docker.build.number bb32507: io.confluent.docker.git.id

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.2.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.2.2  docker.io/confluentinc/cp-zookeeper:5.2.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.2.2
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.2.2  docker.io/confluentinc/cp-zookeeper:5.2.2

Shell快速替换命令

sed -i 's#confluentinc/cp-zookeeper:5.2.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.2.2#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.2.2 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.2.2  docker.io/confluentinc/cp-zookeeper:5.2.2'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.2.2 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.2.2  docker.io/confluentinc/cp-zookeeper:5.2.2'

镜像构建历史


# 2021-10-19 06:14:29  168.00B 
sed -i -e s|https://s3-us-west-2.amazonaws.com/staging-confluent-packages-[0-9]\.[0-9]\.[0-9]/|https://packages.confluent.io/|g /etc/apt/sources.list
                        
# 2019-06-18 05:36:13  0.00B 
/bin/sh -c #(nop)  CMD ["/etc/confluent/docker/run"]
                        
# 2019-06-18 05:36:13  8.15KB 
/bin/sh -c #(nop) COPY dir:b70f66ef970ae11a85d5770ba3b6f4b42492e526d265ae818d8d76bbfcd2453a in /etc/confluent/docker 
                        
# 2019-06-18 05:36:13  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/zookeeper/data /var/lib/zookeeper/log /etc/zookeeper/secrets]
                        
# 2019-06-18 05:36:13  74.93MB 
|2 BUILD_NUMBER=1 COMMIT_ID=bb32507 /bin/sh -c echo "===> installing ${COMPONENT}..."     && apt-get update && apt-get install -y confluent-kafka-${SCALA_VERSION}=${KAFKA_VERSION}${CONFLUENT_PLATFORM_LABEL}-${CONFLUENT_DEB_VERSION}         && echo "===> clean up ..."      && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/*         && echo "===> Setting up ${COMPONENT} dirs"     && mkdir -p /var/lib/${COMPONENT}/data /var/lib/${COMPONENT}/log /etc/${COMPONENT}/secrets     && chmod -R ag+w /etc/kafka /var/lib/${COMPONENT}/data /var/lib/${COMPONENT}/log /etc/${COMPONENT}/secrets     && chown -R root:root /var/log/kafka /var/log/confluent /var/lib/kafka /var/lib/zookeeper
                        
# 2019-06-18 05:35:38  0.00B 
/bin/sh -c #(nop)  ENV COMPONENT=zookeeper
                        
# 2019-06-18 05:35:38  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2019-06-18 05:35:38  0.00B 
/bin/sh -c #(nop)  MAINTAINER partner-support@confluent.io
                        
# 2019-06-18 05:35:38  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=1
                        
# 2019-06-18 05:35:38  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2019-06-18 05:35:38  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=bb32507
                        
# 2019-06-18 05:35:38  0.00B 
/bin/sh -c #(nop)  ARG COMMIT_ID=unknown
                        
# 2019-06-18 05:35:37  0.00B 
/bin/sh -c #(nop)  EXPOSE 2181 2888 3888
                        
# 2019-06-18 05:34:04  27.23MB 
/bin/sh -c #(nop) COPY dir:bb177e91ed2eaa84074954867bf2b34bc0d02eb9b53b82449ac755b474d4435e in /etc/confluent/docker 
                        
# 2019-06-18 05:34:03  0.00B 
/bin/sh -c #(nop)  ENV CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar
                        
# 2019-06-18 05:34:03  337.90MB 
|3 BUILD_NUMBER=1 COMMIT_ID=bb32507 CONFLUENT_PACKAGES_REPO=https://s3-us-west-2.amazonaws.com/staging-confluent-packages-5.2.2 /bin/sh -c echo "===> Updating debian ....."     && echo "deb http://archive.debian.org/debian/ jessie main" > /etc/apt/sources.list     && echo "deb http://security.debian.org jessie/updates main" >> /etc/apt/sources.list     && apt-get -qq update         && echo "===> Installing curl wget netcat python...."     && DEBIAN_FRONTEND=noninteractive apt-get install -y                 apt-transport-https                 curl                 git                 wget                 netcat                 python=${PYTHON_VERSION}     && echo "===> Installing python packages ..."      && curl -fSL "https://bootstrap.pypa.io/get-pip.py" | python     && pip install --no-cache-dir --upgrade pip==${PYTHON_PIP_VERSION}     && pip install --no-cache-dir git+https://github.com/confluentinc/confluent-docker-utils@v0.0.20     && apt remove --purge -y git     && echo "Installing Zulu OpenJDK ${ZULU_OPENJDK_VERSION}"     && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9     && echo "deb http://repos.azulsystems.com/debian stable  main" >> /etc/apt/sources.list.d/zulu.list     && apt-get -qq update     && apt-get -y install zulu-${ZULU_OPENJDK_VERSION}     && echo "===> Installing Kerberos Patch ..."     && DEBIAN_FRONTEND=noninteractive apt-get -y install krb5-user     && rm -rf /var/lib/apt/lists/*     && echo "===> Adding confluent repository...${CONFLUENT_PACKAGES_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION}"     && if [ "x$ALLOW_UNSIGNED" = "xtrue" ]; then echo "APT::Get::AllowUnauthenticated \"true\";" > /etc/apt/apt.conf.d/allow_unauthenticated; else curl -L ${CONFLUENT_PACKAGES_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION}/archive.key | apt-key add - ; fi     && echo "deb [arch=amd64] ${CONFLUENT_PACKAGES_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION} stable main" >> /etc/apt/sources.list
                        
# 2019-06-18 05:31:41  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2019-06-18 05:31:41  0.00B 
/bin/sh -c #(nop)  ENV ZULU_OPENJDK_VERSION=8=8.30.0.1
                        
# 2019-06-18 05:31:41  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_DEB_VERSION=1
                        
# 2019-06-18 05:31:40  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_VERSION=5.2.2
                        
# 2019-06-18 05:31:40  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_PLATFORM_LABEL=
                        
# 2019-06-18 05:31:40  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_MVN_LABEL=
                        
# 2019-06-18 05:31:40  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_PATCH_VERSION=2
                        
# 2019-06-18 05:31:40  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_MINOR_VERSION=2
                        
# 2019-06-18 05:31:40  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_MAJOR_VERSION=5
                        
# 2019-06-18 05:31:40  0.00B 
/bin/sh -c #(nop)  ENV KAFKA_VERSION=2.2.1cp1
                        
# 2019-06-18 05:31:39  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PLATFORM_LABEL=
                        
# 2019-06-18 05:31:39  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_MVN_LABEL=
                        
# 2019-06-18 05:31:39  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PATCH_VERSION=
                        
# 2019-06-18 05:31:39  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_MINOR_VERSION=
                        
# 2019-06-18 05:31:39  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_MAJOR_VERSION=
                        
# 2019-06-18 05:31:39  0.00B 
/bin/sh -c #(nop)  ARG KAFKA_VERSION=
                        
# 2019-06-18 05:31:39  0.00B 
/bin/sh -c #(nop)  ENV SCALA_VERSION=2.11
                        
# 2019-06-18 05:31:38  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_PIP_VERSION=8.1.2
                        
# 2019-06-18 05:31:38  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_VERSION=2.7.9-1
                        
# 2019-06-18 05:31:38  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2019-06-18 05:31:38  0.00B 
/bin/sh -c #(nop)  MAINTAINER partner-support@confluent.io
                        
# 2019-06-18 05:31:38  0.00B 
/bin/sh -c #(nop)  ENV ALLOW_UNSIGNED=false
                        
# 2019-06-18 05:31:38  0.00B 
/bin/sh -c #(nop)  ARG ALLOW_UNSIGNED=false
                        
# 2019-06-18 05:31:37  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PACKAGES_REPO=
                        
# 2019-06-18 05:31:37  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=1
                        
# 2019-06-18 05:31:37  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2019-06-18 05:31:37  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=bb32507
                        
# 2019-06-18 05:31:37  0.00B 
/bin/sh -c #(nop)  ARG COMMIT_ID=unknown
                        
# 2019-06-11 07:22:14  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2019-06-11 07:22:09  129.07MB 
/bin/sh -c #(nop) ADD file:6f4dbeacd2c7a48941d1b7aacc0e881df9cd6e3c2bcc54665038e0f2e29c7ac1 in / 
                        
                    

镜像信息

{
    "Id": "sha256:7c9a8e8aab6c09f093512a67e1ac6fcc71499c59602c168669bcada4dd267d5a",
    "RepoTags": [
        "confluentinc/cp-zookeeper:5.2.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.2.2"
    ],
    "RepoDigests": [
        "confluentinc/cp-zookeeper@sha256:87b1d5aaeea021e030ad805d4d904a7c8b56ac01708bc57b9ec9455810fbc663",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper@sha256:87b1d5aaeea021e030ad805d4d904a7c8b56ac01708bc57b9ec9455810fbc663"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2021-10-18T22:14:29.975197261Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "18.09.7",
    "Author": "",
    "Config": {
        "Hostname": "b041e81524d4",
        "Domainname": "",
        "User": "0",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "2181/tcp": {},
            "2888/tcp": {},
            "3888/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "ALLOW_UNSIGNED=false",
            "PYTHON_VERSION=2.7.9-1",
            "PYTHON_PIP_VERSION=8.1.2",
            "SCALA_VERSION=2.11",
            "KAFKA_VERSION=2.2.1cp1",
            "CONFLUENT_MAJOR_VERSION=5",
            "CONFLUENT_MINOR_VERSION=2",
            "CONFLUENT_PATCH_VERSION=2",
            "CONFLUENT_MVN_LABEL=",
            "CONFLUENT_PLATFORM_LABEL=",
            "CONFLUENT_VERSION=5.2.2",
            "CONFLUENT_DEB_VERSION=1",
            "ZULU_OPENJDK_VERSION=8=8.30.0.1",
            "LANG=C.UTF-8",
            "CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar",
            "COMPONENT=zookeeper"
        ],
        "Cmd": [
            "/etc/confluent/docker/run"
        ],
        "ArgsEscaped": true,
        "Image": "confluentinc/cp-zookeeper:5.2.2",
        "Volumes": {
            "/etc/zookeeper/secrets": {},
            "/var/lib/zookeeper/data": {},
            "/var/lib/zookeeper/log": {}
        },
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "io.confluent.docker": "true",
            "io.confluent.docker.build.number": "1",
            "io.confluent.docker.git.id": "bb32507"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 569138558,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/cb3df4b826b3c7412af0ca443e55d8b2b95e2094e6a57e73f1012b6e404aab0d/diff:/var/lib/docker/overlay2/76a742c4b2005e5f78f67f7c6d9025275b0d655024669a4c5ba977bd8a87a12d/diff:/var/lib/docker/overlay2/c19c0fba51dd10bf7f80f8a436f0d33f9cccde8e01ce05a18cb6b4dd62f10c47/diff:/var/lib/docker/overlay2/9c526df2fbd97ec30e39c6d9a887eecd634a5379718bb45faa594f9bbbc93733/diff:/var/lib/docker/overlay2/ef082f0b3c6f42a2d20121f33eb26f192f759298ca320b13551a311629c956f9/diff",
            "MergedDir": "/var/lib/docker/overlay2/4df78515c71b8104a689e849b8afdad53a0980b70f2d310a4bd994f6fbf50576/merged",
            "UpperDir": "/var/lib/docker/overlay2/4df78515c71b8104a689e849b8afdad53a0980b70f2d310a4bd994f6fbf50576/diff",
            "WorkDir": "/var/lib/docker/overlay2/4df78515c71b8104a689e849b8afdad53a0980b70f2d310a4bd994f6fbf50576/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:790002cce4fdb7d9ab48191d8f84b83fe9c4b47bb8ebfcde7fca0cf8a9b67ddd",
            "sha256:55c0125401d43e54c91872f33b04fa2c8633bf8ae790788be4efaac2ad8c4016",
            "sha256:f382a65ddbb996407b7a9d58232b200821745436d63e492a65e0badac5f4a4c3",
            "sha256:b56b014d0e3e2c38efd9b7f55749e54b2beefaaf3990703461c9e3804ec59978",
            "sha256:93ef11005ed3bfee40fa9d2f9e024a9142adcc6697eb4ce6e334663ca26dc23a",
            "sha256:6e967d27db83a8ceb7739bef10b1a606439a218b71dce8fd5f6551336a270f7d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-16T15:32:57.228265441+08:00"
    }
}

更多版本

docker.io/confluentinc/cp-zookeeper:7.4.0

linux/amd64 docker.io844.58MB2024-08-18 12:12
391

docker.io/confluentinc/cp-zookeeper:5.5.0

linux/amd64 docker.io597.77MB2024-10-21 17:32
177

docker.io/confluentinc/cp-zookeeper:5.2.0

linux/amd64 docker.io568.50MB2025-04-15 15:04
65

docker.io/confluentinc/cp-zookeeper:5.2.2

linux/amd64 docker.io569.14MB2025-04-16 15:33
35

docker.io/confluentinc/cp-zookeeper:7.9.1

linux/amd64 docker.io1.11GB2025-05-30 13:38
7