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

docker.io/confluentinc/cp-kafka:8.0.0 - 国内下载镜像源 浏览次数:11
Confluent's Apache Kafka是一款开源流处理平台,用于构建分布式大数据处理应用程序。该镜像提供了Kafka核心组件的容器化实现,支持生产、消费和管理Kafka主题、分区和offsets等操作。
源镜像 docker.io/confluentinc/cp-kafka:8.0.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka:8.0.0
镜像ID sha256:e5f853d1490ce6036b298274415c46d98f5cf5ca8acf3d78bece92be4be26b7d
镜像TAG 8.0.0
大小 964.13MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /etc/confluent/docker/run
启动入口
工作目录 /home/appuser
OS/平台 linux/amd64
浏览量 11 次
贡献者 my******t@163.com
镜像创建 2025-05-30T11:20:59.038456811Z
同步时间 2025-08-27 10:56
更新时间 2025-08-27 17:12
开放端口
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/*" USE_LOG4J_2=True LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib: KAFKA_ADVERTISED_LISTENERS= CLUSTER_ID= COMPONENT=kafka
镜像标签
x86_64: architecture 2025-04-28T15:45:43: build-date ubi9-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.39.0-dev: io.buildah.version true: io.confluent.docker c67fe93b: io.confluent.docker.build.number 284bf36: 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 9 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags partner-support@confluent.io: maintainer cp-kafka: name 8.0.0-47: release Confluent platform Kafka.: summary https://www.redhat.com: url f072486a5ead2d7d882ba4af2ce72e19cce20791: vcs-ref git: vcs-type Confluent: vendor 284bf36: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-05-30 19:20:59  0.00B 
/bin/sh -c #(nop)  CMD ["/etc/confluent/docker/run"]
                        
# 2025-05-30 19:20:58  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2025-05-30 19:20:58  11.03KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:0fd97cef7a75995f7dccc0d473e2bfec32eea889ba8ef15569d0cae27fb1ed3e in /etc/confluent/docker 
                        
# 2025-05-30 19:20:58  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/kafka/data /etc/kafka/secrets]
                        
# 2025-05-30 19:20:58  158.35MB 
|6 ARTIFACT_ID=cp-kafka BUILD_NUMBER=c67fe93b CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages-654654529379-us-west-2.s3.us-west-2.amazonaws.com/rpm/8.0 CONFLUENT_VERSION=8.0.0 GIT_COMMIT=284bf36 PROJECT_VERSION=8.0.0-47 /bin/sh -c echo "===> Installing ${COMPONENT}..."     && echo "===> Adding confluent repository...${CONFLUENT_PACKAGES_REPO}"     && rpm --import ${CONFLUENT_PACKAGES_REPO}/archive.key     && printf "[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 /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/${COMPONENT} /etc/${COMPONENT}/secrets /etc/${COMPONENT}
                        
# 2025-05-30 19:20:52  0.00B 
/bin/sh -c #(nop)  USER root
                        
# 2025-05-30 19:20:52  0.00B 
/bin/sh -c #(nop)  EXPOSE 9092
                        
# 2025-05-30 19:20:52  0.00B 
/bin/sh -c #(nop)  ENV COMPONENT=kafka
                        
# 2025-05-30 19:20:52  0.00B 
/bin/sh -c #(nop)  ENV CLUSTER_ID=
                        
# 2025-05-30 19:20:51  0.00B 
/bin/sh -c #(nop)  ARG CLUSTER_ID
                        
# 2025-05-30 19:20:51  0.00B 
/bin/sh -c #(nop)  ENV KAFKA_ADVERTISED_LISTENERS=
                        
# 2025-05-30 19:20:51  0.00B 
/bin/sh -c #(nop)  ARG KAFKA_ADVERTISED_LISTENERS
                        
# 2025-05-30 19:20:51  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PLATFORM_LABEL
                        
# 2025-05-30 19:20:51  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PACKAGES_REPO
                        
# 2025-05-30 19:20:51  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_VERSION
                        
# 2025-05-30 19:20:51  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/kafka-images
                        
# 2025-05-30 19:20:51  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=c67fe93b
                        
# 2025-05-30 19:20:51  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2025-05-30 19:20:51  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=284bf36
                        
# 2025-05-30 19:20:51  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2025-05-30 19:20:50  0.00B 
/bin/sh -c #(nop)  LABEL summary=Confluent platform Kafka.
                        
# 2025-05-30 19:20:50  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-kafka
                        
# 2025-05-30 19:19:44  0.00B 
/bin/sh -c #(nop)  LABEL release=8.0.0-47
                        
# 2025-05-30 19:19:44  0.00B 
/bin/sh -c #(nop)  LABEL version=284bf36
                        
# 2025-05-30 19:19:44  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2025-05-30 19:19:44  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=partner-support@confluent.io
                        
# 2025-05-30 19:19:44  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2025-05-30 19:19:44  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2025-05-30 19:19:44  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2025-05-30 19:06:09  0.00B 
/bin/sh -c #(nop) WORKDIR /home/appuser
                        
# 2025-05-30 19:06:09  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2025-05-30 19:06:09  0.00B 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=1c3ca90e CURL_VERSION= GIT_COMMIT=db35a03 GLIBC_VERSION=-2.34-168.el9_6.14 HOSTNAME_VERSION=-3.23-6.el9 IPUTILS_VERSION=-20210202-11.el9 KRB5_WORKSTATION_VERSION=-1.21.1-6.el9 NETCAT_VERSION=-7.92-3.el9 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.17-14.el9 PROJECT_VERSION=8.0.0-63 PYTHON39_VERSION=-3.9.21-2.el9 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=-21.3.1-1.el9 PYTHON_SETUPTOOLS_VERSION===71.1.0 SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.34-7.el9 TEMURIN_JDK_VERSION=-21.0.7.0.0.6-0 WGET_VERSION=-1.21.1-8.el9_4 XZ_LIBS_VERSION=-5.2.5-8.el9_0 /bin/sh -c find / -perm /6000 -type f -exec chmod g-s {} \; || true
                        
# 2025-05-30 19:06:08  290.80KB 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=1c3ca90e CURL_VERSION= GIT_COMMIT=db35a03 GLIBC_VERSION=-2.34-168.el9_6.14 HOSTNAME_VERSION=-3.23-6.el9 IPUTILS_VERSION=-20210202-11.el9 KRB5_WORKSTATION_VERSION=-1.21.1-6.el9 NETCAT_VERSION=-7.92-3.el9 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.17-14.el9 PROJECT_VERSION=8.0.0-63 PYTHON39_VERSION=-3.9.21-2.el9 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=-21.3.1-1.el9 PYTHON_SETUPTOOLS_VERSION===71.1.0 SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.34-7.el9 TEMURIN_JDK_VERSION=-21.0.7.0.0.6-0 WGET_VERSION=-1.21.1-8.el9_4 XZ_LIBS_VERSION=-5.2.5-8.el9_0 /bin/sh -c find / -perm /6000 -type f -exec chmod a-s {} \; || true
                        
# 2025-05-30 19:06:08  30.00B 
/bin/sh -c #(nop) COPY file:5dcc52d37b3da1ad039174791ef9704f68b5e5e9b21d5f967fdf5d39632107ce in /licenses 
                        
# 2025-05-30 19:06:08  0.00B 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=1c3ca90e CURL_VERSION= GIT_COMMIT=db35a03 GLIBC_VERSION=-2.34-168.el9_6.14 HOSTNAME_VERSION=-3.23-6.el9 IPUTILS_VERSION=-20210202-11.el9 KRB5_WORKSTATION_VERSION=-1.21.1-6.el9 NETCAT_VERSION=-7.92-3.el9 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.17-14.el9 PROJECT_VERSION=8.0.0-63 PYTHON39_VERSION=-3.9.21-2.el9 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=-21.3.1-1.el9 PYTHON_SETUPTOOLS_VERSION===71.1.0 SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.34-7.el9 TEMURIN_JDK_VERSION=-21.0.7.0.0.6-0 WGET_VERSION=-1.21.1-8.el9_4 XZ_LIBS_VERSION=-5.2.5-8.el9_0 /bin/sh -c mkdir /licenses
                        
# 2025-05-30 19:06:07  336.00B 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:6d0069048bc2ed971cb8b25ca436bce840fa393f97885519070fd1e8e822a581 in /etc/cp-base-new 
                        
# 2025-05-30 19:06:07  1.90KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:724b15c36b797f212785d0e50b88b1c06e71499554701e783a20eeecf0160be4 in /etc/confluent/docker 
                        
# 2025-05-30 19:06:07  12.29KB 
/bin/sh -c #(nop) COPY file:d1854e54bfed1532c572b71742e7ecc16b8b08251fdb3138fecae3ebe5ab3386 in /usr/local/ssl/openssl-fips.cnf 
                        
# 2025-05-30 19:06:07  50.24MB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser multi:5f77b90a12f63c3a156047f7efa498101766a63bd671871210adb67a9dee4a01 in /usr/share/java/cp-base-new/ 
                        
# 2025-05-30 19:06:07  667.28KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:fb9ee73143f94bc6311a30df442db43894c4c0af0576f9eebc7c886f3b887fc3 in /usr/share/doc/cp-base-new/ 
                        
# 2025-05-30 19:06:07  7.70MB 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=1c3ca90e CURL_VERSION= GIT_COMMIT=db35a03 GLIBC_VERSION=-2.34-168.el9_6.14 HOSTNAME_VERSION=-3.23-6.el9 IPUTILS_VERSION=-20210202-11.el9 KRB5_WORKSTATION_VERSION=-1.21.1-6.el9 NETCAT_VERSION=-7.92-3.el9 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.17-14.el9 PROJECT_VERSION=8.0.0-63 PYTHON39_VERSION=-3.9.21-2.el9 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=-21.3.1-1.el9 PYTHON_SETUPTOOLS_VERSION===71.1.0 SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.34-7.el9 TEMURIN_JDK_VERSION=-21.0.7.0.0.6-0 WGET_VERSION=-1.21.1-8.el9_4 XZ_LIBS_VERSION=-5.2.5-8.el9_0 /bin/sh -c yum check-update || "${SKIP_SECURITY_UPDATE_CHECK}"
                        
# 2025-05-30 19:06:05  0.00B 
/bin/sh -c #(nop)  ARG SKIP_SECURITY_UPDATE_CHECK=false
                        
# 2025-05-30 19:06:05  2.32KB 
|21 ARTIFACT_ID=cp-base-new BUILD_NUMBER=1c3ca90e CURL_VERSION= GIT_COMMIT=db35a03 GLIBC_VERSION=-2.34-168.el9_6.14 HOSTNAME_VERSION=-3.23-6.el9 IPUTILS_VERSION=-20210202-11.el9 KRB5_WORKSTATION_VERSION=-1.21.1-6.el9 NETCAT_VERSION=-7.92-3.el9 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.17-14.el9 PROJECT_VERSION=8.0.0-63 PYTHON39_VERSION=-3.9.21-2.el9 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=-21.3.1-1.el9 PYTHON_SETUPTOOLS_VERSION===71.1.0 TAR_VERSION=-1.34-7.el9 TEMURIN_JDK_VERSION=-21.0.7.0.0.6-0 WGET_VERSION=-1.21.1-8.el9_4 XZ_LIBS_VERSION=-5.2.5-8.el9_0 /bin/sh -c update-crypto-policies --set FIPS
                        
# 2025-05-30 19:06:01  642.45MB 
|21 ARTIFACT_ID=cp-base-new BUILD_NUMBER=1c3ca90e CURL_VERSION= GIT_COMMIT=db35a03 GLIBC_VERSION=-2.34-168.el9_6.14 HOSTNAME_VERSION=-3.23-6.el9 IPUTILS_VERSION=-20210202-11.el9 KRB5_WORKSTATION_VERSION=-1.21.1-6.el9 NETCAT_VERSION=-7.92-3.el9 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.17-14.el9 PROJECT_VERSION=8.0.0-63 PYTHON39_VERSION=-3.9.21-2.el9 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=-21.3.1-1.el9 PYTHON_SETUPTOOLS_VERSION===71.1.0 TAR_VERSION=-1.34-7.el9 TEMURIN_JDK_VERSION=-21.0.7.0.0.6-0 WGET_VERSION=-1.21.1-8.el9_4 XZ_LIBS_VERSION=-5.2.5-8.el9_0 /bin/sh -c microdnf --nodocs -y install yum     && yum --nodocs -q update -y     && yum --nodocs -q install -y wget tar gzip make perl gcc     && wget -q https://github.com/openssl/openssl/releases/download/openssl${OPENSSL_VERSION}/openssl${OPENSSL_VERSION}.tar.gz     && tar -xzf openssl${OPENSSL_VERSION}.tar.gz     && cd openssl${OPENSSL_VERSION}     && echo "installing FIPS compliant openssl"     && ./Configure enable-fips     && make > /dev/null 2>&1     && make install > /dev/null 2>&1     && echo "successfully installed FIPS compliant openssl"     && cd ..     && rm -rf openssl${OPENSSL_VERSION} openssl${OPENSSL_VERSION}.tar.gz     && yum remove -y wget tar make perl gcc glibc-gconv-extra --setopt=clean_requirements_on_remove=1     && yum --nodocs install -y --setopt=install_weak_deps=False         git         "wget${WGET_VERSION}"         "nmap-ncat${NETCAT_VERSION}"         "python3${PYTHON39_VERSION}"         "python3-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}"         "findutils${FINDUTILS_VERSION}"         "crypto-policies-scripts${CRYPTO_POLICIES_SCRIPTS_VERSION}"         "temurin-21-jdk${TEMURIN_JDK_VERSION}"     && alternatives --install /usr/bin/python python /usr/bin/python3 2000     && 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     && rm /etc/yum.repos.d/adoptium.repo # Remove temurin-jdk repo to reduce intermittent build failures
                        
# 2025-05-30 18:58:11  0.00B 
/bin/sh -c #(nop)  ENV LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:
                        
# 2025-05-30 18:58:10  199.00B 
|21 ARTIFACT_ID=cp-base-new BUILD_NUMBER=1c3ca90e CURL_VERSION= GIT_COMMIT=db35a03 GLIBC_VERSION=-2.34-168.el9_6.14 HOSTNAME_VERSION=-3.23-6.el9 IPUTILS_VERSION=-20210202-11.el9 KRB5_WORKSTATION_VERSION=-1.21.1-6.el9 NETCAT_VERSION=-7.92-3.el9 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.17-14.el9 PROJECT_VERSION=8.0.0-63 PYTHON39_VERSION=-3.9.21-2.el9 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=-21.3.1-1.el9 PYTHON_SETUPTOOLS_VERSION===71.1.0 TAR_VERSION=-1.34-7.el9 TEMURIN_JDK_VERSION=-21.0.7.0.0.6-0 WGET_VERSION=-1.21.1-8.el9_4 XZ_LIBS_VERSION=-5.2.5-8.el9_0 /bin/sh -c printf "[temurin-jdk] \nname=temurin-jdk \nbaseurl=https://adoptium.jfrog.io/artifactory/rpm/rhel/\$releasever/\$basearch \nenabled=1 \ngpgcheck=1 \ngpgkey=https://adoptium.jfrog.io/artifactory/api/gpg/key/public \n" > /etc/yum.repos.d/adoptium.repo
                        
# 2025-05-30 18:58:10  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-05-30 18:58:10  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=master
                        
# 2025-05-30 18:58:10  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_SETUPTOOLS_VERSION=
                        
# 2025-05-30 18:58:10  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_PIP_VERSION=
                        
# 2025-05-30 18:58:10  0.00B 
/bin/sh -c #(nop)  ARG TEMURIN_JDK_VERSION=
                        
# 2025-05-30 18:58:10  0.00B 
/bin/sh -c #(nop)  ARG CURL_VERSION=
                        
# 2025-05-30 18:58:10  0.00B 
/bin/sh -c #(nop)  ARG GLIBC_VERSION=
                        
# 2025-05-30 18:58:10  0.00B 
/bin/sh -c #(nop)  ARG XZ_LIBS_VERSION=
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  ARG HOSTNAME_VERSION=
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  ARG IPUTILS_VERSION=
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  ARG KRB5_WORKSTATION_VERSION=
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  ARG PROCPS_VERSION=
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  ARG TAR_VERSION=
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  ARG PYTHON39_VERSION=
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  ARG NETCAT_VERSION=
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  ARG WGET_VERSION=
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  ARG OPENSSL_VERSION=
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  ENV USE_LOG4J_2=True
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  ENV CUB_CLASSPATH="/usr/share/java/cp-base-new/*"
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  LABEL description=Common base image for Confluent's Docker images.
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  LABEL summary=Common base image for Confluent's Docker images.
                        
# 2025-05-30 18:58:09  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-base-new
                        
# 2025-05-30 18:56:52  0.00B 
/bin/sh -c #(nop)  LABEL release=8.0.0-63
                        
# 2025-05-30 18:56:52  0.00B 
/bin/sh -c #(nop)  LABEL version=db35a03
                        
# 2025-05-30 18:56:52  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2025-05-30 18:56:52  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=tools@confluent.io
                        
# 2025-05-30 18:56:51  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=1c3ca90e
                        
# 2025-05-30 18:56:51  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2025-05-30 18:56:51  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=db35a03
                        
# 2025-05-30 18:56:51  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2025-05-30 18:56:51  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/common-docker
                        
# 2025-05-30 18:56:51  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2025-05-30 18:56:51  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2025-04-28 23:46:10  104.40MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-04-28T15:45:43" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f072486a5ead2d7d882ba4af2ce72e19cce20791" "release"="1745855087"
                        
# 2025-04-28 23:46:10  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json 
                        
# 2025-04-28 23:46:10  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     rm -rf /var/log/*
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) COPY dir:6446605ab0b234f56f65ee435d3f1ec849764d2e258ed27d2cce90dc59963fc1 in / 
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL 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."
                        
# 2025-04-28 23:46:09  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-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-04-28 23:46:09  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-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.5"       distribution-scope="public"
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:e5f853d1490ce6036b298274415c46d98f5cf5ca8acf3d78bece92be4be26b7d",
    "RepoTags": [
        "confluentinc/cp-kafka:8.0.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka:8.0.0"
    ],
    "RepoDigests": [
        "confluentinc/cp-kafka@sha256:9cdc8119cb39c45f0efa6da8e2220058020c7433e3ba3a3ce11a8006a18cb336",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka@sha256:2f13377289a5f5f224a9f41a5aa1e6acd0001560deed3c3d51f8793d7a39871b"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2025-05-30T11:20:59.038456811Z",
    "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/*\"",
            "USE_LOG4J_2=True",
            "LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:",
            "KAFKA_ADVERTISED_LISTENERS=",
            "CLUSTER_ID=",
            "COMPONENT=kafka"
        ],
        "Cmd": [
            "/etc/confluent/docker/run"
        ],
        "Image": "sha256:377618e0a9749477fd416e71a51df36297f567bba22654ae39d87d4ae9e72094",
        "Volumes": {
            "/etc/kafka/secrets": {},
            "/var/lib/kafka/data": {}
        },
        "WorkingDir": "/home/appuser",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-04-28T15:45:43",
            "com.redhat.component": "ubi9-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.39.0-dev",
            "io.confluent.docker": "true",
            "io.confluent.docker.build.number": "c67fe93b",
            "io.confluent.docker.git.id": "284bf36",
            "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 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "partner-support@confluent.io",
            "name": "cp-kafka",
            "release": "8.0.0-47",
            "summary": "Confluent platform Kafka.",
            "url": "https://www.redhat.com",
            "vcs-ref": "f072486a5ead2d7d882ba4af2ce72e19cce20791",
            "vcs-type": "git",
            "vendor": "Confluent",
            "version": "284bf36"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 964125043,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/fda674fd2f9e28d5e78ace82fe0d205c3103b51a176209a75f59e107a8046011/diff:/var/lib/docker/overlay2/6e76e4036fdb48508d191e4159f3489e2871bdb08ce9c7a35a81910a940399ab/diff:/var/lib/docker/overlay2/479507dd9ab5cce1560d233bceb2b57796991a31b73292234573f4feea6174b5/diff:/var/lib/docker/overlay2/c81cf84e3e75ceef0f8c5ed0be4fe5ed8189c5496e0f5fbc8eb82beb44467d70/diff:/var/lib/docker/overlay2/224e83d00cc6f42fb00835d443290aa52323e3d0032eab5adbf9db7a59b59641/diff:/var/lib/docker/overlay2/7b4de9def3c0664a9e9f5717135167f7a1caf754319eaa1910f2479644bd5d9c/diff:/var/lib/docker/overlay2/30d06c5b3f13413031fe2337eeb308a6517f88e4e2338be6e6a8b40da0a4c8b7/diff:/var/lib/docker/overlay2/d75ac1c7a56a177ae00e77719e9131b73f7527a5acb2dcb832517c221e8a79da/diff:/var/lib/docker/overlay2/b12d63175f6b625e74d70427aad165b3a9eb9dff96a71b237adfc469b8337f99/diff:/var/lib/docker/overlay2/e06d4e9491060a66917407b32ab66409c22bf0070fbb897da3a87bca6b240b54/diff:/var/lib/docker/overlay2/7015d4c68c33a9a710f254584b1e2bde0e17af0dea9608b4c8a9dc30dbe6f148/diff:/var/lib/docker/overlay2/dbef4b8696dfa1ab0d183541a1311bef172a16844c5de42e8febcf4dccdf8f56/diff:/var/lib/docker/overlay2/36916287b40b2998a9570189e4b64b649d25c24895ba539f8a1f24460240dd88/diff:/var/lib/docker/overlay2/2da66ff77d5d72452b0b714b20cf5fc3c676ef5fbfe2d813cc08ebc1c1de9d3d/diff",
            "MergedDir": "/var/lib/docker/overlay2/82f76d87395165482d84f7249819abdab93b154ed47e00af33674cfe4ba652ab/merged",
            "UpperDir": "/var/lib/docker/overlay2/82f76d87395165482d84f7249819abdab93b154ed47e00af33674cfe4ba652ab/diff",
            "WorkDir": "/var/lib/docker/overlay2/82f76d87395165482d84f7249819abdab93b154ed47e00af33674cfe4ba652ab/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b29c9a8603eb3d8d229a52aff146f22495bc2df5bc45bc500903e853f248e9e3",
            "sha256:305483b53a73fffd26c9629ab0db189a7f2119d80771860eec2d717bc89219b1",
            "sha256:5512a90f8bc8d6353e7e79e5caf13b2d09e22a2034c8eb9dcace9ea67f310899",
            "sha256:4373424ac355e88c9430a9e0f852e2f4fd834e6c1c2624f05de57da8ecf5bd2a",
            "sha256:84b4aeeb6b70428a15efefcb76e06c199c23411e4e5eb1090fe01a11cd42f2b4",
            "sha256:8adbe06bf007db98dfb7442ec45a0a342c42f7c8eac1c3bc1172942582481012",
            "sha256:cdc53fee5fd71b5017b2acb8419c338d0f1ba2fc7ff1eaf5c4a69926b6752a2c",
            "sha256:f8e56d7a27642ca3d4e8afc28e70e68fe8461ea6825624922e8cb48eb6dc4ab0",
            "sha256:51bac4bd0c3752980f017e47dba9e6a643fd5e803bfa3b52494127f85fb0c3cb",
            "sha256:99a8c751e932b7dc9c82fe1bb8245594b4515989191e1995463125e917cdab12",
            "sha256:aa5ddbaa1a715abb0e4e3ac8e78bd58ccebb9c91e53979a08aadb3c38fd40b6f",
            "sha256:1c27fc8a5e32f3502f88340fe22a108155bfeeba49efce8a12916f89a45869c9",
            "sha256:cbf4ad07c0395effe951ea63530c4d9666db80b1c80ece2ebeffdc99736ec33e",
            "sha256:efad5c0f205d48585eea0e0618e49e2d0a9587eef2b90b6b02c1cdbae23ec783",
            "sha256:9ddd4c039c4edd6def0e240ab3cf0b3c2e859173614b1fd09e01d0efee666c54"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-27T10:55:05.87257836+08:00"
    }
}

更多版本

docker.io/confluentinc/cp-kafka:7.6.1

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

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

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

docker.io/confluentinc/cp-kafka:7.4.0

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

docker.io/confluentinc/cp-kafka:5.5.0

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

docker.io/confluentinc/cp-kafka:7.5.0

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

docker.io/confluentinc/cp-kafka:5.2.0

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

docker.io/confluentinc/cp-kafka:5.2.2

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

docker.io/confluentinc/cp-kafka:7.0.1

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

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

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

docker.io/confluentinc/cp-kafka:7.9.1

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

docker.io/confluentinc/cp-kafka:8.0.0

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