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

docker.io/confluentinc/cp-kafka:7.6.6 - 国内下载镜像源 浏览次数:9
Confluent's Apache Kafka是一款开源流处理平台,用于构建分布式大数据处理应用程序。该镜像提供了Kafka核心组件的容器化实现,支持生产、消费和管理Kafka主题、分区和offsets等操作。
源镜像 docker.io/confluentinc/cp-kafka:7.6.6
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka:7.6.6
镜像ID sha256:bb2434b5173dd68b1250d46fccc2f892d047d27240803033cd34e47bfa5f5087
镜像TAG 7.6.6
大小 783.38MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /etc/confluent/docker/run
启动入口
工作目录 /home/appuser
OS/平台 linux/amd64
浏览量 9 次
贡献者 zz*****4@163.com
镜像创建 2025-06-04T10:14:49.673112121Z
同步时间 2025-12-02 15:56
更新时间 2025-12-02 19:01
开放端口
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= CLUSTER_ID= COMPONENT=kafka
镜像标签
x86_64: architecture 2025-04-16T09:03:23: 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 Common base image for Confluent's Docker images.: description public: distribution-scope 1.33.12: io.buildah.version true: io.confluent.docker 5274c32a: io.confluent.docker.build.number 986a0c5: 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.6.6-64: release Confluent platform Kafka.: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-1255: url 4f8da2b64a13f2a264bd802d8909bf803211fb20: vcs-ref git: vcs-type Confluent: vendor 986a0c5: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-06-04 18:14:49  0.00B 
/bin/sh -c #(nop)  CMD ["/etc/confluent/docker/run"]
                        
# 2025-06-04 18:14:49  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2025-06-04 18:14:49  12.11KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:3dcecaadce96d3065c81bf81cf1972eb3689972f491b221f058910d68f4e5ea0 in /etc/confluent/docker 
                        
# 2025-06-04 18:14:49  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/kafka/data /etc/kafka/secrets]
                        
# 2025-06-04 18:14:49  135.66MB 
|6 ARTIFACT_ID=cp-kafka BUILD_NUMBER=5274c32a CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages-654654529379-us-west-2.s3.us-west-2.amazonaws.com/rpm/7.6 CONFLUENT_VERSION=7.6.6 GIT_COMMIT=986a0c5 PROJECT_VERSION=7.6.6-64 /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}
                        
# 2025-06-04 18:14:40  0.00B 
/bin/sh -c #(nop)  USER root
                        
# 2025-06-04 18:14:40  0.00B 
/bin/sh -c #(nop)  EXPOSE 9092
                        
# 2025-06-04 18:14:40  0.00B 
/bin/sh -c #(nop)  ENV COMPONENT=kafka
                        
# 2025-06-04 18:14:40  0.00B 
/bin/sh -c #(nop)  ENV CLUSTER_ID=
                        
# 2025-06-04 18:14:40  0.00B 
/bin/sh -c #(nop)  ARG CLUSTER_ID
                        
# 2025-06-04 18:14:40  0.00B 
/bin/sh -c #(nop)  ENV KAFKA_ADVERTISED_LISTENERS=
                        
# 2025-06-04 18:14:40  0.00B 
/bin/sh -c #(nop)  ARG KAFKA_ADVERTISED_LISTENERS
                        
# 2025-06-04 18:14:40  0.00B 
/bin/sh -c #(nop)  ENV KAFKA_ZOOKEEPER_CONNECT=
                        
# 2025-06-04 18:14:40  0.00B 
/bin/sh -c #(nop)  ARG KAFKA_ZOOKEEPER_CONNECT
                        
# 2025-06-04 18:14:40  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PLATFORM_LABEL
                        
# 2025-06-04 18:14:39  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PACKAGES_REPO
                        
# 2025-06-04 18:14:39  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_VERSION
                        
# 2025-06-04 18:14:39  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/kafka-images
                        
# 2025-06-04 18:14:39  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=5274c32a
                        
# 2025-06-04 18:14:39  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2025-06-04 18:14:39  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=986a0c5
                        
# 2025-06-04 18:14:39  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2025-06-04 18:14:39  0.00B 
/bin/sh -c #(nop)  LABEL summary=Confluent platform Kafka.
                        
# 2025-06-04 18:14:39  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-kafka
                        
# 2025-06-04 18:13:00  0.00B 
/bin/sh -c #(nop)  LABEL release=7.6.6-64
                        
# 2025-06-04 18:13:00  0.00B 
/bin/sh -c #(nop)  LABEL version=986a0c5
                        
# 2025-06-04 18:13:00  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2025-06-04 18:13:00  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=partner-support@confluent.io
                        
# 2025-06-04 18:12:59  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2025-06-04 18:12:59  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2025-06-04 18:12:59  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2025-06-04 17:53:22  0.00B 
/bin/sh -c #(nop) WORKDIR /home/appuser
                        
# 2025-06-04 17:53:22  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2025-06-04 17:53:22  30.00B 
/bin/sh -c #(nop) COPY file:5dcc52d37b3da1ad039174791ef9704f68b5e5e9b21d5f967fdf5d39632107ce in /licenses 
                        
# 2025-06-04 17:53:22  0.00B 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=9b3f44a9 CURL_VERSION=-7.61.1-34.el8_10.3 GIT_COMMIT=e96e6b4 GLIBC_VERSION=-2.28-251.el8_10.16 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-32.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1:1.1.1k-14.el8_6 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.6.6-64 PYTHON39_VERSION=-3.9.20-1.module+el8.10.0+22342+478c159e PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.160 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.160 PYTHON_PIP_VERSION=-20.* PYTHON_SETUPTOOLS_VERSION===71.1.0 SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.30-9.el8 WGET_VERSION=-1.19.5-12.el8_10 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-11.0.27-1 /bin/sh -c mkdir /licenses
                        
# 2025-06-04 17:53:22  1.31KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:f980181285d9b4e329845c58c9ea727dabbc3d0931854cd78028c0ed7e4b6d43 in /etc/cp-base-new 
                        
# 2025-06-04 17:53:22  1.90KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:724b15c36b797f212785d0e50b88b1c06e71499554701e783a20eeecf0160be4 in /etc/confluent/docker 
                        
# 2025-06-04 17:53:22  42.38MB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser multi:413f9fae3c6f2e394fcaa88bd9753b9e34207c13c2c155c69d43c607a1b148b4 in /usr/share/java/cp-base-new/ 
                        
# 2025-06-04 17:53:21  354.97KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:97c156bfd27d92b90ed3e104905983376774311190d6039ceb270290fa75280a in /usr/share/doc/cp-base-new/ 
                        
# 2025-06-04 17:53:21  11.38MB 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=9b3f44a9 CURL_VERSION=-7.61.1-34.el8_10.3 GIT_COMMIT=e96e6b4 GLIBC_VERSION=-2.28-251.el8_10.16 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-32.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1:1.1.1k-14.el8_6 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.6.6-64 PYTHON39_VERSION=-3.9.20-1.module+el8.10.0+22342+478c159e PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.160 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.160 PYTHON_PIP_VERSION=-20.* PYTHON_SETUPTOOLS_VERSION===71.1.0 SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.30-9.el8 WGET_VERSION=-1.19.5-12.el8_10 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-11.0.27-1 /bin/sh -c yum --disablerepo="zulu-openjdk" check-update || "${SKIP_SECURITY_UPDATE_CHECK}"
                        
# 2025-06-04 17:53:19  0.00B 
/bin/sh -c #(nop)  ARG SKIP_SECURITY_UPDATE_CHECK=false
                        
# 2025-06-04 17:53:16  500.75MB 
|21 ARTIFACT_ID=cp-base-new BUILD_NUMBER=9b3f44a9 CURL_VERSION=-7.61.1-34.el8_10.3 GIT_COMMIT=e96e6b4 GLIBC_VERSION=-2.28-251.el8_10.16 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-32.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1:1.1.1k-14.el8_6 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.6.6-64 PYTHON39_VERSION=-3.9.20-1.module+el8.10.0+22342+478c159e PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.160 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.160 PYTHON_PIP_VERSION=-20.* PYTHON_SETUPTOOLS_VERSION===71.1.0 TAR_VERSION=-1.30-9.el8 WGET_VERSION=-1.19.5-12.el8_10 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-11.0.27-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
                        
# 2025-06-04 17:52:31  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.160
                        
# 2025-06-04 17:52:30  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=master
                        
# 2025-06-04 17:52:30  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_SETUPTOOLS_VERSION=
                        
# 2025-06-04 17:52:30  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_PIP_VERSION=
                        
# 2025-06-04 17:52:30  0.00B 
/bin/sh -c #(nop)  ARG ZULU_OPENJDK_VERSION=
                        
# 2025-06-04 17:52:30  0.00B 
/bin/sh -c #(nop)  ARG CURL_VERSION=
                        
# 2025-06-04 17:52:30  0.00B 
/bin/sh -c #(nop)  ARG GLIBC_VERSION=
                        
# 2025-06-04 17:52:30  0.00B 
/bin/sh -c #(nop)  ARG XZ_LIBS_VERSION=
                        
# 2025-06-04 17:52:30  0.00B 
/bin/sh -c #(nop)  ARG HOSTNAME_VERSION=
                        
# 2025-06-04 17:52:30  0.00B 
/bin/sh -c #(nop)  ARG IPUTILS_VERSION=
                        
# 2025-06-04 17:52:30  0.00B 
/bin/sh -c #(nop)  ARG KRB5_WORKSTATION_VERSION=
                        
# 2025-06-04 17:52:30  0.00B 
/bin/sh -c #(nop)  ARG PROCPS_VERSION=
                        
# 2025-06-04 17:52:29  0.00B 
/bin/sh -c #(nop)  ARG TAR_VERSION=
                        
# 2025-06-04 17:52:29  0.00B 
/bin/sh -c #(nop)  ARG PYTHON39_VERSION=
                        
# 2025-06-04 17:52:29  0.00B 
/bin/sh -c #(nop)  ARG NETCAT_VERSION=
                        
# 2025-06-04 17:52:29  0.00B 
/bin/sh -c #(nop)  ARG WGET_VERSION=
                        
# 2025-06-04 17:52:29  0.00B 
/bin/sh -c #(nop)  ARG OPENSSL_VERSION=
                        
# 2025-06-04 17:52:29  0.00B 
/bin/sh -c #(nop)  ENV CUB_CLASSPATH="/usr/share/java/cp-base-new/*"
                        
# 2025-06-04 17:52:29  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2025-06-04 17:52:29  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2025-06-04 17:52:29  0.00B 
/bin/sh -c #(nop)  LABEL description=Common base image for Confluent's Docker images.
                        
# 2025-06-04 17:52:29  0.00B 
/bin/sh -c #(nop)  LABEL summary=Common base image for Confluent's Docker images.
                        
# 2025-06-04 17:52:29  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-base-new
                        
# 2025-06-04 17:52:29  0.00B 
/bin/sh -c #(nop)  LABEL release=7.6.6-64
                        
# 2025-06-04 17:52:28  0.00B 
/bin/sh -c #(nop)  LABEL version=e96e6b4
                        
# 2025-06-04 17:52:28  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2025-06-04 17:52:28  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=tools@confluent.io
                        
# 2025-06-04 17:52:28  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=9b3f44a9
                        
# 2025-06-04 17:52:28  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2025-06-04 17:52:28  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=e96e6b4
                        
# 2025-06-04 17:52:28  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2025-06-04 17:52:28  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/common-docker
                        
# 2025-06-04 17:52:28  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2025-06-04 17:52:28  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2025-04-16 17:23:06  92.84MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2025-04-16 17:23:05  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2025-04-16 17:23:04  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-ba3f3.repo' '/etc/yum.repos.d/repo-c6679.repo'
                        
# 2025-04-16 17:23:04  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2025-04-16T09:03:23" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="4f8da2b64a13f2a264bd802d8909bf803211fb20" "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-1255"
                        
# 2025-04-16 17:23:04  0.00B 
/bin/sh -c #(nop) ADD file:08d959c9a01a06268e68a7aa0e56b841b94f8162f805ac0dcb5cff2c645bd152 in /root/buildinfo/Dockerfile-ubi8-minimal-8.10-1255 
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c #(nop) ADD file:5c3a4c0f156fb7be3636ca0c9632f7eb9bb6b78579df0201480bb9e9b4bac105 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.10-1255.json 
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c #(nop) LABEL release=1255
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2025-04-16 17:23:03  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."
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.10"
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2025-04-16 17:23:03  0.00B 
/bin/sh -c #(nop) ADD multi:d7c6a0863b5a33b3038eda733414ece7091372501b255c430df066f009e99c5c in /etc/yum.repos.d/ 
                        
# 2025-04-16 17:23:02  0.00B 
/bin/sh -c #(nop) ADD file:df13b6a4fdeac4626ab7cd7e99d16d30edc6e3e5441295ae7691bee26604a5b1 in /tmp/tls-ca-bundle.pem 
                        
# 2025-04-16 17:23:02  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2025-04-16 17:23:02  0.00B 
/bin/sh -c #(nop) ADD file:1ba1c97a10483a1aa59b260f54af828fa785d3aeee2ea06c4b428ac283d3ae2e in / 
                        
                    

镜像信息

{
    "Id": "sha256:bb2434b5173dd68b1250d46fccc2f892d047d27240803033cd34e47bfa5f5087",
    "RepoTags": [
        "confluentinc/cp-kafka:7.6.6",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka:7.6.6"
    ],
    "RepoDigests": [
        "confluentinc/cp-kafka@sha256:83dbca3efd2a11f0d16b1fd30ced4d91625312b5e8053c90c7441eac1f0bb34a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka@sha256:95d99af8ea066a59a62c45e7b1381362e54e3a341a0742905996bcc5d33c5994"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2025-06-04T10:14:49.673112121Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "28.1.1",
    "Author": "",
    "Config": {
        "Hostname": "",
        "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=",
            "CLUSTER_ID=",
            "COMPONENT=kafka"
        ],
        "Cmd": [
            "/etc/confluent/docker/run"
        ],
        "Image": "sha256:1248246dc3066f804ca30a083d3a61ad144e26e71dd7971cfa4a07a578f8a86d",
        "Volumes": {
            "/etc/kafka/secrets": {},
            "/var/lib/kafka/data": {}
        },
        "WorkingDir": "/home/appuser",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-04-16T09:03:23",
            "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.buildah.version": "1.33.12",
            "io.confluent.docker": "true",
            "io.confluent.docker.build.number": "5274c32a",
            "io.confluent.docker.git.id": "986a0c5",
            "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.6.6-64",
            "summary": "Confluent platform Kafka.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-1255",
            "vcs-ref": "4f8da2b64a13f2a264bd802d8909bf803211fb20",
            "vcs-type": "git",
            "vendor": "Confluent",
            "version": "986a0c5"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 783380288,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6ce393136309fd3e0ea5b5e75039edc61475f7215551c7e611405c8eaa0cc79d/diff:/var/lib/docker/overlay2/fabf25cf8dded8481f9ca507a04b4dbd05d0d27b7617c448ed65a84825199876/diff:/var/lib/docker/overlay2/26cdeedd3fdd3481c543415ddbbaeb4d382c5755351f5d774e8d9a01f1d16a99/diff:/var/lib/docker/overlay2/b9b03eadf9bb6194dba5194d9d668afc621131856d31dbd10f060dde2e718b92/diff:/var/lib/docker/overlay2/9003cbe59949465533927d892ee2a8de8ee1378390d220ce239a66e3b0309c2b/diff:/var/lib/docker/overlay2/9d25481bb84dbcbd7232be7aa5070e686a34f70b90a09c6b77fcbc68fc7d9561/diff:/var/lib/docker/overlay2/6f9fe4daf33f0522a5da5847ac2c65749bb0f247ecec0594fbb045298eca086f/diff:/var/lib/docker/overlay2/423b5e127390370b8829a5ff5720a5da8dcf070441a2843d36c7bb8a8e76f189/diff:/var/lib/docker/overlay2/98704b40b986fe5df61dc5b40489dd435d21765069719d26f67268ccfb8431ac/diff:/var/lib/docker/overlay2/14a52cf69b04ac6e98dd2a791b2e7560175e85bcddb408a1fb3dad205858bb43/diff",
            "MergedDir": "/var/lib/docker/overlay2/76d4ef7934eed990d7f2baa91647fd85a370252f7eaa9a80f6b339a35eb9a0ba/merged",
            "UpperDir": "/var/lib/docker/overlay2/76d4ef7934eed990d7f2baa91647fd85a370252f7eaa9a80f6b339a35eb9a0ba/diff",
            "WorkDir": "/var/lib/docker/overlay2/76d4ef7934eed990d7f2baa91647fd85a370252f7eaa9a80f6b339a35eb9a0ba/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:301e03e5965f3937e9327cb0a190ea9a67fdcd49229a11f51faffe3ff89802ec",
            "sha256:b8c2313e1f0b42989677ffadf155348fd857ecce93bf2e92872c18906c0906e4",
            "sha256:cca64e419f007772617c49c859c09a13bf425b1400cb6cc4603b131836880618",
            "sha256:252c5c40a745eab7b61f7b38689954625219d69d6c2f4b38e5bfe8c74c02de7f",
            "sha256:7dce86fac1729c8e488bef75474e73ebd4d7b19ed8dee85d2ddebc7c1d5e6f86",
            "sha256:9d086bd8a1a71e56d309cb0e6ec9a9f0fda5d673a9fbc051251ef7767003036a",
            "sha256:c7f317dc50d333ee8ef49af97f0b4108ecb055d4d3bbe14b68f5285b95576e1c",
            "sha256:28776ecd2101120953dc6592cd6d674d6bb5f140b3f91890b6cff59f452a5f98",
            "sha256:93737e0166f069b3fc8caf48b26c3808133bb650b1ee66245a31750f65104740",
            "sha256:45ade51b9851e2ead0cb6525928133bef232e1e5ca12d865b9bb654868401760",
            "sha256:464b588ca0bb83f25fea2903c89bd4a9835480b3d5598e7a01797d4b8c4a775f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-02T15:55:16.84827798+08:00"
    }
}

更多版本

docker.io/confluentinc/cp-kafka:7.6.1

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

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

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

docker.io/confluentinc/cp-kafka:7.4.0

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

docker.io/confluentinc/cp-kafka:5.5.0

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

docker.io/confluentinc/cp-kafka:7.5.0

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

docker.io/confluentinc/cp-kafka:5.2.0

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

docker.io/confluentinc/cp-kafka:5.2.2

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

docker.io/confluentinc/cp-kafka:7.0.1

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

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

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

docker.io/confluentinc/cp-kafka:7.9.1

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

docker.io/confluentinc/cp-kafka:8.0.0

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

docker.io/confluentinc/cp-kafka:7.9.1

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

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

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

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

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

docker.io/confluentinc/cp-kafka:7.3.0

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

docker.io/confluentinc/cp-kafka:7.9.0

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

docker.io/confluentinc/cp-kafka:7.6.6

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