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

docker.io/confluentinc/cp-zookeeper:7.7.0 - 国内下载镜像源 浏览次数:7
Confluent ZooKeeper
这是一个基于Apache ZooKeeper的分布式协调服务容器镜像。该镜像用于管理集群配置、提供命名服务和保持数据一致性。
来自 Docker Hub: confluentinc/cp-zookeeper
源镜像 docker.io/confluentinc/cp-zookeeper:7.7.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:7.7.0
镜像ID sha256:adb6b75640a3ca2b89061793cbaab65f85821961ed67f6c72c27bd5a53d03f66
镜像TAG 7.7.0
大小 823.91MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /etc/confluent/docker/run
启动入口
工作目录 /home/appuser
OS/平台 linux/amd64
浏览量 7 次
贡献者
镜像创建 2024-07-24T06:52:24.32477028Z
同步时间 2025-12-02 22:10
更新时间 2025-12-02 22:56
开放端口
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 container=oci LANG=C.UTF-8 CUB_CLASSPATH="/usr/share/java/cp-base-new/*" COMPONENT=zookeeper
镜像标签
x86_64: architecture 2024-06-05T10:47:24: build-date 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 1.29.0: io.buildah.version true: io.confluent.docker 59683094: io.confluent.docker.build.number 5c0b0cf: 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.7.0-102: 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.10-896.1717584414: url 7357243bfe6a2392090af428c41ba6d13fe68590: vcs-ref git: vcs-type Confluent: vendor 5c0b0cf: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-07-24 14:52:24  0.00B 
/bin/sh -c #(nop)  CMD ["/etc/confluent/docker/run"]
                        
# 2024-07-24 14:52:24  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2024-07-24 14:52:24  10.91KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:c95b0051acc037d79b597132e9d5bf4dda1c82ddd1fc3fb530f1fc1beb287dd9 in /etc/confluent/docker 
                        
# 2024-07-24 14:52:24  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/zookeeper/data /var/lib/zookeeper/log /etc/zookeeper/secrets]
                        
# 2024-07-24 14:52:23  141.91MB 
|6 ARTIFACT_ID=cp-zookeeper BUILD_NUMBER=59683094 CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages-654654529379-us-west-2.s3.us-west-2.amazonaws.com/rpm/7.7 CONFLUENT_VERSION=7.7.0 GIT_COMMIT=5c0b0cf PROJECT_VERSION=7.7.0-102 /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
                        
# 2024-07-24 14:52:07  0.00B 
/bin/sh -c #(nop)  USER root
                        
# 2024-07-24 14:52:07  0.00B 
/bin/sh -c #(nop)  ENV COMPONENT=zookeeper
                        
# 2024-07-24 14:52:07  0.00B 
/bin/sh -c #(nop)  EXPOSE 2181 2888 3888
                        
# 2024-07-24 14:52:07  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PLATFORM_LABEL
                        
# 2024-07-24 14:52:07  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PACKAGES_REPO
                        
# 2024-07-24 14:52:07  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_VERSION
                        
# 2024-07-24 14:52:07  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/kafka-images
                        
# 2024-07-24 14:52:07  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=59683094
                        
# 2024-07-24 14:52:07  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2024-07-24 14:52:06  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=5c0b0cf
                        
# 2024-07-24 14:52:06  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2024-07-24 14:52:06  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.
                        
# 2024-07-24 14:52:06  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.
                        
# 2024-07-24 14:52:06  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-zookeeper
                        
# 2024-07-24 14:52:06  0.00B 
/bin/sh -c #(nop)  LABEL release=7.7.0-102
                        
# 2024-07-24 14:52:06  0.00B 
/bin/sh -c #(nop)  LABEL version=5c0b0cf
                        
# 2024-07-24 14:52:06  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2024-07-24 14:52:06  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=partner-support@confluent.io
                        
# 2024-07-24 14:52:06  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2024-07-24 14:52:06  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2024-07-24 14:52:06  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2024-07-24 14:35:03  0.00B 
/bin/sh -c #(nop) WORKDIR /home/appuser
                        
# 2024-07-24 14:35:02  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2024-07-24 14:35:02  0.00B 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=0e0d5d4b CURL_VERSION=-7.61.1-34.el8 GIT_COMMIT=61e5e3c GLIBC_VERSION=-2.28-251.el8_10.2 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-28.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1.1.1k-12.el8_9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.7.0-130 PYTHON39_VERSION=-3.9.19-1.module+el8.10.0+21815+bb024982 PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.82 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.82 PYTHON_PIP_VERSION=-20.* PYTHON_SETUPTOOLS_VERSION===67.8.0 SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.30-9.el8 WGET_VERSION=-1.19.5-11.el8 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-17.0.12-1 /bin/sh -c find / -perm /6000 -type f -exec chmod g-s {} \; || true
                        
# 2024-07-24 14:35:02  551.79KB 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=0e0d5d4b CURL_VERSION=-7.61.1-34.el8 GIT_COMMIT=61e5e3c GLIBC_VERSION=-2.28-251.el8_10.2 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-28.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1.1.1k-12.el8_9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.7.0-130 PYTHON39_VERSION=-3.9.19-1.module+el8.10.0+21815+bb024982 PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.82 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.82 PYTHON_PIP_VERSION=-20.* PYTHON_SETUPTOOLS_VERSION===67.8.0 SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.30-9.el8 WGET_VERSION=-1.19.5-11.el8 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-17.0.12-1 /bin/sh -c find / -perm /6000 -type f -exec chmod a-s {} \; || true
                        
# 2024-07-24 14:35:01  30.00B 
/bin/sh -c #(nop) COPY file:5dcc52d37b3da1ad039174791ef9704f68b5e5e9b21d5f967fdf5d39632107ce in /licenses 
                        
# 2024-07-24 14:35:01  0.00B 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=0e0d5d4b CURL_VERSION=-7.61.1-34.el8 GIT_COMMIT=61e5e3c GLIBC_VERSION=-2.28-251.el8_10.2 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-28.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1.1.1k-12.el8_9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.7.0-130 PYTHON39_VERSION=-3.9.19-1.module+el8.10.0+21815+bb024982 PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.82 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.82 PYTHON_PIP_VERSION=-20.* PYTHON_SETUPTOOLS_VERSION===67.8.0 SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.30-9.el8 WGET_VERSION=-1.19.5-11.el8 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-17.0.12-1 /bin/sh -c mkdir /licenses
                        
# 2024-07-24 14:35:00  1.31KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:f980181285d9b4e329845c58c9ea727dabbc3d0931854cd78028c0ed7e4b6d43 in /etc/cp-base-new 
                        
# 2024-07-24 14:35:00  1.90KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:724b15c36b797f212785d0e50b88b1c06e71499554701e783a20eeecf0160be4 in /etc/confluent/docker 
                        
# 2024-07-24 14:35:00  46.11MB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser multi:05c24ca405a3d92cdd1fe01148cf30b32d30beb81ceb850690d3a1133db32e6c in /usr/share/java/cp-base-new/ 
                        
# 2024-07-24 14:34:59  359.98KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:2fe5ccf3af4918c70028f5b0b0cfdd12c1f2c037062991f2d5f8ce17387f379b in /usr/share/doc/cp-base-new/ 
                        
# 2024-07-24 14:34:59  10.98MB 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=0e0d5d4b CURL_VERSION=-7.61.1-34.el8 GIT_COMMIT=61e5e3c GLIBC_VERSION=-2.28-251.el8_10.2 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-28.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1.1.1k-12.el8_9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.7.0-130 PYTHON39_VERSION=-3.9.19-1.module+el8.10.0+21815+bb024982 PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.82 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.82 PYTHON_PIP_VERSION=-20.* PYTHON_SETUPTOOLS_VERSION===67.8.0 SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.30-9.el8 WGET_VERSION=-1.19.5-11.el8 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-17.0.12-1 /bin/sh -c yum --disablerepo="zulu-openjdk" check-update || "${SKIP_SECURITY_UPDATE_CHECK}"
                        
# 2024-07-24 14:34:57  0.00B 
/bin/sh -c #(nop)  ARG SKIP_SECURITY_UPDATE_CHECK=false
                        
# 2024-07-24 14:34:57  2.11KB 
|21 ARTIFACT_ID=cp-base-new BUILD_NUMBER=0e0d5d4b CURL_VERSION=-7.61.1-34.el8 GIT_COMMIT=61e5e3c GLIBC_VERSION=-2.28-251.el8_10.2 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-28.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1.1.1k-12.el8_9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.7.0-130 PYTHON39_VERSION=-3.9.19-1.module+el8.10.0+21815+bb024982 PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.82 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.82 PYTHON_PIP_VERSION=-20.* PYTHON_SETUPTOOLS_VERSION===67.8.0 TAR_VERSION=-1.30-9.el8 WGET_VERSION=-1.19.5-11.el8 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-17.0.12-1 /bin/sh -c update-crypto-policies --set FIPS
                        
# 2024-07-24 14:34:52  531.43MB 
|21 ARTIFACT_ID=cp-base-new BUILD_NUMBER=0e0d5d4b CURL_VERSION=-7.61.1-34.el8 GIT_COMMIT=61e5e3c GLIBC_VERSION=-2.28-251.el8_10.2 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-28.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1.1.1k-12.el8_9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.7.0-130 PYTHON39_VERSION=-3.9.19-1.module+el8.10.0+21815+bb024982 PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.82 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.82 PYTHON_PIP_VERSION=-20.* PYTHON_SETUPTOOLS_VERSION===67.8.0 TAR_VERSION=-1.30-9.el8 WGET_VERSION=-1.19.5-11.el8 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-17.0.12-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 update -y     && yum --nodocs install -y --setopt=install_weak_deps=False         git         "openssl${OPENSSL_VERSION}"         "wget${WGET_VERSION}"         "nmap-ncat${NETCAT_VERSION}"         "python39${PYTHON39_VERSION}"         "python39-pip${PYTHON_PIP_VERSION}"         "tar${TAR_VERSION}"         "procps-ng${PROCPS_VERSION}"         "krb5-workstation${KRB5_WORKSTATION_VERSION}"         "iputils${IPUTILS_VERSION}"         "hostname${HOSTNAME_VERSION}"         "xz-libs${XZ_LIBS_VERSION}"         "glibc${GLIBC_VERSION}"         "glibc-common${GLIBC_VERSION}"         "glibc-minimal-langpack${GLIBC_VERSION}"         "curl${CURL_VERSION}"         "libcurl${CURL_VERSION}"         "findutils${FINDUTILS_VERSION}"         "crypto-policies-scripts${CRYPTO_POLICIES_SCRIPTS_VERSION}"         "zulu17-ca-jdk-headless${ZULU_OPENJDK_VERSION}" "zulu17-ca-jre-headless${ZULU_OPENJDK_VERSION}"     && alternatives --set python /usr/bin/python3     && python3 -m pip install --upgrade "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 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
                        
# 2024-07-24 14:34:01  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.82
                        
# 2024-07-24 14:34:00  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=master
                        
# 2024-07-24 14:34:00  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_SETUPTOOLS_VERSION=
                        
# 2024-07-24 14:34:00  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_PIP_VERSION=
                        
# 2024-07-24 14:34:00  0.00B 
/bin/sh -c #(nop)  ARG ZULU_OPENJDK_VERSION=
                        
# 2024-07-24 14:34:00  0.00B 
/bin/sh -c #(nop)  ARG CURL_VERSION=
                        
# 2024-07-24 14:34:00  0.00B 
/bin/sh -c #(nop)  ARG GLIBC_VERSION=
                        
# 2024-07-24 14:34:00  0.00B 
/bin/sh -c #(nop)  ARG XZ_LIBS_VERSION=
                        
# 2024-07-24 14:34:00  0.00B 
/bin/sh -c #(nop)  ARG HOSTNAME_VERSION=
                        
# 2024-07-24 14:34:00  0.00B 
/bin/sh -c #(nop)  ARG IPUTILS_VERSION=
                        
# 2024-07-24 14:34:00  0.00B 
/bin/sh -c #(nop)  ARG KRB5_WORKSTATION_VERSION=
                        
# 2024-07-24 14:34:00  0.00B 
/bin/sh -c #(nop)  ARG PROCPS_VERSION=
                        
# 2024-07-24 14:34:00  0.00B 
/bin/sh -c #(nop)  ARG TAR_VERSION=
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  ARG PYTHON39_VERSION=
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  ARG NETCAT_VERSION=
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  ARG WGET_VERSION=
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  ARG OPENSSL_VERSION=
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  ENV CUB_CLASSPATH="/usr/share/java/cp-base-new/*"
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  LABEL description=Common base image for Confluent's Docker images.
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  LABEL summary=Common base image for Confluent's Docker images.
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-base-new
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  LABEL release=7.7.0-130
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  LABEL version=61e5e3c
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2024-07-24 14:33:59  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=tools@confluent.io
                        
# 2024-07-24 14:33:58  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=0e0d5d4b
                        
# 2024-07-24 14:33:58  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2024-07-24 14:33:58  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=61e5e3c
                        
# 2024-07-24 14:33:58  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2024-07-24 14:33:58  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/common-docker
                        
# 2024-07-24 14:33:58  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2024-07-24 14:33:58  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2024-06-05 18:59:09  92.55MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2024-06-05 18:59:08  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2024-06-05 18:59:07  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/odcs-3153934-80fdb.repo' '/etc/yum.repos.d/rhel-8.10-compose-0e878.repo'
                        
# 2024-06-05 18:59:07  0.00B 
/bin/sh -c #(nop) LABEL "release"="896.1717584414" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-06-05T10:47:24" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7357243bfe6a2392090af428c41ba6d13fe68590" "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." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-896.1717584414"
                        
# 2024-06-05 18:59:07  0.00B 
/bin/sh -c #(nop) ADD file:50b8ae8537153f061b9b48f0ce2547d493cccba4d14294d4c13a66b2f98d2b7c in /root/buildinfo/Dockerfile-ubi8-minimal-8.10-896.1717584414 
                        
# 2024-06-05 18:59:06  0.00B 
/bin/sh -c #(nop) ADD file:d65db5c3c919c582bea22c86b20072060b152fc35ecf7dddba590052d543e6d5 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.10-896.1717584414.json 
                        
# 2024-06-05 18:59:06  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) LABEL 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."
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.10"
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) ADD multi:7cb54aecc729e97f374805d4a2e2f2e7d9e74c12805c1493174654aec337c1ed in /etc/yum.repos.d/ 
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) ADD file:5b1f650e1376d79fa3a65df4a154ea5166def95154b52c1c1097dfd8fc7d58eb in /tmp/tls-ca-bundle.pem 
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2024-06-05 18:59:05  0.00B 
/bin/sh -c #(nop) ADD file:6fe415d8ed10b98dd4befb7882431823c084e3982ed3c876b0d9e355d9c77e52 in / 
                        
                    

镜像信息

{
    "Id": "sha256:adb6b75640a3ca2b89061793cbaab65f85821961ed67f6c72c27bd5a53d03f66",
    "RepoTags": [
        "confluentinc/cp-zookeeper:7.7.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:7.7.0"
    ],
    "RepoDigests": [
        "confluentinc/cp-zookeeper@sha256:d4312a5b61b45ab5c4d33d4c77e5a235cdd95a16dbfc1d381639520a2af48f01",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper@sha256:8d59eb6b9d31b53a98077d2a9891f26f2c9995edac6d7a5e4ed9b9ce178c87b0"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2024-07-24T06:52:24.32477028Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "26.0.2",
    "Author": "",
    "Config": {
        "Hostname": "",
        "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"
        ],
        "Image": "sha256:9663575c595574030e10b82a4bcea041e53a632fe9f2fbda78801915ddd43916",
        "Volumes": {
            "/etc/zookeeper/secrets": {},
            "/var/lib/zookeeper/data": {},
            "/var/lib/zookeeper/log": {}
        },
        "WorkingDir": "/home/appuser",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-06-05T10:47:24",
            "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.buildah.version": "1.29.0",
            "io.confluent.docker": "true",
            "io.confluent.docker.build.number": "59683094",
            "io.confluent.docker.git.id": "5c0b0cf",
            "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.7.0-102",
            "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.10-896.1717584414",
            "vcs-ref": "7357243bfe6a2392090af428c41ba6d13fe68590",
            "vcs-type": "git",
            "vendor": "Confluent",
            "version": "5c0b0cf"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 823910470,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/16b20a5152d3221e115c03dc74ddda0d2468c0cbd59a5143661ccf96a96e688b/diff:/var/lib/docker/overlay2/903c8ccf04aa40bf8f1f94e296a6fe2cf4e904eeb6a831d75e62a70697caac3b/diff:/var/lib/docker/overlay2/5abd60fa1cb82c6ae78de7126ec26a0ea448139056da70f422e267c310804259/diff:/var/lib/docker/overlay2/4edaa5e7aa2032c873425f37866c2889ba581b62a7ff44c4782838bf59ec6034/diff:/var/lib/docker/overlay2/3ae7c5cd1ab17293cc2d4640076e7bfe10b147a95625bb89c41d2c577df8f5bd/diff:/var/lib/docker/overlay2/2fd1f40dfddd243f70bf50d7d3d42e0798b6063dd61c8fd3eec81bbace2bb2a9/diff:/var/lib/docker/overlay2/aa7cb892f7ba36e0da6f3787db0c1fefbd5d8034e155365e679b10b6dd799ed3/diff:/var/lib/docker/overlay2/cb18a61c03ec8d7b09504c431c07c82c3008931f4ae8c4d80474ea908744cf7b/diff:/var/lib/docker/overlay2/40292a797aee5761bd51542eff84ec9ec26107cb014593008ad5ec2a6408ccaf/diff:/var/lib/docker/overlay2/3db03d94b341db4105c9f1cb901010af0945d45017d02aed66f36f215b2eaab1/diff:/var/lib/docker/overlay2/f34137801e566a855777cb2fb768cb50bb3ab76c50d4809e632ec46954aed95f/diff:/var/lib/docker/overlay2/aaaa1ce2547db4e8b35f0a9d975af4e366f11692dfd098ed4bfaa488902e2f20/diff",
            "MergedDir": "/var/lib/docker/overlay2/dd0cf54335a85783d6295095d52a06b862a2da5739e56b14a5ac4a703658f85c/merged",
            "UpperDir": "/var/lib/docker/overlay2/dd0cf54335a85783d6295095d52a06b862a2da5739e56b14a5ac4a703658f85c/diff",
            "WorkDir": "/var/lib/docker/overlay2/dd0cf54335a85783d6295095d52a06b862a2da5739e56b14a5ac4a703658f85c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:7fa000cf03ea90b564a8d4a1f6d943e4fa07196a151d4bbc35bfc0c13c08620d",
            "sha256:a99872adc0f844fcb8e709740cac946f891dcd5fd498dbc4503168bd7e727902",
            "sha256:f745857f6e71cf094364f8724424c38e0d4c3f919e0b240139a3bea05971ebdc",
            "sha256:7d3d5c2868ea435ec2c392679979c078419b77741b4fa59ba4ef3d0f7f11cab5",
            "sha256:b2c68dc62e4f9c91ff2a974c68f960f00832b22cd07120d8bb2f858ede1c7e10",
            "sha256:1b6a06ebc35a4f9139f7a02d0c0f196d64059a54bb4829f807ab9dc5fdfe6caf",
            "sha256:a6d976379cd2d95adfd756a1f539a58f1917876096fecf844b3c7c4fe5a48bfa",
            "sha256:378a4067005e168a4d97d8c6bc5f9cb1e55f9ff3d58e1d08db5fb8091a597fc4",
            "sha256:e4116490cfb045c5a9871c670cfc3170b723fee1cadc45bba90f0975f76a8ac0",
            "sha256:543489a090b4e743a3e32be337b41afcf0fa33060861f9880e408a1c713ca771",
            "sha256:f63141e611ca84462866ed2f938a1066d5c84d15027dd9c60e5882b82b42e448",
            "sha256:8bde12a4d8c5ac1f37831fb95c1944b0efe509a21850aabf30c5c1efe208345b",
            "sha256:b4ef4a53e0ac57f68beee87aee7530a6baab73bf6769ee41192cb1507b348a2c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-02T22:09:47.924914536+08:00"
    }
}

更多版本

docker.io/confluentinc/cp-zookeeper:7.4.0

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

docker.io/confluentinc/cp-zookeeper:5.5.0

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

docker.io/confluentinc/cp-zookeeper:5.2.0

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

docker.io/confluentinc/cp-zookeeper:5.2.2

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

docker.io/confluentinc/cp-zookeeper:7.9.1

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

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

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

docker.io/confluentinc/cp-zookeeper:5.5.7

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

docker.io/confluentinc/cp-zookeeper:7.9.1

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

docker.io/confluentinc/cp-zookeeper:7.3.0

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

docker.io/confluentinc/cp-zookeeper:7.9.0

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

docker.io/confluentinc/cp-zookeeper:7.7.0

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