logo
docker.io/confluentinc/cp-zookeeper:7.1.1-1-ubi8
linux/amd64 docker.io
Confluent ZooKeeper
这是一个基于Apache ZooKeeper的分布式协调服务容器镜像。该镜像用于管理集群配置、提供命名服务和保持数据一致性。
来自 Docker Hub: confluentinc/cp-zookeeper
358
浏览次数
782.99MB
镜像大小
源镜像
docker.io/confluentinc/cp-zookeeper:7.1.1-1-ubi8
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:7.1.1-1-ubi8
镜像ID
sha256:534c2e2cfdbc7333cc491544f425f593bf479bb9b5dcf0ccd8ec68171fe6d806
镜像 TAG
7.1.1-1-ubi8
镜像大小
782.99MB
平台架构
linux/amd64
镜像源
docker.io
CMD
/etc/confluent/docker/run
启动入口
工作目录
/home/appuser
OS/平台
linux/amd64
镜像创建
2022-04-15T17:20:07.945633314Z
同步时间
2025-08-09 23:27
浏览量
358 次
贡献者
🔌 开放端口 3
2181/tcp 2888/tcp 3888/tcp
📁 目录挂载 3
 /etc/zookeeper/secrets  /var/lib/zookeeper/data  /var/lib/zookeeper/log
⚙️ 环境变量 5
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
LANG=C.UTF-8 2
CUB_CLASSPATH="/usr/share/java/cp-base-new/*" 3
COMPONENT=zookeeper 4
🏷️ 镜像标签 24
KeyValue
x86_64 architecture
2022-03-28T09:21:44.133397 build-date
cpt-1008.osbs.prod.upshift.rdu2.redhat.com com.redhat.build-host
ubi8-minimal-container com.redhat.component
https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI com.redhat.license_terms
ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. description
public distribution-scope
true io.confluent.docker
4 io.confluent.docker.build.number
7da6c42e io.confluent.docker.git.id
confluentinc/kafka-images io.confluent.docker.git.repo
The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. io.k8s.description
Red Hat Universal Base Image 8 Minimal io.k8s.display-name
io.openshift.expose-services
minimal rhel8 io.openshift.tags
partner-support@confluent.io maintainer
cp-zookeeper name
7.1.1 release
ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. summary
https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.5-240.1648458092 url
7ffc2d965ea414fc38f42d93090d967a5aee2c33 vcs-ref
git vcs-type
Confluent vendor
7da6c42e version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2022-04-16 01:20:07  0.00B 
/bin/sh -c #(nop)  CMD ["/etc/confluent/docker/run"]
                        
# 2022-04-16 01:20:07  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2022-04-16 01:20:07  10.91KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuserdir:c95b0051acc037d79b597132e9d5bf4dda1c82ddd1fc3fb530f1fc1beb287dd9 in /etc/confluent/docker 
                        
# 2022-04-16 01:20:05  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/zookeeper/data /var/lib/zookeeper/log /etc/zookeeper/secrets]
                        
# 2022-04-16 01:20:02  108.02MB 
|6 ARTIFACT_ID=cp-zookeeper BUILD_NUMBER=4 CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages.s3.us-west-2.amazonaws.com/rpm/7.1 CONFLUENT_VERSION=7.1.1 GIT_COMMIT=7da6c42e PROJECT_VERSION=7.1.1 /bin/sh -c echo "===> Installing ${COMPONENT}..."     && echo "===> Adding confluent repository...${CONFLUENT_PACKAGES_REPO}"     && rpm --import ${CONFLUENT_PACKAGES_REPO}/archive.key     && printf "[Confluent.dist] \nname=Confluent repository (dist) \nbaseurl=${CONFLUENT_PACKAGES_REPO}/\$releasever \ngpgcheck=1 \ngpgkey=${CONFLUENT_PACKAGES_REPO}/archive.key \nenabled=1 \n\n[Confluent] \nname=Confluent repository \nbaseurl=${CONFLUENT_PACKAGES_REPO}/ \ngpgcheck=1 \ngpgkey=${CONFLUENT_PACKAGES_REPO}/archive.key \nenabled=1 " > /etc/yum.repos.d/confluent.repo     && yum install -y confluent-kafka-${CONFLUENT_VERSION}     && echo "===> clean up ..."      && yum clean all     && rm -rf /tmp/* /etc/yum.repos.d/confluent.repo     && echo "===> Setting up ${COMPONENT} dirs"     && mkdir -p /var/lib/${COMPONENT}/data /var/lib/${COMPONENT}/log /etc/${COMPONENT}/secrets     && chown -R appuser:root /etc/kafka /var/log/kafka /var/log/confluent /var/lib/kafka /var/lib/zookeeper /etc/${COMPONENT}/secrets     && chmod -R ug+w /etc/kafka /var/lib/${COMPONENT}/data /var/lib/${COMPONENT}/log /etc/${COMPONENT}/secrets /var/log/kafka
                        
# 2022-04-16 01:19:49  0.00B 
/bin/sh -c #(nop)  USER root
                        
# 2022-04-16 01:19:47  0.00B 
/bin/sh -c #(nop)  ENV COMPONENT=zookeeper
                        
# 2022-04-16 01:19:47  0.00B 
/bin/sh -c #(nop)  EXPOSE 2181 2888 3888
                        
# 2022-04-16 01:19:46  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PLATFORM_LABEL
                        
# 2022-04-16 01:19:46  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PACKAGES_REPO
                        
# 2022-04-16 01:19:46  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_VERSION
                        
# 2022-04-16 01:19:46  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/kafka-images
                        
# 2022-04-16 01:19:46  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=4
                        
# 2022-04-16 01:19:45  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2022-04-16 01:19:45  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=7da6c42e
                        
# 2022-04-16 01:19:45  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2022-04-16 01:19:45  0.00B 
/bin/sh -c #(nop)  LABEL description=ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
                        
# 2022-04-16 01:19:45  0.00B 
/bin/sh -c #(nop)  LABEL summary=ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
                        
# 2022-04-16 01:19:44  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-zookeeper
                        
# 2022-04-16 01:19:44  0.00B 
/bin/sh -c #(nop)  LABEL release=7.1.1
                        
# 2022-04-16 01:19:44  0.00B 
/bin/sh -c #(nop)  LABEL version=7da6c42e
                        
# 2022-04-16 01:19:44  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2022-04-16 01:19:44  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=partner-support@confluent.io
                        
# 2022-04-16 01:19:43  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2022-04-16 01:19:43  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2022-04-16 01:19:43  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2022-04-16 01:07:02  0.00B 
/bin/sh -c #(nop) WORKDIR /home/appuser
                        
# 2022-04-16 01:07:01  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2022-04-16 01:07:01  30.00B 
/bin/sh -c #(nop) COPY file:5dcc52d37b3da1ad039174791ef9704f68b5e5e9b21d5f967fdf5d39632107ce in /licenses 
                        
# 2022-04-16 01:07:01  0.00B 
|20 ARTIFACT_ID=cp-base-new BUILD_NUMBER=4 CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages.s3.us-west-2.amazonaws.com/rpm/7.1 GIT_COMMIT=9c89db7a HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-7.el8 KRB5_WORKSTATION_VERSION=-1.18.2-14.el8 NETCAT_VERSION=-7.70-6.el8 OPENSSL_VERSION=-1.1.1k-6.el8_5 PROCPS_VERSION=-3.3.15-6.el8 PROJECT_VERSION=7.1.1 PYTHON36_VERSION=-3.6.8-38.module+el8.5.0+12207+5c5719bc PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.49 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.49 PYTHON_PIP_VERSION===21.* PYTHON_SETUPTOOLS_VERSION===54.* SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.30-5.el8 WGET_VERSION=-1.19.5-10.el8 ZULU_OPENJDK_VERSION=-11.0.14.1 /bin/sh -c mkdir /licenses
                        
# 2022-04-16 01:07:00  1.90KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuserdir:724b15c36b797f212785d0e50b88b1c06e71499554701e783a20eeecf0160be4 in /etc/confluent/docker 
                        
# 2022-04-16 01:07:00  38.29MB 
/bin/sh -c #(nop) ADD --chown=appuser:appusermulti:43eac5ef41903a1a726392666e0283cfcede9f385726139a36c20f0c25944494 in /usr/share/java/cp-base-new/ 
                        
# 2022-04-16 01:06:55  196.02KB 
/bin/sh -c #(nop) ADD --chown=appuser:appuserdir:9fa354036bf2fdb29903f6db73d3ea6243a73a5a62e94710a85bc78d287a3f9f in /usr/share/doc/cp-base-new/ 
                        
# 2022-04-16 01:06:55  9.82MB 
|20 ARTIFACT_ID=cp-base-new BUILD_NUMBER=4 CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages.s3.us-west-2.amazonaws.com/rpm/7.1 GIT_COMMIT=9c89db7a HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-7.el8 KRB5_WORKSTATION_VERSION=-1.18.2-14.el8 NETCAT_VERSION=-7.70-6.el8 OPENSSL_VERSION=-1.1.1k-6.el8_5 PROCPS_VERSION=-3.3.15-6.el8 PROJECT_VERSION=7.1.1 PYTHON36_VERSION=-3.6.8-38.module+el8.5.0+12207+5c5719bc PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.49 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.49 PYTHON_PIP_VERSION===21.* PYTHON_SETUPTOOLS_VERSION===54.* SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.30-5.el8 WGET_VERSION=-1.19.5-10.el8 ZULU_OPENJDK_VERSION=-11.0.14.1 /bin/sh -c yum check-update || "${SKIP_SECURITY_UPDATE_CHECK}"
                        
# 2022-04-16 01:06:51  0.00B 
/bin/sh -c #(nop)  ARG SKIP_SECURITY_UPDATE_CHECK=false
                        
# 2022-04-16 01:06:50  524.10MB 
|19 ARTIFACT_ID=cp-base-new BUILD_NUMBER=4 CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages.s3.us-west-2.amazonaws.com/rpm/7.1 GIT_COMMIT=9c89db7a HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-7.el8 KRB5_WORKSTATION_VERSION=-1.18.2-14.el8 NETCAT_VERSION=-7.70-6.el8 OPENSSL_VERSION=-1.1.1k-6.el8_5 PROCPS_VERSION=-3.3.15-6.el8 PROJECT_VERSION=7.1.1 PYTHON36_VERSION=-3.6.8-38.module+el8.5.0+12207+5c5719bc PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.49 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.49 PYTHON_PIP_VERSION===21.* PYTHON_SETUPTOOLS_VERSION===54.* TAR_VERSION=-1.30-5.el8 WGET_VERSION=-1.19.5-10.el8 ZULU_OPENJDK_VERSION=-11.0.14.1 /bin/sh -c microdnf --nodocs install yum     && rpm --import https://www.azul.com/files/0xB1998361219BD9C9.txt     && yum --nodocs -y install https://cdn.azul.com/zulu/bin/zulu-repo-1.0.0-1.noarch.rpm     && yum --nodocs install -y --setopt=install_weak_deps=False         git         "openssl${OPENSSL_VERSION}"         "wget${WGET_VERSION}"         "nmap-ncat${NETCAT_VERSION}"         "python36${PYTHON36_VERSION}"         "tar${TAR_VERSION}"         "procps-ng${PROCPS_VERSION}"         "krb5-workstation${KRB5_WORKSTATION_VERSION}"         "iputils${IPUTILS_VERSION}"         "hostname${HOSTNAME_VERSION}"         "zulu11-ca-jdk-headless${ZULU_OPENJDK_VERSION}" "zulu11-ca-jre-headless${ZULU_OPENJDK_VERSION}"     && alternatives --set python /usr/bin/python3     && python3 -m pip install --upgrade "pip${PYTHON_PIP_VERSION}" "setuptools${PYTHON_SETUPTOOLS_VERSION}"     && python3 -m pip install --prefer-binary --prefix=/usr/local --upgrade "${PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC}"     && yum remove -y git     && yum --nodocs update -y tzdata libgcc libstdc++ cyrus-sasl-lib     && yum clean all     && rm -rf /tmp/*     && mkdir -p /etc/confluent/docker /usr/logs     && useradd --no-log-init --create-home --shell /bin/bash appuser     && chown appuser:appuser -R /etc/confluent/ /usr/logs
                        
# 2022-04-16 01:05:56  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.49
                        
# 2022-04-16 01:05:56  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=master
                        
# 2022-04-16 01:05:56  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_SETUPTOOLS_VERSION=
                        
# 2022-04-16 01:05:55  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_PIP_VERSION=
                        
# 2022-04-16 01:05:55  0.00B 
/bin/sh -c #(nop)  ARG ZULU_OPENJDK_VERSION=
                        
# 2022-04-16 01:05:55  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PACKAGES_REPO
                        
# 2022-04-16 01:05:55  0.00B 
/bin/sh -c #(nop)  ARG HOSTNAME_VERSION=
                        
# 2022-04-16 01:05:54  0.00B 
/bin/sh -c #(nop)  ARG IPUTILS_VERSION=
                        
# 2022-04-16 01:05:54  0.00B 
/bin/sh -c #(nop)  ARG KRB5_WORKSTATION_VERSION=
                        
# 2022-04-16 01:05:54  0.00B 
/bin/sh -c #(nop)  ARG PROCPS_VERSION=
                        
# 2022-04-16 01:05:54  0.00B 
/bin/sh -c #(nop)  ARG TAR_VERSION=
                        
# 2022-04-16 01:05:54  0.00B 
/bin/sh -c #(nop)  ARG PYTHON36_VERSION=
                        
# 2022-04-16 01:05:53  0.00B 
/bin/sh -c #(nop)  ARG NETCAT_VERSION=
                        
# 2022-04-16 01:05:53  0.00B 
/bin/sh -c #(nop)  ARG WGET_VERSION=
                        
# 2022-04-16 01:05:53  0.00B 
/bin/sh -c #(nop)  ARG OPENSSL_VERSION=
                        
# 2022-04-16 01:05:53  0.00B 
/bin/sh -c #(nop)  ENV CUB_CLASSPATH="/usr/share/java/cp-base-new/*"
                        
# 2022-04-16 01:05:53  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2022-04-16 01:05:52  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2022-04-16 01:05:52  0.00B 
/bin/sh -c #(nop)  LABEL description=Common base image for Confluent's Docker images.
                        
# 2022-04-16 01:05:52  0.00B 
/bin/sh -c #(nop)  LABEL summary=Common base image for Confluent's Docker images.
                        
# 2022-04-16 01:05:52  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-base-new
                        
# 2022-04-16 01:05:52  0.00B 
/bin/sh -c #(nop)  LABEL release=7.1.1
                        
# 2022-04-16 01:05:51  0.00B 
/bin/sh -c #(nop)  LABEL version=9c89db7a
                        
# 2022-04-16 01:05:51  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2022-04-16 01:05:51  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=tools@confluent.io
                        
# 2022-04-16 01:05:51  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=4
                        
# 2022-04-16 01:05:51  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2022-04-16 01:05:50  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=9c89db7a
                        
# 2022-04-16 01:05:50  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2022-04-16 01:05:50  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/common-docker
                        
# 2022-04-16 01:05:50  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2022-04-16 01:05:48  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2022-03-28 17:22:01  4.70KB 

                        
# 2022-03-28 17:21:51  102.55MB 

                        
                    

镜像信息

{
    "Id": "sha256:534c2e2cfdbc7333cc491544f425f593bf479bb9b5dcf0ccd8ec68171fe6d806",
    "RepoTags": [
        "confluentinc/cp-zookeeper:7.1.1-1-ubi8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:7.1.1-1-ubi8"
    ],
    "RepoDigests": [
        "confluentinc/cp-zookeeper@sha256:31f5992546679a5c70bf10b2f1b6c9c5c4d8e5bb585a62e637a4b1b872709bbe",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper@sha256:cce6be2c64018962ac644ac026cedb2445a0dff33758c6d219b6ba808d8d67c2"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-04-15T17:20:07.945633314Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "18.09.7",
    "Author": "",
    "Config": {
        "Hostname": "02d87ca75d31",
        "Domainname": "",
        "User": "appuser",
        "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",
            "container=oci",
            "LANG=C.UTF-8",
            "CUB_CLASSPATH=\"/usr/share/java/cp-base-new/*\"",
            "COMPONENT=zookeeper"
        ],
        "Cmd": [
            "/etc/confluent/docker/run"
        ],
        "ArgsEscaped": true,
        "Image": "sha256:1108d5c3421811472c150048eae05c25ff0788190b92fe761ebb07a11a622145",
        "Volumes": {
            "/etc/zookeeper/secrets": {},
            "/var/lib/zookeeper/data": {},
            "/var/lib/zookeeper/log": {}
        },
        "WorkingDir": "/home/appuser",
        "Entrypoint": null,
        "OnBuild": [],
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2022-03-28T09:21:44.133397",
            "com.redhat.build-host": "cpt-1008.osbs.prod.upshift.rdu2.redhat.com",
            "com.redhat.component": "ubi8-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.",
            "distribution-scope": "public",
            "io.confluent.docker": "true",
            "io.confluent.docker.build.number": "4",
            "io.confluent.docker.git.id": "7da6c42e",
            "io.confluent.docker.git.repo": "confluentinc/kafka-images",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 8 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel8",
            "maintainer": "partner-support@confluent.io",
            "name": "cp-zookeeper",
            "release": "7.1.1",
            "summary": "ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.5-240.1648458092",
            "vcs-ref": "7ffc2d965ea414fc38f42d93090d967a5aee2c33",
            "vcs-type": "git",
            "vendor": "Confluent",
            "version": "7da6c42e"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 782988496,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/55956ed3df3dca2ffdcdef9dd204e8625ea7d7aa7704426b0187e23543918360/diff:/var/lib/docker/overlay2/a1108e876aa0bf11765632d20916b1aaedc5d9e4815dfdb3c041a6068d9bf741/diff:/var/lib/docker/overlay2/ac58f047355dbe0fe04408a72a287026f18aa2bc0629abb2aaac5cee820c33a5/diff:/var/lib/docker/overlay2/a0eae8786f3f217b8e5e6c5f13facbf827d9c79e1d8cbd3476a651761a7de95a/diff:/var/lib/docker/overlay2/0951f5c4d2ff46830ddfe5541d41bcd8dd4e9f778e308997f6118475cd480bc6/diff:/var/lib/docker/overlay2/335a900bc0d48a012e5bf6b396a3aafc840cd1e9df5c25ab320091d8e43b957a/diff:/var/lib/docker/overlay2/b45b4b05fa063d1b29bd4ca23116d352c4c108844e34fc9bfbdeed5c139a2d33/diff:/var/lib/docker/overlay2/479320acd9936167a65cb361307852825a63f1f9631c1e1c1be59ab7cd028ac4/diff:/var/lib/docker/overlay2/aa8d6fdd798a31553fc634f5648e5867486603248a773f44c5a732610a894abb/diff:/var/lib/docker/overlay2/8aada57e11953fe987fb4fa344ec6b599c2afdb4f67f4fdd42400786961eb06c/diff",
            "MergedDir": "/var/lib/docker/overlay2/5d29158328031d844265839b0083bcf09332d481bbaf30d94722c55520e4aa72/merged",
            "UpperDir": "/var/lib/docker/overlay2/5d29158328031d844265839b0083bcf09332d481bbaf30d94722c55520e4aa72/diff",
            "WorkDir": "/var/lib/docker/overlay2/5d29158328031d844265839b0083bcf09332d481bbaf30d94722c55520e4aa72/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f2c4302f03b8582b388fb66058da2ae3a3b70cff3ab8ce3ebfc0cc24349814b9",
            "sha256:60609ec85f865f7d04d108c7f1366a96f15cfaad0d632f7bd0cc674b7ea7bdaa",
            "sha256:5693d08c15ed976edbd6b6c63b4ce3f042926a1e493f1eff6f224556dabdd314",
            "sha256:37cafaf80b7e5013c07faa9e7eb69f3fc9e85c05a4604d7f65ec2e3ce3f085ae",
            "sha256:936ea683b51291155dc9aeff6187c176b1f64f5cfde3ffbaf014c396c408a089",
            "sha256:d117415e61f8f1f3ea9b9b8c38fb5ff8116279baa088f7ecb9fdd11b67c261ce",
            "sha256:f67583d3da0af6f1fe9b109a6fc54cd569516a183b6b44d00e5cb266bab8857a",
            "sha256:c8c571a6a27d6defda7716643e5fe47a87cda4e69d1f72ae0b70db7c46381462",
            "sha256:a93c8779277415361bd2d037cf6773590919c3882b9af1ffa6474e3bcacaa995",
            "sha256:3bfddb9a813d3cf4b464d7fdbd9fb2e6c8da45be6c8b505f58e521525a5f028b",
            "sha256:c898263a4c9c956a5817698efcd822cfffd49b17e8e041d6fedc394f586803e7"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-09T23:26:30.42249861+08:00"
    }
}

更多版本

docker.io/confluentinc/cp-zookeeper:7.4.0

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

docker.io/confluentinc/cp-zookeeper:5.5.0

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

docker.io/confluentinc/cp-zookeeper:5.2.0

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

docker.io/confluentinc/cp-zookeeper:5.2.2

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

docker.io/confluentinc/cp-zookeeper:7.9.1

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

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

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

docker.io/confluentinc/cp-zookeeper:5.5.7

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

docker.io/confluentinc/cp-zookeeper:7.9.1

linux/arm64 docker.io1.14GB2025-09-08 19:28
312

docker.io/confluentinc/cp-zookeeper:7.3.0

linux/amd64 docker.io827.92MB2025-10-15 15:20
328

docker.io/confluentinc/cp-zookeeper:7.9.0

linux/amd64 docker.io1.10GB2025-10-27 21:21
275

docker.io/confluentinc/cp-zookeeper:7.7.0

linux/amd64 docker.io823.91MB2025-12-02 22:10
235

docker.io/confluentinc/cp-zookeeper:7.5.0

linux/amd64 docker.io849.31MB2025-12-10 21:01
520

docker.io/confluentinc/cp-zookeeper:5.2.1

linux/amd64 docker.io568.51MB2025-12-23 23:11
250

docker.io/confluentinc/cp-zookeeper:7.6.1

linux/amd64 docker.io801.92MB2026-03-07 17:25
283

docker.io/confluentinc/cp-zookeeper:7.5.0

linux/arm64 docker.io876.41MB2026-05-25 11:59
202
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×