docker.io/confluentinc/cp-server:7.9.1 linux/amd64

docker.io/confluentinc/cp-server:7.9.1 - 国内下载镜像源 浏览次数:9
Confluent Server 是 Apache Kafka 的官方实现,提供了一个完整的 Kafka cluster,包括 broker、ZooKeeper 和 Schema Registry 等组件。它可以用来部署和运行 Kafka cluster
源镜像 docker.io/confluentinc/cp-server:7.9.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-server:7.9.1
镜像ID sha256:69744717f9381a070b118a003f46eadf4f26a5f1250801c82425b1d9769e2aae
镜像TAG 7.9.1
大小 2.43GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /etc/confluent/docker/run
启动入口
工作目录 /home/appuser
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2025-04-25T21:41:05.106015907Z
同步时间 2026-05-25 11:18
开放端口
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/*" LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib: KAFKA_ZOOKEEPER_CONNECT= KAFKA_ADVERTISED_LISTENERS= CLUSTER_ID= COMPONENT=kafka
镜像标签
x86_64: architecture 2025-03-13T10:59:41: 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 Confluent platform server image.: description public: distribution-scope 1.33.12: io.buildah.version true: io.confluent.docker 5e8f9400: io.confluent.docker.build.number d9f63a2: 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-server: name 7.9.1-50: release Confluent platform server image.: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-1179.1741863533: url 4f8da2b64a13f2a264bd802d8909bf803211fb20: vcs-ref git: vcs-type Confluent: vendor d9f63a2: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-04-26 05:41:05  0.00B 
/bin/sh -c #(nop)  CMD ["/etc/confluent/docker/run"]
                        
# 2025-04-26 05:41:04  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2025-04-26 05:41:04  12.44KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:fadd1a24a226ed8aa43b3fe39f0f67f93c81c2f3a8adf834d42cbaf1e16b6013 in /etc/confluent/docker 
                        
# 2025-04-26 05:41:04  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/kafka/data /etc/kafka/secrets]
                        
# 2025-04-26 05:40:59  1.49GB 
|6 ARTIFACT_ID=cp-server BUILD_NUMBER=5e8f9400 CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages-654654529379-us-west-2.s3.us-west-2.amazonaws.com/rpm/7.9 CONFLUENT_VERSION=7.9.1 GIT_COMMIT=d9f63a2 PROJECT_VERSION=7.9.1-50 /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     && echo "===> installing ${COMPONENT}..."     && yum install -y confluent-server-${CONFLUENT_VERSION}     && echo "===> installing confluent-rebalancer ..."     && yum install -y confluent-rebalancer-${CONFLUENT_VERSION}     && echo "===> installing confluent-security ..."     && yum install -y confluent-security-${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 -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 /etc/${COMPONENT}/secrets /var/log/kafka
                        
# 2025-04-26 05:40:08  0.00B 
/bin/sh -c #(nop)  USER root
                        
# 2025-04-26 05:40:08  0.00B 
/bin/sh -c #(nop)  EXPOSE 9092
                        
# 2025-04-26 05:40:08  0.00B 
/bin/sh -c #(nop)  ENV COMPONENT=kafka
                        
# 2025-04-26 05:40:08  0.00B 
/bin/sh -c #(nop)  ENV CLUSTER_ID=
                        
# 2025-04-26 05:40:07  0.00B 
/bin/sh -c #(nop)  ARG CLUSTER_ID
                        
# 2025-04-26 05:40:07  0.00B 
/bin/sh -c #(nop)  ENV KAFKA_ADVERTISED_LISTENERS=
                        
# 2025-04-26 05:40:07  0.00B 
/bin/sh -c #(nop)  ARG KAFKA_ADVERTISED_LISTENERS
                        
# 2025-04-26 05:40:07  0.00B 
/bin/sh -c #(nop)  ENV KAFKA_ZOOKEEPER_CONNECT=
                        
# 2025-04-26 05:40:07  0.00B 
/bin/sh -c #(nop)  ARG KAFKA_ZOOKEEPER_CONNECT
                        
# 2025-04-26 05:40:07  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PLATFORM_LABEL
                        
# 2025-04-26 05:40:07  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PACKAGES_REPO
                        
# 2025-04-26 05:40:07  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_VERSION
                        
# 2025-04-26 05:40:07  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/kafka-images
                        
# 2025-04-26 05:40:07  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=5e8f9400
                        
# 2025-04-26 05:40:06  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2025-04-26 05:40:06  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=d9f63a2
                        
# 2025-04-26 05:40:06  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2025-04-26 05:40:06  0.00B 
/bin/sh -c #(nop)  LABEL description=Confluent platform server image.
                        
# 2025-04-26 05:40:06  0.00B 
/bin/sh -c #(nop)  LABEL summary=Confluent platform server image.
                        
# 2025-04-26 05:40:06  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-server
                        
# 2025-04-26 05:39:58  0.00B 
/bin/sh -c #(nop)  LABEL release=7.9.1-50
                        
# 2025-04-26 05:39:57  0.00B 
/bin/sh -c #(nop)  LABEL version=d9f63a2
                        
# 2025-04-26 05:39:57  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2025-04-26 05:39:57  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=partner-support@confluent.io
                        
# 2025-04-26 05:39:57  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2025-04-26 05:39:57  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2025-04-26 05:39:57  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2025-04-26 05:20:36  0.00B 
/bin/sh -c #(nop) WORKDIR /home/appuser
                        
# 2025-04-26 05:20:36  0.00B 
/bin/sh -c #(nop)  USER appuser
                        
# 2025-04-26 05:20:36  0.00B 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=32d2b2c0 CURL_VERSION=-7.61.1-34.el8_10.3 GIT_COMMIT=77b518b 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-31.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.9.1-52 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 TEMURIN_JDK_VERSION=-17.0.14.0.0.7-1 WGET_VERSION=-1.19.5-12.el8_10 XZ_LIBS_VERSION=-5.2.4-4.el8_6 /bin/sh -c find / -perm /6000 -type f -exec chmod g-s {} \; || true
                        
# 2025-04-26 05:20:35  551.78KB 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=32d2b2c0 CURL_VERSION=-7.61.1-34.el8_10.3 GIT_COMMIT=77b518b 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-31.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.9.1-52 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 TEMURIN_JDK_VERSION=-17.0.14.0.0.7-1 WGET_VERSION=-1.19.5-12.el8_10 XZ_LIBS_VERSION=-5.2.4-4.el8_6 /bin/sh -c find / -perm /6000 -type f -exec chmod a-s {} \; || true
                        
# 2025-04-26 05:20:34  30.00B 
/bin/sh -c #(nop) COPY file:5dcc52d37b3da1ad039174791ef9704f68b5e5e9b21d5f967fdf5d39632107ce in /licenses 
                        
# 2025-04-26 05:20:34  0.00B 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=32d2b2c0 CURL_VERSION=-7.61.1-34.el8_10.3 GIT_COMMIT=77b518b 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-31.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.9.1-52 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 TEMURIN_JDK_VERSION=-17.0.14.0.0.7-1 WGET_VERSION=-1.19.5-12.el8_10 XZ_LIBS_VERSION=-5.2.4-4.el8_6 /bin/sh -c mkdir /licenses
                        
# 2025-04-26 05:20:34  1.31KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:f980181285d9b4e329845c58c9ea727dabbc3d0931854cd78028c0ed7e4b6d43 in /etc/cp-base-new 
                        
# 2025-04-26 05:20:34  1.90KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:724b15c36b797f212785d0e50b88b1c06e71499554701e783a20eeecf0160be4 in /etc/confluent/docker 
                        
# 2025-04-26 05:20:34  12.29KB 
/bin/sh -c #(nop) COPY file:d1854e54bfed1532c572b71742e7ecc16b8b08251fdb3138fecae3ebe5ab3386 in /usr/local/ssl/openssl-fips.cnf 
                        
# 2025-04-26 05:20:34  47.35MB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser multi:583ae7258259b9d7fd6032b6f51632802fcbae633aec172eef672bc3b1ca2aa0 in /usr/share/java/cp-base-new/ 
                        
# 2025-04-26 05:20:34  384.19KB 
/bin/sh -c #(nop) COPY --chown=appuser:appuser dir:a34211e18fbbe48736286edec02b28a9f601db0c17bb318743c5e3de6e610f32 in /usr/share/doc/cp-base-new/ 
                        
# 2025-04-26 05:20:33  11.64MB 
|22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=32d2b2c0 CURL_VERSION=-7.61.1-34.el8_10.3 GIT_COMMIT=77b518b 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-31.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.9.1-52 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 TEMURIN_JDK_VERSION=-17.0.14.0.0.7-1 WGET_VERSION=-1.19.5-12.el8_10 XZ_LIBS_VERSION=-5.2.4-4.el8_6 /bin/sh -c yum --disablerepo="temurin-jdk" check-update || "${SKIP_SECURITY_UPDATE_CHECK}"
                        
# 2025-04-26 05:20:31  0.00B 
/bin/sh -c #(nop)  ARG SKIP_SECURITY_UPDATE_CHECK=false
                        
# 2025-04-26 05:20:31  2.11KB 
|21 ARTIFACT_ID=cp-base-new BUILD_NUMBER=32d2b2c0 CURL_VERSION=-7.61.1-34.el8_10.3 GIT_COMMIT=77b518b 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-31.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.9.1-52 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 TEMURIN_JDK_VERSION=-17.0.14.0.0.7-1 WGET_VERSION=-1.19.5-12.el8_10 XZ_LIBS_VERSION=-5.2.4-4.el8_6 /bin/sh -c update-crypto-policies --set FIPS
                        
# 2025-04-26 05:20:27  794.95MB 
|21 ARTIFACT_ID=cp-base-new BUILD_NUMBER=32d2b2c0 CURL_VERSION=-7.61.1-34.el8_10.3 GIT_COMMIT=77b518b 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-31.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.9.1-52 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 TEMURIN_JDK_VERSION=-17.0.14.0.0.7-1 WGET_VERSION=-1.19.5-12.el8_10 XZ_LIBS_VERSION=-5.2.4-4.el8_6 /bin/sh -c microdnf --nodocs 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}"         "python39${PYTHON39_VERSION}"         "python39-pip${PYTHON_PIP_VERSION}"         "tar${TAR_VERSION}"         "procps-ng${PROCPS_VERSION}"         "krb5-workstation${KRB5_WORKSTATION_VERSION}"         "iputils${IPUTILS_VERSION}"         "hostname${HOSTNAME_VERSION}"         "xz-libs${XZ_LIBS_VERSION}"         "glibc${GLIBC_VERSION}"         "glibc-common${GLIBC_VERSION}"         "glibc-minimal-langpack${GLIBC_VERSION}"         "curl${CURL_VERSION}"         "libcurl${CURL_VERSION}"         "findutils${FINDUTILS_VERSION}"         "crypto-policies-scripts${CRYPTO_POLICIES_SCRIPTS_VERSION}"         "temurin-17-jdk${TEMURIN_JDK_VERSION}" "temurin-17-jre${TEMURIN_JDK_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-04-26 05:12:17  0.00B 
/bin/sh -c #(nop)  ENV LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:
                        
# 2025-04-26 05:12:17  207.00B 
|21 ARTIFACT_ID=cp-base-new BUILD_NUMBER=32d2b2c0 CURL_VERSION=-7.61.1-34.el8_10.3 GIT_COMMIT=77b518b 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-31.el8_10 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-3.0.9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.9.1-52 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 TEMURIN_JDK_VERSION=-17.0.14.0.0.7-1 WGET_VERSION=-1.19.5-12.el8_10 XZ_LIBS_VERSION=-5.2.4-4.el8_6 /bin/sh -c printf "[temurin-jdk] \nname=temurin-jdk \nbaseurl=https://packages.adoptium.net/artifactory/rpm/rhel/\$releasever/\$basearch \nenabled=1 \ngpgcheck=1 \ngpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public \n" > /etc/yum.repos.d/adoptium.repo
                        
# 2025-04-26 05:12:16  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-04-26 05:12:16  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=master
                        
# 2025-04-26 05:12:16  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_SETUPTOOLS_VERSION=
                        
# 2025-04-26 05:12:16  0.00B 
/bin/sh -c #(nop)  ARG PYTHON_PIP_VERSION=
                        
# 2025-04-26 05:12:16  0.00B 
/bin/sh -c #(nop)  ARG TEMURIN_JDK_VERSION=
                        
# 2025-04-26 05:12:16  0.00B 
/bin/sh -c #(nop)  ARG CURL_VERSION=
                        
# 2025-04-26 05:12:16  0.00B 
/bin/sh -c #(nop)  ARG GLIBC_VERSION=
                        
# 2025-04-26 05:12:16  0.00B 
/bin/sh -c #(nop)  ARG XZ_LIBS_VERSION=
                        
# 2025-04-26 05:12:16  0.00B 
/bin/sh -c #(nop)  ARG HOSTNAME_VERSION=
                        
# 2025-04-26 05:12:16  0.00B 
/bin/sh -c #(nop)  ARG IPUTILS_VERSION=
                        
# 2025-04-26 05:12:15  0.00B 
/bin/sh -c #(nop)  ARG KRB5_WORKSTATION_VERSION=
                        
# 2025-04-26 05:12:15  0.00B 
/bin/sh -c #(nop)  ARG PROCPS_VERSION=
                        
# 2025-04-26 05:12:15  0.00B 
/bin/sh -c #(nop)  ARG TAR_VERSION=
                        
# 2025-04-26 05:12:15  0.00B 
/bin/sh -c #(nop)  ARG PYTHON39_VERSION=
                        
# 2025-04-26 05:12:15  0.00B 
/bin/sh -c #(nop)  ARG NETCAT_VERSION=
                        
# 2025-04-26 05:12:15  0.00B 
/bin/sh -c #(nop)  ARG WGET_VERSION=
                        
# 2025-04-26 05:12:15  0.00B 
/bin/sh -c #(nop)  ARG OPENSSL_VERSION=
                        
# 2025-04-26 05:12:15  0.00B 
/bin/sh -c #(nop)  ENV CUB_CLASSPATH="/usr/share/java/cp-base-new/*"
                        
# 2025-04-26 05:12:15  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2025-04-26 05:12:15  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2025-04-26 05:12:15  0.00B 
/bin/sh -c #(nop)  LABEL description=Common base image for Confluent's Docker images.
                        
# 2025-04-26 05:12:14  0.00B 
/bin/sh -c #(nop)  LABEL summary=Common base image for Confluent's Docker images.
                        
# 2025-04-26 05:12:14  0.00B 
/bin/sh -c #(nop)  LABEL name=cp-base-new
                        
# 2025-04-26 05:12:14  0.00B 
/bin/sh -c #(nop)  LABEL release=7.9.1-52
                        
# 2025-04-26 05:12:14  0.00B 
/bin/sh -c #(nop)  LABEL version=77b518b
                        
# 2025-04-26 05:12:14  0.00B 
/bin/sh -c #(nop)  LABEL vendor=Confluent
                        
# 2025-04-26 05:12:14  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=tools@confluent.io
                        
# 2025-04-26 05:12:14  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=32d2b2c0
                        
# 2025-04-26 05:12:14  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2025-04-26 05:12:14  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=77b518b
                        
# 2025-04-26 05:12:14  0.00B 
/bin/sh -c #(nop)  ARG GIT_COMMIT
                        
# 2025-04-26 05:12:13  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.repo=confluentinc/common-docker
                        
# 2025-04-26 05:12:13  0.00B 
/bin/sh -c #(nop)  ARG ARTIFACT_ID
                        
# 2025-04-26 05:12:13  0.00B 
/bin/sh -c #(nop)  ARG PROJECT_VERSION
                        
# 2025-03-13 19:14:09  92.73MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2025-03-13 19:14:07  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2025-03-13 19:14:06  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/odcs-3978715-ee118.repo' '/etc/yum.repos.d/rhel-8.10-compose-0e878.repo'
                        
# 2025-03-13 19:14:06  0.00B 
/bin/sh -c #(nop) LABEL "release"="1179.1741863533" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2025-03-13T10:59:41" "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-1179.1741863533"
                        
# 2025-03-13 19:14:06  0.00B 
/bin/sh -c #(nop) ADD file:2d24bff71382a7f50430105b689f25c9d013ec337ac619f301e236169c3d6ad8 in /root/buildinfo/Dockerfile-ubi8-minimal-8.10-1179.1741863533 
                        
# 2025-03-13 19:14:05  0.00B 
/bin/sh -c #(nop) ADD file:d4f1c99ac1b9d5b12b7a3002c453351816b531a91fd43c264dbfbbc577128ba4 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.10-1179.1741863533.json 
                        
# 2025-03-13 19:14:03  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2025-03-13 19:14:02  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-03-13 19:14:02  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-03-13 19:14:02  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-03-13 19:14:02  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2025-03-13 19:14:02  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-03-13 19:14:02  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2025-03-13 19:14:02  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-03-13 19:14:02  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2025-03-13 19:14:02  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-03-13 19:14:02  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.10"
                        
# 2025-03-13 19:14:02  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2025-03-13 19:14:02  0.00B 
/bin/sh -c #(nop) ADD multi:47ffb31e925d8dc168bbb6188d9604e3b2ef8ae0d2431204a6826001244daa97 in /etc/yum.repos.d/ 
                        
# 2025-03-13 19:14:02  0.00B 
/bin/sh -c #(nop) ADD file:df13b6a4fdeac4626ab7cd7e99d16d30edc6e3e5441295ae7691bee26604a5b1 in /tmp/tls-ca-bundle.pem 
                        
# 2025-03-13 19:14:02  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2025-03-13 19:14:01  0.00B 
/bin/sh -c #(nop) ADD file:4d61fee902dd5768a806bedad436f43a5ab08b57f9a70d783d5c73d895bc7018 in / 
                        
                    

镜像信息

{
    "Id": "sha256:69744717f9381a070b118a003f46eadf4f26a5f1250801c82425b1d9769e2aae",
    "RepoTags": [
        "confluentinc/cp-server:7.9.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-server:7.9.1"
    ],
    "RepoDigests": [
        "confluentinc/cp-server@sha256:15ee21b913b456b437933e5d6bf772e0d0587e2a72d884c9da87abf776ca1a0d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-server@sha256:0e63700cac1afc74cd2384dea29d41a0ebf49cd54543ad849dd31878f64cb09c"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2025-04-25T21:41:05.106015907Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "27.3.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/*\"",
            "LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:",
            "KAFKA_ZOOKEEPER_CONNECT=",
            "KAFKA_ADVERTISED_LISTENERS=",
            "CLUSTER_ID=",
            "COMPONENT=kafka"
        ],
        "Cmd": [
            "/etc/confluent/docker/run"
        ],
        "Image": "sha256:930fd94a5993b4f38e048eb7c27f0d1c922e5175d2231f3bdc14ef71bc9ab2a0",
        "Volumes": {
            "/etc/kafka/secrets": {},
            "/var/lib/kafka/data": {}
        },
        "WorkingDir": "/home/appuser",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-03-13T10:59:41",
            "com.redhat.component": "ubi8-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Confluent platform server image.",
            "distribution-scope": "public",
            "io.buildah.version": "1.33.12",
            "io.confluent.docker": "true",
            "io.confluent.docker.build.number": "5e8f9400",
            "io.confluent.docker.git.id": "d9f63a2",
            "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-server",
            "release": "7.9.1-50",
            "summary": "Confluent platform server image.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-1179.1741863533",
            "vcs-ref": "4f8da2b64a13f2a264bd802d8909bf803211fb20",
            "vcs-type": "git",
            "vendor": "Confluent",
            "version": "d9f63a2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2433867593,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8fb0d6756f7b8c849fc199e6cb2ac5e1770cf73a6460a52f884eac752fb626a9/diff:/var/lib/docker/overlay2/a0c47adf96a43adb46c451a04319a75c28def4cbbaa774b5fd87179c769fc473/diff:/var/lib/docker/overlay2/a33e04b039b8f53e4008a4f518e792d5e86e0d386fa8ec198fa9e40f43cccc56/diff:/var/lib/docker/overlay2/16efdf4a3118f93c69eefdf2e039941090092a3050d9bf75421f1bce1036db38/diff:/var/lib/docker/overlay2/aef4d36aa6d8fc9bc1530354a0823c787cfb582031a07b8a18cd2fc148f5ef82/diff:/var/lib/docker/overlay2/4c2ae1ecd026a4906c0dcd7b63d3025ee81cdeedd5cd0dca7eaba2c002c074e2/diff:/var/lib/docker/overlay2/c3c69a69595d9f51da63e146167e65998fc2c36ffe5ef16d6691701ca30e1086/diff:/var/lib/docker/overlay2/ebed7204778d5acbcc40274b013d185e619086b913ed89b8503219a22db9a14b/diff:/var/lib/docker/overlay2/b004371bc388667a7dfc1bdd0d7f472baa5a18a253b83e7d66eebb5d80e9d2ba/diff:/var/lib/docker/overlay2/5da846b38a2c2b9dec86c1ec2f1489a601c7dca0c0c868bb732c38b82f3f84cb/diff:/var/lib/docker/overlay2/025c4ae5af3ed8cdf9232b55253afa600f944e0391029f46e35d56f0c789da21/diff:/var/lib/docker/overlay2/2a5c11d4fd000c3ce36fc462acd9cf77636239b811780f76e5cc36dc0b7e9163/diff:/var/lib/docker/overlay2/52904ee8e4fa650fa0315710c23831a782df542043761e003de174496a4b339e/diff:/var/lib/docker/overlay2/d03c68d8cdad02b34467f413bb60335b15cbc73dcfbfbf37ac3b0fd058d8bc73/diff",
            "MergedDir": "/var/lib/docker/overlay2/8f194f69acdbf5754e20e424df014a5c0b41fcfa1d1d81461a9364ebcec96a16/merged",
            "UpperDir": "/var/lib/docker/overlay2/8f194f69acdbf5754e20e424df014a5c0b41fcfa1d1d81461a9364ebcec96a16/diff",
            "WorkDir": "/var/lib/docker/overlay2/8f194f69acdbf5754e20e424df014a5c0b41fcfa1d1d81461a9364ebcec96a16/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4a9baef509e0c2e96e273b7d318453b975a473220b32a9aa99a25eeb43d7a65e",
            "sha256:74c1bc8bc77b1a7ad8340ff7585179dd2fb53aecc7d3d40d33f2e09885fe4923",
            "sha256:1250bd487b1afc09953352e5292832da53b53c662f0307529d122ea423ab65de",
            "sha256:4df29d127617e28d405d43ca2a23e2b73b0f722d6e984b317575b99042942d19",
            "sha256:04487a8fd9d6ac5c64976880d58ea54208b5b9d2e5cc94433cdca7c3e492d467",
            "sha256:bb6443c6938502baa3fb27959789564285780e1954ae2c1850f4a73ad80dd256",
            "sha256:a7f6e4f934600c00f8dcdf6e6cb80b52f44c766e7b9383914c6a60df26913f38",
            "sha256:68d3cf1d777077b333ca4ed8ddb7bbe31238c869f109a06873ab9df99cfb9f2c",
            "sha256:217f1c9360051b1847bf5f4515e3af17bc0383db141ce3fbfb6bf1808763f778",
            "sha256:88ac8e129441b16b990a1b9012bed165b69ba05bf834b11ae4cdcd2e5f4c85da",
            "sha256:b00c47e821f566c6ffbccbceceb9fe430a9b0ac8b216caedf13f54dafc04d768",
            "sha256:cac39dcdea51846d11403e359adf323c68ccffb96973638a9d8a966c7021a88b",
            "sha256:eb432e53209a4c74f206a060e7ebe92d7cf971f041e55ac2e2d5f2f0793e8c4b",
            "sha256:1f8d2e7ae2248835059ee3cbabe66b2a39a1550f92d21c0b7a3fa22eac119202",
            "sha256:ff51cc2720b588168e2cd2ba266a7e373cad1bed86e7444e2344174c0d28907b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-25T11:14:19.771528645+08:00"
    }
}

更多版本

docker.io/confluentinc/cp-server-connect:7.6.0

linux/amd64 docker.io2.54GB2024-08-20 21:17
649

docker.io/confluentinc/cp-server:7.6.2

linux/amd64 docker.io1.77GB2024-08-20 21:25
680

docker.io/confluentinc/cp-server-connect:7.6.2

linux/amd64 docker.io2.54GB2024-08-20 21:30
628

docker.io/confluentinc/cp-server:7.4.0

linux/amd64 docker.io1.70GB2025-07-26 23:43
279

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

linux/amd64 docker.io1.66GB2025-08-09 23:55
233

docker.io/confluentinc/cp-server:7.9.1

linux/amd64 docker.io2.43GB2026-05-25 11:18
8