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

docker.io/confluentinc/cp-zookeeper:5.5.7 - 国内下载镜像源 浏览次数:12
Confluent ZooKeeper
这是一个基于Apache ZooKeeper的分布式协调服务容器镜像。该镜像用于管理集群配置、提供命名服务和保持数据一致性。
来自 Docker Hub: confluentinc/cp-zookeeper
源镜像 docker.io/confluentinc/cp-zookeeper:5.5.7
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.5.7
镜像ID sha256:22b646e1afd09496fa0ade71fe622c05e31c10a7ad25508c97f7ab5da11d62d3
镜像TAG 5.5.7
大小 737.21MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /etc/confluent/docker/run
启动入口
工作目录
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2022-01-10T23:50:44.683983733Z
同步时间 2025-09-02 15:45
更新时间 2025-09-03 12:40
开放端口
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 SCALA_VERSION=2.12 KAFKA_VERSION= CONFLUENT_PLATFORM_LABEL= CONFLUENT_VERSION=5.5.7 CONFLUENT_DEB_VERSION=1 ZULU_OPENJDK_VERSION=8=8.40.0.25 LANG=C.UTF-8 CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar COMPONENT=zookeeper
镜像标签
Common base image for Confluent's Docker images.: description true: io.confluent.docker 9: io.confluent.docker.build.number 2afa9283: io.confluent.docker.git.id confluentinc/kafka-images: io.confluent.docker.git.repo partner-support@confluent.io: maintainer

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#confluentinc/cp-zookeeper:5.5.7#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.5.7#' 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.5.7 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.5.7  docker.io/confluentinc/cp-zookeeper:5.5.7'

Ansible快速分发-Containerd

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

镜像构建历史


# 2022-01-11 07:50:44  0.00B 
/bin/sh -c #(nop)  CMD ["/etc/confluent/docker/run"]
                        
# 2022-01-11 07:50:44  10.87KB 
/bin/sh -c #(nop) COPY dir:714fdc39bef2f4404be12e47609ba26199151b2e8da66c11884c1a34602eba22 in /etc/confluent/docker 
                        
# 2022-01-11 07:50:44  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/zookeeper/data /var/lib/zookeeper/log /etc/zookeeper/secrets]
                        
# 2022-01-11 07:50:43  137.66MB 
|5 ARTIFACT_ID=cp-zookeeper BUILD_NUMBER=9 CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages.s3.us-west-2.amazonaws.com/deb/5.5 GIT_COMMIT=2afa9283 PROJECT_VERSION=5.5.7 /bin/sh -c echo "===> Installing ${COMPONENT}..."     && apt-get update     && apt-get install -y apt-transport-https software-properties-common      && echo "===> Adding confluent repository...${CONFLUENT_PACKAGES_REPO}"     && curl -s -L ${CONFLUENT_PACKAGES_REPO}/archive.key | apt-key add -     && apt-add-repository "deb [arch=amd64] ${CONFLUENT_PACKAGES_REPO} stable main"     && apt-get update     && apt-get install -y confluent-kafka-${SCALA_VERSION}=${CONFLUENT_VERSION}${CONFLUENT_PLATFORM_LABEL}-${CONFLUENT_DEB_VERSION}     && echo "===> clean up ..."     && apt-add-repository --remove "deb [arch=amd64] ${CONFLUENT_PACKAGES_REPO} stable main"     && 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 g+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
                        
# 2022-01-11 07:49:31  0.00B 
/bin/sh -c #(nop)  ENV COMPONENT=zookeeper
                        
# 2022-01-11 07:49:31  0.00B 
/bin/sh -c #(nop)  EXPOSE 2181 2888 3888
                        
# 2022-01-11 07:49:31  0.00B 
/bin/sh -c #(nop)  ARG SCALA_VERSION
                        
# 2022-01-11 07:49:31  0.00B 
/bin/sh -c #(nop)  ARG ALLOW_UNSIGNED
                        
# 2022-01-11 07:49:30  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_DEB_VERSION
                        
# 2022-01-11 07:49:30  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PLATFORM_LABEL
                        
# 2022-01-11 07:49:30  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PACKAGES_REPO
                        
# 2022-01-11 07:49:30  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_VERSION
                        
# 2022-01-11 07:49:29  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/kafka-images
                        
# 2022-01-11 07:49:29  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=9
                        
# 2022-01-11 07:49:29  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2022-01-11 07:49:29  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=2afa9283
                        
# 2022-01-11 07:49:29  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2022-01-11 07:49:28  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2022-01-11 07:49:28  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=partner-support@confluent.io
                        
# 2022-01-11 07:49:28  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2022-01-11 07:49:27  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2022-01-11 07:12:26  29.58MB 
/bin/sh -c #(nop) COPY file:210369d93f97b724358476f15a624f5cad37162098b0da4b06ea1bae859b6c87 in /etc/confluent/docker/docker-utils.jar 
                        
# 2022-01-11 07:12:26  1.90KB 
/bin/sh -c #(nop) COPY dir:724b15c36b797f212785d0e50b88b1c06e71499554701e783a20eeecf0160be4 in /etc/confluent/docker 
                        
# 2022-01-11 07:12:25  0.00B 
/bin/sh -c #(nop)  ENV CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar
                        
# 2022-01-11 07:12:23  440.88MB 
|3 BUILD_NUMBER=8 CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages.s3.us-west-2.amazonaws.com/deb/5.5 GIT_COMMIT=923489af /bin/sh -c echo "===> Updating debian ....."     && apt-get -qq update         && echo "===> Installing curl wget netcat python...."     && DEBIAN_FRONTEND=noninteractive apt-get install -y                 apt-transport-https                 curl                 gnupg-curl                 git                 wget                 netcat                 python=${PYTHON_VERSION}     && echo "===> Installing python packages ..."      && curl -fSL "https://bootstrap.pypa.io/pip/2.7/get-pip.py" | python     && pip install --no-cache-dir --prefix /usr/local --upgrade -rrequirements.txt     && apt remove --purge -y git     && rm /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt     && update-ca-certificates     && echo "Installing Zulu OpenJDK ${ZULU_OPENJDK_VERSION}"     && apt-key adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 0x27BC0C8CB3D81623F59BDADCB1998361219BD9C9     && 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/*
                        
# 2022-01-11 07:10:23  108.00B 
/bin/sh -c #(nop) COPY file:b87e73283686b815290d456bbbc41cafd90d9ed14cf65738203fb1584af8243b in . 
                        
# 2022-01-11 07:10:22  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2022-01-11 07:10:22  0.00B 
/bin/sh -c #(nop)  ENV ZULU_OPENJDK_VERSION=8=8.40.0.25
                        
# 2022-01-11 07:10:22  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_DEB_VERSION=1
                        
# 2022-01-11 07:10:22  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_VERSION=5.5.7
                        
# 2022-01-11 07:10:21  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_VERSION=
                        
# 2022-01-11 07:10:21  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_PLATFORM_LABEL=
                        
# 2022-01-11 07:10:21  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PLATFORM_LABEL=
                        
# 2022-01-11 07:10:21  0.00B 
/bin/sh -c #(nop)  ENV KAFKA_VERSION=
                        
# 2022-01-11 07:10:20  0.00B 
/bin/sh -c #(nop)  ARG KAFKA_VERSION=
                        
# 2022-01-11 07:10:20  0.00B 
/bin/sh -c #(nop)  ENV SCALA_VERSION=2.12
                        
# 2022-01-11 07:10:20  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_VERSION=2.7.9-1
                        
# 2022-01-11 07:10:19  0.00B 
/bin/sh -c #(nop)  LABEL description=Common base image for Confluent's Docker images.
                        
# 2022-01-11 07:10:19  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2022-01-11 07:10:19  0.00B 
/bin/sh -c #(nop)  MAINTAINER partner-support@confluent.io
                        
# 2022-01-11 07:10:19  0.00B 
/bin/sh -c #(nop)  ENV ALLOW_UNSIGNED=false
                        
# 2022-01-11 07:10:18  0.00B 
/bin/sh -c #(nop)  ARG ALLOW_UNSIGNED=false
                        
# 2022-01-11 07:10:18  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PACKAGES_REPO=
                        
# 2022-01-11 07:10:18  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=8
                        
# 2022-01-11 07:10:18  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2022-01-11 07:10:17  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=923489af
                        
# 2022-01-11 07:10:16  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2021-03-26 23:21:15  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2021-03-26 23:21:14  129.07MB 
/bin/sh -c #(nop) ADD file:561abd5e82ee4d792053061020f96b6feffe1c5892e9acfaa1eac5251f5e8803 in / 
                        
                    

镜像信息

{
    "Id": "sha256:22b646e1afd09496fa0ade71fe622c05e31c10a7ad25508c97f7ab5da11d62d3",
    "RepoTags": [
        "confluentinc/cp-zookeeper:5.5.7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:5.5.7"
    ],
    "RepoDigests": [
        "confluentinc/cp-zookeeper@sha256:89e47c0a92d06b938ab8e3f689a5cf428e1720c112ff2eb767857653a3500068",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper@sha256:89e47c0a92d06b938ab8e3f689a5cf428e1720c112ff2eb767857653a3500068"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-01-10T23:50:44.683983733Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "18.09.7",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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",
            "SCALA_VERSION=2.12",
            "KAFKA_VERSION=",
            "CONFLUENT_PLATFORM_LABEL=",
            "CONFLUENT_VERSION=5.5.7",
            "CONFLUENT_DEB_VERSION=1",
            "ZULU_OPENJDK_VERSION=8=8.40.0.25",
            "LANG=C.UTF-8",
            "CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar",
            "COMPONENT=zookeeper"
        ],
        "Cmd": [
            "/etc/confluent/docker/run"
        ],
        "ArgsEscaped": true,
        "Image": "sha256:fe1dc4f5d6793b7efb767ab57f1b7db3292b563aef76e4a1b0c1e6ac84e34949",
        "Volumes": {
            "/etc/zookeeper/secrets": {},
            "/var/lib/zookeeper/data": {},
            "/var/lib/zookeeper/log": {}
        },
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "description": "Common base image for Confluent's Docker images.",
            "io.confluent.docker": "true",
            "io.confluent.docker.build.number": "9",
            "io.confluent.docker.git.id": "2afa9283",
            "io.confluent.docker.git.repo": "confluentinc/kafka-images",
            "maintainer": "partner-support@confluent.io"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 737207258,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8ff1b320448c9143d4ae92b8cf5d264e3cec38aeeb112f0b76c1bc18fa3900d2/diff:/var/lib/docker/overlay2/13b6edca4847cb8bd796ba81e07858287189e538505afdf4f244c6f6298e36ac/diff:/var/lib/docker/overlay2/1fd01f17a4324eead38e303529f7246c4014249c1a63bb861b0876026a5f672e/diff:/var/lib/docker/overlay2/bd7298cfa368251dd69717cf80a8b0363e6a179044991bb9b037eb704317ba51/diff:/var/lib/docker/overlay2/ea1edb7ca0fdcfd11596866ec205d22e4d7da07bec8706089e5cfbff87a8c765/diff:/var/lib/docker/overlay2/15771489cf0c2aa0d75bd808609e3a529da782d483318773207bff0d42dcf280/diff",
            "MergedDir": "/var/lib/docker/overlay2/263e9a8bd602fa410d89ebb35ad4df04cc2e7d2fb15eef695cba85968ae9b32e/merged",
            "UpperDir": "/var/lib/docker/overlay2/263e9a8bd602fa410d89ebb35ad4df04cc2e7d2fb15eef695cba85968ae9b32e/diff",
            "WorkDir": "/var/lib/docker/overlay2/263e9a8bd602fa410d89ebb35ad4df04cc2e7d2fb15eef695cba85968ae9b32e/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fac8b84e323effcd7f66bdf7c287444f38f27edbca6958ce5421a8f29d5bb2b4",
            "sha256:2e31f684557febb10d0b9293e804da8350d90feceaf496b48d425668fceee540",
            "sha256:e95dcb2b4292ef131d4964fb1b197ad860ff25cc81c8603edf3ee0d88a7d2f8f",
            "sha256:ca315ddd26856ac15a5027ed0d2d4d1f2fb6a3d402fe8ca9ac643081a59d0f4f",
            "sha256:5821927ce648e4252a89a3087975144015c80dba25f1338d81b6c6fa8ea1fa80",
            "sha256:e232ccdf6bd3063d94c0e498b430e60902b03723e4165b198071a45a7f58aded",
            "sha256:ffc3591d6ff7a94a73780ed0b99ad4a6df86b68160396f19f6059e8144965e4d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-02T15:44:59.905842827+08:00"
    }
}

更多版本

docker.io/confluentinc/cp-zookeeper:7.4.0

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

docker.io/confluentinc/cp-zookeeper:5.5.0

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

docker.io/confluentinc/cp-zookeeper:5.2.0

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

docker.io/confluentinc/cp-zookeeper:5.2.2

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

docker.io/confluentinc/cp-zookeeper:7.9.1

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

docker.io/confluentinc/cp-zookeeper:7.1.1-1-ubi8

linux/amd64 docker.io782.99MB2025-08-09 23:27
51

docker.io/confluentinc/cp-zookeeper:5.5.7

linux/amd64 docker.io737.21MB2025-09-02 15:45
11