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

docker.io/confluentinc/cp-zookeeper:7.6.1 - 国内下载镜像源 浏览次数:7
Confluent ZooKeeper
这是一个基于Apache ZooKeeper的分布式协调服务容器镜像。该镜像用于管理集群配置、提供命名服务和保持数据一致性。
来自 Docker Hub: confluentinc/cp-zookeeper
源镜像 docker.io/confluentinc/cp-zookeeper:7.6.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:7.6.1
镜像ID sha256:7b427b7d5baea2cc3a9d2451d33fc78f1a7a645a26c08753de9c7e97fed998be
镜像TAG 7.6.1
大小 801.92MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /etc/confluent/docker/run
启动入口
工作目录 /home/appuser
OS/平台 linux/amd64
浏览量 7 次
贡献者
镜像创建 2024-04-03T11:34:39.029866528Z
同步时间 2026-03-07 17:25
开放端口
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-03-27T02:10:48: 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 2: io.confluent.docker.build.number e15392e3c: 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.6.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.9-1161: url 7e7670a8c8c9a3be83beaa2787f3703b404d4a1d: vcs-ref git: vcs-type Confluent: vendor e15392e3c: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-04-03 19:34:39  0.00B 
/bin/sh -c #(nop)  CMD ["/etc/confluent/docker/run"]
                        
# 2024-04-03 19:34:38  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2024-04-03 19:34:38  10.91KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuserdir:c95b0051acc037d79b597132e9d5bf4dda1c82ddd1fc3fb530f1fc1beb287dd9 in /etc/confluent/docker 
                        
# 2024-04-03 19:34:38  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/zookeeper/data /var/lib/zookeeper/log /etc/zookeeper/secrets]
                        
# 2024-04-03 19:34:37  135.22MB 
|6 ARTIFACT_ID=cp-zookeeper BUILD_NUMBER=2 CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages.s3.us-west-2.amazonaws.com/rpm/7.6 CONFLUENT_VERSION=7.6.1 GIT_COMMIT=e15392e3c PROJECT_VERSION=7.6.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
                        
# 2024-04-03 19:34:23  0.00B 
/bin/sh -c #(nop)  USER root
                        
# 2024-04-03 19:34:23  0.00B 
/bin/sh -c #(nop)  ENV COMPONENT=zookeeper
                        
# 2024-04-03 19:34:23  0.00B 
/bin/sh -c #(nop)  EXPOSE 2181 2888 3888
                        
# 2024-04-03 19:34:22  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PLATFORM_LABEL
                        
# 2024-04-03 19:34:22  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PACKAGES_REPO
                        
# 2024-04-03 19:34:22  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_VERSION
                        
# 2024-04-03 19:34:21  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/kafka-images
                        
# 2024-04-03 19:34:21  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=2
                        
# 2024-04-03 19:34:21  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2024-04-03 19:34:21  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=e15392e3c
                        
# 2024-04-03 19:34:20  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2024-04-03 19:34:20  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-04-03 19:34:20  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-04-03 19:34:19  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-zookeeper
                        
# 2024-04-03 19:34:19  0.00B 
/bin/sh -c #(nop)  LABEL release=7.6.1
                        
# 2024-04-03 19:34:19  0.00B 
/bin/sh -c #(nop)  LABEL version=e15392e3c
                        
# 2024-04-03 19:34:18  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2024-04-03 19:34:18  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=partner-support@confluent.io
                        
# 2024-04-03 19:34:18  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2024-04-03 19:34:18  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2024-04-03 19:34:17  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2024-04-03 18:42:59  0.00B 
/bin/sh -c #(nop) WORKDIR /home/appuser
                        
# 2024-04-03 18:42:58  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2024-04-03 18:42:58  30.00B 
/bin/sh -c #(nop) COPY file:5dcc52d37b3da1ad039174791ef9704f68b5e5e9b21d5f967fdf5d39632107ce in /licenses 
                        
# 2024-04-03 18:42:58  0.00B 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=4 CURL_VERSION=-7.61.1-33.el8_9.5 GIT_COMMIT=7119454fb GLIBC_VERSION=-2.28-236.el8_9.12 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-26.el8_9 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1.1.1k-12.el8_9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.6.1 PYTHON39_VERSION=-3.9.18-1.module+el8.9.0+20024+793d7211 PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.75 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.75 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=-11.0.22-1 /bin/sh -c mkdir /licenses
                        
# 2024-04-03 18:42:57  1.31KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuserdir:f980181285d9b4e329845c58c9ea727dabbc3d0931854cd78028c0ed7e4b6d43 in /etc/cp-base-new 
                        
# 2024-04-03 18:42:56  1.90KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuserdir:724b15c36b797f212785d0e50b88b1c06e71499554701e783a20eeecf0160be4 in /etc/confluent/docker 
                        
# 2024-04-03 18:42:55  42.19MB 
/bin/sh -c #(nop) COPY --chown=appuser:appusermulti:02f5b76252c00fe37b171fa709896c4a9b3eec60449d93172c5886d1a9ea8063 in /usr/share/java/cp-base-new/ 
                        
# 2024-04-03 18:42:49  355.06KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuserdir:873f0929cfacf5a2aaa8bf29449559c818c004df319de3bc4c2d1059b67bc90d in /usr/share/doc/cp-base-new/ 
                        
# 2024-04-03 18:42:48  10.25MB 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=4 CURL_VERSION=-7.61.1-33.el8_9.5 GIT_COMMIT=7119454fb GLIBC_VERSION=-2.28-236.el8_9.12 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-26.el8_9 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1.1.1k-12.el8_9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.6.1 PYTHON39_VERSION=-3.9.18-1.module+el8.9.0+20024+793d7211 PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.75 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.75 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=-11.0.22-1 /bin/sh -c yum --disablerepo="zulu-openjdk" check-update || "${SKIP_SECURITY_UPDATE_CHECK}"
                        
# 2024-04-03 18:42:45  0.00B 
/bin/sh -c #(nop)  ARG SKIP_SECURITY_UPDATE_CHECK=false
                        
# 2024-04-03 18:42:40  521.51MB 
|21 ARTIFACT_ID=cp-base-new BUILD_NUMBER=4 CURL_VERSION=-7.61.1-33.el8_9.5 GIT_COMMIT=7119454fb GLIBC_VERSION=-2.28-236.el8_9.12 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-26.el8_9 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1.1.1k-12.el8_9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.6.1 PYTHON39_VERSION=-3.9.18-1.module+el8.9.0+20024+793d7211 PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.75 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.75 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=-11.0.22-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}"         "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 "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-04-03 18:41:42  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.75
                        
# 2024-04-03 18:41:42  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=master
                        
# 2024-04-03 18:41:41  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_SETUPTOOLS_VERSION=
                        
# 2024-04-03 18:41:41  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_PIP_VERSION=
                        
# 2024-04-03 18:41:40  0.00B 
/bin/sh -c #(nop)  ARG ZULU_OPENJDK_VERSION=
                        
# 2024-04-03 18:41:39  0.00B 
/bin/sh -c #(nop)  ARG CURL_VERSION=
                        
# 2024-04-03 18:41:39  0.00B 
/bin/sh -c #(nop)  ARG GLIBC_VERSION=
                        
# 2024-04-03 18:41:39  0.00B 
/bin/sh -c #(nop)  ARG XZ_LIBS_VERSION=
                        
# 2024-04-03 18:41:39  0.00B 
/bin/sh -c #(nop)  ARG HOSTNAME_VERSION=
                        
# 2024-04-03 18:41:38  0.00B 
/bin/sh -c #(nop)  ARG IPUTILS_VERSION=
                        
# 2024-04-03 18:41:38  0.00B 
/bin/sh -c #(nop)  ARG KRB5_WORKSTATION_VERSION=
                        
# 2024-04-03 18:41:38  0.00B 
/bin/sh -c #(nop)  ARG PROCPS_VERSION=
                        
# 2024-04-03 18:41:37  0.00B 
/bin/sh -c #(nop)  ARG TAR_VERSION=
                        
# 2024-04-03 18:41:37  0.00B 
/bin/sh -c #(nop)  ARG PYTHON39_VERSION=
                        
# 2024-04-03 18:41:37  0.00B 
/bin/sh -c #(nop)  ARG NETCAT_VERSION=
                        
# 2024-04-03 18:41:37  0.00B 
/bin/sh -c #(nop)  ARG WGET_VERSION=
                        
# 2024-04-03 18:41:36  0.00B 
/bin/sh -c #(nop)  ARG OPENSSL_VERSION=
                        
# 2024-04-03 18:41:36  0.00B 
/bin/sh -c #(nop)  ENV CUB_CLASSPATH="/usr/share/java/cp-base-new/*"
                        
# 2024-04-03 18:41:36  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2024-04-03 18:41:36  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2024-04-03 18:41:35  0.00B 
/bin/sh -c #(nop)  LABEL description=Common base image for Confluent's Docker images.
                        
# 2024-04-03 18:41:35  0.00B 
/bin/sh -c #(nop)  LABEL summary=Common base image for Confluent's Docker images.
                        
# 2024-04-03 18:41:35  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-base-new
                        
# 2024-04-03 18:41:35  0.00B 
/bin/sh -c #(nop)  LABEL release=7.6.1
                        
# 2024-04-03 18:41:34  0.00B 
/bin/sh -c #(nop)  LABEL version=7119454fb
                        
# 2024-04-03 18:41:34  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2024-04-03 18:41:34  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=tools@confluent.io
                        
# 2024-04-03 18:41:33  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=4
                        
# 2024-04-03 18:41:33  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2024-04-03 18:41:33  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=7119454fb
                        
# 2024-04-03 18:41:33  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2024-04-03 18:41:32  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/common-docker
                        
# 2024-04-03 18:41:32  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2024-04-03 18:41:32  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2024-03-27 10:22:37  92.37MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2024-03-27 10:22:35  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2024-03-27 10:22:35  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-92821.repo' '/etc/yum.repos.d/repo-1876c.repo'
                        
# 2024-03-27 10:22:34  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-03-27T02:10:48" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7e7670a8c8c9a3be83beaa2787f3703b404d4a1d" "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.9-1161"
                        
# 2024-03-27 10:22:34  0.00B 
/bin/sh -c #(nop) ADD file:d804511757411e79b6c0386103538245cf9968ea1ba311c66c59a9cd5bc39ea7 in /root/buildinfo/Dockerfile-ubi8-minimal-8.9-1161 
                        
# 2024-03-27 10:22:34  0.00B 
/bin/sh -c #(nop) ADD file:1118ec7f864d2e2c1b6c66eabed90396af13f230921e05643064fb7390bcc479 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.9-1161.json 
                        
# 2024-03-27 10:22:34  0.00B 
/bin/sh -c #(nop) LABEL release=1161
                        
# 2024-03-27 10:22:34  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2024-03-27 10:22:33  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-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2024-03-27 10:22:33  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-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.9"
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) ADD multi:8d9f0a1a40be53261a5af974e166478a8bff2424b1408baed1f59ea95b0e5a35 in /etc/yum.repos.d/ 
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c #(nop) ADD file:5b1f650e1376d79fa3a65df4a154ea5166def95154b52c1c1097dfd8fc7d58eb in /tmp/tls-ca-bundle.pem 
                        
# 2024-03-27 10:22:33  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2024-03-27 10:22:32  0.00B 
/bin/sh -c #(nop) ADD file:95eb79941a03d83910cc9acb8e3e38d22b90990089e0cb77bcaed3a5dd8644cd in / 
                        
                    

镜像信息

{
    "Id": "sha256:7b427b7d5baea2cc3a9d2451d33fc78f1a7a645a26c08753de9c7e97fed998be",
    "RepoTags": [
        "confluentinc/cp-zookeeper:7.6.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper:7.6.1"
    ],
    "RepoDigests": [
        "confluentinc/cp-zookeeper@sha256:4dc780642bfc5ec3a2d4901e2ff1f9ddef7f7c5c0b793e1e2911cbfb4e3a3214",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-zookeeper@sha256:cba8342b1914ff7954e7c4d58f410c0bcb4b9574a605133c3c43cfa840e6b387"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2024-04-03T11:34:39.029866528Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "23.0.1",
    "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:ae10bb40709b53795db4fa75034239b2c0038bb3f9d43d1e84b3869109282e7d",
        "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-03-27T02:10:48",
            "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": "2",
            "io.confluent.docker.git.id": "e15392e3c",
            "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.6.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.9-1161",
            "vcs-ref": "7e7670a8c8c9a3be83beaa2787f3703b404d4a1d",
            "vcs-type": "git",
            "vendor": "Confluent",
            "version": "e15392e3c"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 801922759,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4075ed8b7a427219840992c3f633baf08c2a9d1dd3b4e726dfaf8a2021fae11f/diff:/var/lib/docker/overlay2/93de05f165baa87338247625f1d7989058bf79a53f075f4145bf6e87867501af/diff:/var/lib/docker/overlay2/08b0cee35a537fc61088988c4ea09ca7058990279816a3c6cb5ae476b30f3052/diff:/var/lib/docker/overlay2/4e7490f212f51b880f19d7a7366c9a1f64a1fbfef166abd61113b34e51f02008/diff:/var/lib/docker/overlay2/73ddd27905f2fd9284b0d9f85a220c974b83cdbcf0b1b863feb65d017f1f1ff8/diff:/var/lib/docker/overlay2/e3024df6cac2c30b829d17be206362c7692314cbc366bcc51eccb284135bf2a1/diff:/var/lib/docker/overlay2/804159a486623d556b17c6227a85be1fe49500ad3092ceb97e4f8f8b58394b93/diff:/var/lib/docker/overlay2/b4454d7d62446ca08dd496c02011a4da221595a6101963bd42f8b07c931b11aa/diff:/var/lib/docker/overlay2/d0fb1a6c34013d55fff6ffb906726bea8e6af0f6df869c2564f95548bfe44837/diff:/var/lib/docker/overlay2/3234a50ec659e9a998fde2ce729c45f40110aee84d2d288d5fd64f4b66b57425/diff",
            "MergedDir": "/var/lib/docker/overlay2/8cd5c736c309b6968be53aacd67f6025f7c7925ad58b46438538e5339bcad6b1/merged",
            "UpperDir": "/var/lib/docker/overlay2/8cd5c736c309b6968be53aacd67f6025f7c7925ad58b46438538e5339bcad6b1/diff",
            "WorkDir": "/var/lib/docker/overlay2/8cd5c736c309b6968be53aacd67f6025f7c7925ad58b46438538e5339bcad6b1/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:932e25b7e78c2e8cc5c190c7c0b88707f09b9864f107775b1b0ddfdebb097588",
            "sha256:4458ce3ae94ef9d835d3e9c320c67cfb1b2fe6314efad74589c45f0d4d191545",
            "sha256:403fec177f76df25287ede2fe29829a8b1f757694d35236f337ff18210d67146",
            "sha256:0146893c08522556c059c7ea20269ad92564423f59363ba510337de48eb672eb",
            "sha256:d53b79b757e83ebb6a0d747c6adfed68abd024ba483eb82899b010898938d71f",
            "sha256:1c5b738bead0e993bcc6bc848e0fb76e2f977a034fafc5d2e77ddbc63061aeed",
            "sha256:189442510960055ecaf2cb8b4739ba5eacf8258591b104b534d2889dedd4be7d",
            "sha256:e31428e86dd2f621f230e023a4b4ff7ed1c86eab0c4a615315f0b208968410da",
            "sha256:79d847bdde1e899537938d57851cabe3d3aab3efe85bbb61c2af62711e325417",
            "sha256:316f646f643dab942671b76c9a8383513aee553d3c4b0019b4930acc5152b3fd",
            "sha256:a2cd69c321ca867c90849c12f8a36d9734d5d3ae98fcaf2661960c7e58a2efa2"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-07T17:25:05.386422486+08:00"
    }
}

更多版本

docker.io/confluentinc/cp-zookeeper:7.4.0

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

docker.io/confluentinc/cp-zookeeper:5.5.0

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

docker.io/confluentinc/cp-zookeeper:5.2.0

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

docker.io/confluentinc/cp-zookeeper:5.2.2

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

docker.io/confluentinc/cp-zookeeper:7.9.1

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

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

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

docker.io/confluentinc/cp-zookeeper:5.5.7

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

docker.io/confluentinc/cp-zookeeper:7.9.1

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

docker.io/confluentinc/cp-zookeeper:7.3.0

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

docker.io/confluentinc/cp-zookeeper:7.9.0

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

docker.io/confluentinc/cp-zookeeper:7.7.0

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

docker.io/confluentinc/cp-zookeeper:7.5.0

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

docker.io/confluentinc/cp-zookeeper:5.2.1

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

docker.io/confluentinc/cp-zookeeper:7.6.1

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