广告图片

docker.io/confluentinc/cp-kafka:7.2.0 linux/amd64

docker.io/confluentinc/cp-kafka:7.2.0 - 国内下载镜像源 浏览次数:9
Confluent's Apache Kafka是一款开源流处理平台,用于构建分布式大数据处理应用程序。该镜像提供了Kafka核心组件的容器化实现,支持生产、消费和管理Kafka主题、分区和offsets等操作。
源镜像 docker.io/confluentinc/cp-kafka:7.2.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka:7.2.0
镜像ID sha256:abacfdc43bcc585e69177b83811527f2f3208ccc415e386b5df579ce94da46c3
镜像TAG 7.2.0
大小 781.80MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /etc/confluent/docker/run
启动入口
工作目录 /home/appuser
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2022-07-05T10:12:47.307591808Z
同步时间 2026-04-15 10:28
开放端口
9092/tcp
目录挂载
/etc/kafka/secrets /var/lib/kafka/data
环境变量
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/*" KAFKA_ZOOKEEPER_CONNECT= KAFKA_ADVERTISED_LISTENERS= COMPONENT=kafka
镜像标签
x86_64: architecture 2022-06-17T04:19:16.231674: build-date cpt-1001.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 Common base image for Confluent's Docker images.: description public: distribution-scope true: io.confluent.docker 2: io.confluent.docker.build.number 83305f9e: 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-kafka: name 7.2.0: release Confluent platform Kafka.: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.6-854: url 50293e4ba66ca2194d8ee5a149a665cb9a375c71: vcs-ref git: vcs-type Confluent: vendor 83305f9e: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2022-07-05 18:12:47  0.00B 
/bin/sh -c #(nop)  CMD ["/etc/confluent/docker/run"]
                        
# 2022-07-05 18:12:47  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2022-07-05 18:12:46  10.67KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuserdir:8f4dcc46576ac72ec9511d68f3f1433d21943c037c3670b5c8c86666436b4970 in /etc/confluent/docker 
                        
# 2022-07-05 18:12:46  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/kafka/data /etc/kafka/secrets]
                        
# 2022-07-05 18:12:46  123.63MB 
|6 ARTIFACT_ID=cp-kafka BUILD_NUMBER=2 CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages.s3.us-west-2.amazonaws.com/rpm/7.2 CONFLUENT_VERSION=7.2.0 GIT_COMMIT=83305f9e PROJECT_VERSION=7.2.0 /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 /etc/${COMPONENT}/secrets     && chown appuser:root -R /etc/kafka /var/log/kafka /var/log/confluent /var/lib/kafka /var/lib/zookeeper /etc/${COMPONENT}/secrets /var/lib/${COMPONENT} /etc/${COMPONENT}     && chmod -R ug+w /etc/kafka /var/log/kafka /var/log/confluent /var/lib/kafka /var/lib/zookeeper /var/lib/${COMPONENT} /etc/${COMPONENT}/secrets /etc/${COMPONENT}
                        
# 2022-07-05 18:12:36  0.00B 
/bin/sh -c #(nop)  USER root
                        
# 2022-07-05 18:12:35  0.00B 
/bin/sh -c #(nop)  EXPOSE 9092
                        
# 2022-07-05 18:12:35  0.00B 
/bin/sh -c #(nop)  ENV COMPONENT=kafka
                        
# 2022-07-05 18:12:35  0.00B 
/bin/sh -c #(nop)  ENV KAFKA_ADVERTISED_LISTENERS=
                        
# 2022-07-05 18:12:34  0.00B 
/bin/sh -c #(nop)  ARG KAFKA_ADVERTISED_LISTENERS
                        
# 2022-07-05 18:12:34  0.00B 
/bin/sh -c #(nop)  ENV KAFKA_ZOOKEEPER_CONNECT=
                        
# 2022-07-05 18:12:34  0.00B 
/bin/sh -c #(nop)  ARG KAFKA_ZOOKEEPER_CONNECT
                        
# 2022-07-05 18:12:34  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PLATFORM_LABEL
                        
# 2022-07-05 18:12:34  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PACKAGES_REPO
                        
# 2022-07-05 18:12:33  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_VERSION
                        
# 2022-07-05 18:12:33  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/kafka-images
                        
# 2022-07-05 18:12:33  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=2
                        
# 2022-07-05 18:12:33  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2022-07-05 18:12:33  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=83305f9e
                        
# 2022-07-05 18:12:32  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2022-07-05 18:12:32  0.00B 
/bin/sh -c #(nop)  LABEL summary=Confluent platform Kafka.
                        
# 2022-07-05 18:12:32  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-kafka
                        
# 2022-07-05 18:10:35  0.00B 
/bin/sh -c #(nop)  LABEL release=7.2.0
                        
# 2022-07-05 18:10:35  0.00B 
/bin/sh -c #(nop)  LABEL version=83305f9e
                        
# 2022-07-05 18:10:35  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2022-07-05 18:10:35  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=partner-support@confluent.io
                        
# 2022-07-05 18:10:35  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2022-07-05 18:10:34  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2022-07-05 18:10:34  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2022-07-05 18:00:52  0.00B 
/bin/sh -c #(nop) WORKDIR /home/appuser
                        
# 2022-07-05 18:00:51  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2022-07-05 18:00:51  30.00B 
/bin/sh -c #(nop) COPY file:5dcc52d37b3da1ad039174791ef9704f68b5e5e9b21d5f967fdf5d39632107ce in /licenses 
                        
# 2022-07-05 18:00:51  0.00B 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=2 CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages.s3.us-west-2.amazonaws.com/rpm/7.2 GIT_COMMIT=5760d1a3 GLIBC_VERSION=-2.28-189.5.el8_6 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-9.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.2.0 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.52 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.52 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 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-11.0.15-1 /bin/sh -c mkdir /licenses
                        
# 2022-07-05 18:00:50  1.90KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuserdir:724b15c36b797f212785d0e50b88b1c06e71499554701e783a20eeecf0160be4 in /etc/confluent/docker 
                        
# 2022-07-05 18:00:49  37.59MB 
/bin/sh -c #(nop) ADD --chown=appuser:appusermulti:ff2aa5e5c053df5f8520ffc0ba8d977286392f257b145c901b7a07c002641e49 in /usr/share/java/cp-base-new/ 
                        
# 2022-07-05 18:00:45  207.19KB 
/bin/sh -c #(nop) ADD --chown=appuser:appuserdir:aeb657d6e179594c016bba1122510d2d7b5c5a312e8409574161b7533db37db3 in /usr/share/doc/cp-base-new/ 
                        
# 2022-07-05 18:00:44  10.59MB 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=2 CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages.s3.us-west-2.amazonaws.com/rpm/7.2 GIT_COMMIT=5760d1a3 GLIBC_VERSION=-2.28-189.5.el8_6 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-9.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.2.0 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.52 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.52 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 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-11.0.15-1 /bin/sh -c yum check-update || "${SKIP_SECURITY_UPDATE_CHECK}"
                        
# 2022-07-05 18:00:41  0.00B 
/bin/sh -c #(nop)  ARG SKIP_SECURITY_UPDATE_CHECK=false
                        
# 2022-07-05 18:00:39  516.39MB 
|21 ARTIFACT_ID=cp-base-new BUILD_NUMBER=2 CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages.s3.us-west-2.amazonaws.com/rpm/7.2 GIT_COMMIT=5760d1a3 GLIBC_VERSION=-2.28-189.5.el8_6 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-9.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.2.0 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.52 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.52 PYTHON_PIP_VERSION===21.* PYTHON_SETUPTOOLS_VERSION===54.* TAR_VERSION=-1.30-5.el8 WGET_VERSION=-1.19.5-10.el8 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-11.0.15-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}"         "xz-libs${XZ_LIBS_VERSION}"         "glibc${GLIBC_VERSION}"         "glibc-common${GLIBC_VERSION}"         "glibc-minimal-langpack${GLIBC_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-07-05 17:59:46  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.52
                        
# 2022-07-05 17:59:46  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=master
                        
# 2022-07-05 17:59:46  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_SETUPTOOLS_VERSION=
                        
# 2022-07-05 17:59:46  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_PIP_VERSION=
                        
# 2022-07-05 17:59:45  0.00B 
/bin/sh -c #(nop)  ARG ZULU_OPENJDK_VERSION=
                        
# 2022-07-05 17:59:45  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PACKAGES_REPO
                        
# 2022-07-05 17:59:45  0.00B 
/bin/sh -c #(nop)  ARG GLIBC_VERSION=
                        
# 2022-07-05 17:59:45  0.00B 
/bin/sh -c #(nop)  ARG XZ_LIBS_VERSION=
                        
# 2022-07-05 17:59:44  0.00B 
/bin/sh -c #(nop)  ARG HOSTNAME_VERSION=
                        
# 2022-07-05 17:59:44  0.00B 
/bin/sh -c #(nop)  ARG IPUTILS_VERSION=
                        
# 2022-07-05 17:59:44  0.00B 
/bin/sh -c #(nop)  ARG KRB5_WORKSTATION_VERSION=
                        
# 2022-07-05 17:59:44  0.00B 
/bin/sh -c #(nop)  ARG PROCPS_VERSION=
                        
# 2022-07-05 17:59:44  0.00B 
/bin/sh -c #(nop)  ARG TAR_VERSION=
                        
# 2022-07-05 17:59:43  0.00B 
/bin/sh -c #(nop)  ARG PYTHON36_VERSION=
                        
# 2022-07-05 17:59:43  0.00B 
/bin/sh -c #(nop)  ARG NETCAT_VERSION=
                        
# 2022-07-05 17:59:43  0.00B 
/bin/sh -c #(nop)  ARG WGET_VERSION=
                        
# 2022-07-05 17:59:43  0.00B 
/bin/sh -c #(nop)  ARG OPENSSL_VERSION=
                        
# 2022-07-05 17:59:43  0.00B 
/bin/sh -c #(nop)  ENV CUB_CLASSPATH="/usr/share/java/cp-base-new/*"
                        
# 2022-07-05 17:59:42  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2022-07-05 17:59:42  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2022-07-05 17:59:42  0.00B 
/bin/sh -c #(nop)  LABEL description=Common base image for Confluent's Docker images.
                        
# 2022-07-05 17:59:42  0.00B 
/bin/sh -c #(nop)  LABEL summary=Common base image for Confluent's Docker images.
                        
# 2022-07-05 17:59:42  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-base-new
                        
# 2022-07-05 17:59:41  0.00B 
/bin/sh -c #(nop)  LABEL release=7.2.0
                        
# 2022-07-05 17:59:41  0.00B 
/bin/sh -c #(nop)  LABEL version=5760d1a3
                        
# 2022-07-05 17:59:41  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2022-07-05 17:59:41  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=tools@confluent.io
                        
# 2022-07-05 17:59:41  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=2
                        
# 2022-07-05 17:59:40  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2022-07-05 17:59:40  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=5760d1a3
                        
# 2022-07-05 17:59:40  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2022-07-05 17:59:40  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/common-docker
                        
# 2022-07-05 17:59:39  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2022-07-05 17:59:38  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2022-06-17 12:19:30  4.65KB 

                        
# 2022-06-17 12:19:22  93.38MB 

                        
                    

镜像信息

{
    "Id": "sha256:abacfdc43bcc585e69177b83811527f2f3208ccc415e386b5df579ce94da46c3",
    "RepoTags": [
        "confluentinc/cp-kafka:7.2.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka:7.2.0"
    ],
    "RepoDigests": [
        "confluentinc/cp-kafka@sha256:0a049a17d4f9f925804882d6eef9950fcb80ee84a853d6d5b1d624d7a739167b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka@sha256:6a9da0b9cbba850cf95b58b6d958518b3b5fbe788c262c7a1763acf7faf2af79"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-07-05T10:12:47.307591808Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "18.09.7",
    "Author": "",
    "Config": {
        "Hostname": "805b1da3b398",
        "Domainname": "",
        "User": "appuser",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9092/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/*\"",
            "KAFKA_ZOOKEEPER_CONNECT=",
            "KAFKA_ADVERTISED_LISTENERS=",
            "COMPONENT=kafka"
        ],
        "Cmd": [
            "/etc/confluent/docker/run"
        ],
        "ArgsEscaped": true,
        "Image": "sha256:5dad4fa3c1cf157f1806784f300957e8c37a0b727b94c16078bc51111669efea",
        "Volumes": {
            "/etc/kafka/secrets": {},
            "/var/lib/kafka/data": {}
        },
        "WorkingDir": "/home/appuser",
        "Entrypoint": null,
        "OnBuild": [],
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2022-06-17T04:19:16.231674",
            "com.redhat.build-host": "cpt-1001.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": "Common base image for Confluent's Docker images.",
            "distribution-scope": "public",
            "io.confluent.docker": "true",
            "io.confluent.docker.build.number": "2",
            "io.confluent.docker.git.id": "83305f9e",
            "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-kafka",
            "release": "7.2.0",
            "summary": "Confluent platform Kafka.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.6-854",
            "vcs-ref": "50293e4ba66ca2194d8ee5a149a665cb9a375c71",
            "vcs-type": "git",
            "vendor": "Confluent",
            "version": "83305f9e"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 781803234,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ab522333fb848f53cb4365292c2ab7291131f50aa8905c9483c8165cad48ba4b/diff:/var/lib/docker/overlay2/411a92d649c7b49f4a63d342b43eefd177f81b8ab0d31eb0eb213543db80d70e/diff:/var/lib/docker/overlay2/3fd582bc6134cfd9d693f1081c26ebb93e07004eab585b066633cda610030519/diff:/var/lib/docker/overlay2/e80bf38c1fdf650dee08fe679340b6a0ba1d772ced1eae147a8f77768634a51a/diff:/var/lib/docker/overlay2/c47814b430f693cd714591db7632cd9f7373b229ec08a74a1df913b866e95cf3/diff:/var/lib/docker/overlay2/8fc296413393dacddb946aeea45b3ed3950ef21b6d48a6549d6caf885b8f7807/diff:/var/lib/docker/overlay2/46b3a115104b71d13a6b84e2a4ffb6990a4159e99ab6201d059eba0e2c9a6687/diff:/var/lib/docker/overlay2/644c96821b096abae1fdcdaa6ac10f8541f51156b55827860d20a0d7b0c38a8e/diff:/var/lib/docker/overlay2/75f968f38e41c835d4a706b7d9bb707dd3ec0d1eb67d157191163c21e013c806/diff:/var/lib/docker/overlay2/fa802fa56b3be9d769f9f3bc3d5bed990ed4c2e86a73b5b450d4fe9619857266/diff",
            "MergedDir": "/var/lib/docker/overlay2/55ade91bd8d743819e076ee54bc99491bfc4b3f7f74c4e179614e3cac7fb0b83/merged",
            "UpperDir": "/var/lib/docker/overlay2/55ade91bd8d743819e076ee54bc99491bfc4b3f7f74c4e179614e3cac7fb0b83/diff",
            "WorkDir": "/var/lib/docker/overlay2/55ade91bd8d743819e076ee54bc99491bfc4b3f7f74c4e179614e3cac7fb0b83/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:647a854c512bad44709221b6b0973e884f29bcb5a380ee32e95bfb0189b620e6",
            "sha256:8e0e04b5c700a86f4a112f41e7e767a9d7c539fe3391611313bf76edb07eeab1",
            "sha256:218b86c3854a020bb0c4d382975517325f1352a44a78fe9936156f03ec4c7b94",
            "sha256:e4781fc6c09108562f1234dac7b981b96727379e686f976fbf71c44181e26d9e",
            "sha256:18f2c8b3746eec816134bc49df50e8aadc9726f552fd66cd1d20b9d9f9129fe5",
            "sha256:75d53920e6fff39c1244bf4ea023512872cc4aa1befd8bd1364b7162964bc47c",
            "sha256:d7a5a995f4db69118677cedaf0bee0883ea19d69e92c8593e8d120e8f63a36bf",
            "sha256:0f209df0af131f71611f087117b79b77cd85e2ba8a8fd47113e289bdf7094589",
            "sha256:7236347502d03cfa4d85c89c58aa02de8e7d739a665834251f3fbe6ee867fff9",
            "sha256:0bb685946231d8cf66caac8b215b72c657229c80b87da3189ae8ce721d0e5b49",
            "sha256:3fe69cdfb5110c44765db9e05454d0ce0d80f86c2928d6400cd70f5368ef75c4"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-15T10:27:33.37703633+08:00"
    }
}

更多版本

docker.io/confluentinc/cp-kafka:7.6.1

linux/amd64 docker.io801.87MB2024-07-15 10:49
4051

docker.io/confluentinc/cp-kafka-rest:7.6.1

linux/amd64 docker.io1.85GB2024-07-15 11:12
664

docker.io/confluentinc/cp-kafka:7.4.0

linux/amd64 docker.io844.58MB2024-08-18 11:35
2695

docker.io/confluentinc/cp-kafka:5.5.0

linux/amd64 docker.io597.77MB2024-10-21 17:35
593

docker.io/confluentinc/cp-kafka:7.5.0

linux/amd64 docker.io849.32MB2024-11-29 11:26
1690

docker.io/confluentinc/cp-kafka:5.2.0

linux/amd64 docker.io568.51MB2025-04-15 15:06
307

docker.io/confluentinc/cp-kafka:5.2.2

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

docker.io/confluentinc/cp-kafka:7.0.1

linux/amd64 docker.io779.71MB2025-04-23 15:03
698

docker.io/confluentinc/cp-kafka-rest:7.9.1

linux/amd64 docker.io2.47GB2025-05-30 13:32
490

docker.io/confluentinc/cp-kafka:7.9.1

linux/amd64 docker.io1.11GB2025-05-30 13:35
569

docker.io/confluentinc/cp-kafka:8.0.0

linux/amd64 docker.io964.13MB2025-08-27 10:56
496

docker.io/confluentinc/cp-kafka:7.9.1

linux/arm64 docker.io1.14GB2025-09-08 19:31
315

docker.io/confluentinc/cp-kafka-rest:7.7.4

linux/amd64 docker.io2.14GB2025-09-12 11:57
342

docker.io/confluentinc/cp-kafka-rest:8.0.0

linux/amd64 docker.io1.79GB2025-09-12 12:03
352

docker.io/confluentinc/cp-kafka:7.3.0

linux/amd64 docker.io827.92MB2025-10-15 15:18
311

docker.io/confluentinc/cp-kafka:7.9.0

linux/amd64 docker.io1.10GB2025-10-27 20:27
246

docker.io/confluentinc/cp-kafka:7.6.6

linux/amd64 docker.io783.38MB2025-12-02 15:56
219

docker.io/confluentinc/cp-kafka:7.7.0

linux/amd64 docker.io823.91MB2025-12-02 21:49
213

docker.io/confluentinc/cp-kafka:5.0.1

linux/amd64 docker.io557.41MB2025-12-09 18:49
168

docker.io/confluentinc/cp-kafka:5.2.1

linux/amd64 docker.io568.51MB2025-12-23 23:14
171

docker.io/confluentinc/cp-kafka:7.9.2

linux/amd64 docker.io1.08GB2026-01-27 10:11
185

docker.io/confluentinc/cp-kafka-connect:7.7.8

linux/amd64 docker.io1.74GB2026-04-01 18:44
75

docker.io/confluentinc/cp-kafka-connect:7.4.0

linux/amd64 docker.io1.60GB2026-04-08 11:10
44

docker.io/confluentinc/cp-kafka:7.2.0

linux/amd64 docker.io781.80MB2026-04-15 10:28
8