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

docker.io/confluentinc/cp-kafka:5.0.1 - 国内下载镜像源 浏览次数:12
Confluent's Apache Kafka是一款开源流处理平台,用于构建分布式大数据处理应用程序。该镜像提供了Kafka核心组件的容器化实现,支持生产、消费和管理Kafka主题、分区和offsets等操作。
源镜像 docker.io/confluentinc/cp-kafka:5.0.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka:5.0.1
镜像ID sha256:5467234daea962117d54d1ede86349ad6cdb9eb21c114b983bd8c4a76abd1c4e
镜像TAG 5.0.1
大小 557.41MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /etc/confluent/docker/run
启动入口
工作目录
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2018-11-06T16:59:52.0946256Z
同步时间 2025-12-09 18:49
更新时间 2025-12-10 00:58
开放端口
9092/tcp
目录挂载
/etc/kafka/secrets /var/lib/kafka/data
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ALLOW_UNSIGNED=false PYTHON_VERSION=2.7.9-1 PYTHON_PIP_VERSION=8.1.2 SCALA_VERSION=2.11 KAFKA_VERSION=2.0.1 CONFLUENT_MAJOR_VERSION=5 CONFLUENT_MINOR_VERSION=0 CONFLUENT_PATCH_VERSION=1 CONFLUENT_MVN_LABEL= CONFLUENT_PLATFORM_LABEL= CONFLUENT_VERSION=5.0.1 CONFLUENT_DEB_VERSION=1 ZULU_OPENJDK_VERSION=8=8.30.0.1 LANG=C.UTF-8 CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar KAFKA_ZOOKEEPER_CONNECT= KAFKA_ADVERTISED_LISTENERS= COMPONENT=kafka
镜像标签
true: io.confluent.docker None: io.confluent.docker.build.number cfb6df1: io.confluent.docker.git.id

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2018-11-07 00:59:52  0.00B 
/bin/sh -c #(nop)  CMD ["/etc/confluent/docker/run"]
                        
# 2018-11-07 00:59:51  10.27KB 
/bin/sh -c #(nop) COPY dir:b0f94e266a302c292a28cc1e357dae40c6614fab8f44e71cbd2eae447caaaa3a in /etc/confluent/docker 
                        
# 2018-11-07 00:59:51  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/kafka/data /etc/kafka/secrets]
                        
# 2018-11-07 00:59:50  66.27MB 
|2 BUILD_NUMBER=None COMMIT_ID=cfb6df1 /bin/sh -c echo "===> installing ${COMPONENT}..."     && apt-get update && apt-get install -y confluent-kafka-${SCALA_VERSION}=${KAFKA_VERSION}${CONFLUENT_PLATFORM_LABEL}-${CONFLUENT_DEB_VERSION}         && echo "===> clean up ..."      && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/*         && echo "===> Setting up ${COMPONENT} dirs..."     && mkdir -p /var/lib/${COMPONENT}/data /etc/${COMPONENT}/secrets    && chmod -R ag+w /etc/${COMPONENT} /var/lib/${COMPONENT}/data /etc/${COMPONENT}/secrets     && chown -R root:root /var/log/kafka /var/log/confluent /var/lib/kafka /var/lib/zookeeper
                        
# 2018-11-07 00:59:19  0.00B 
/bin/sh -c #(nop)  EXPOSE 9092
                        
# 2018-11-07 00:59:18  0.00B 
/bin/sh -c #(nop)  ENV COMPONENT=kafka
                        
# 2018-11-07 00:59:18  0.00B 
/bin/sh -c #(nop)  ENV KAFKA_ADVERTISED_LISTENERS=
                        
# 2018-11-07 00:59:18  0.00B 
/bin/sh -c #(nop)  ARG KAFKA_ADVERTISED_LISTENERS
                        
# 2018-11-07 00:59:17  0.00B 
/bin/sh -c #(nop)  ENV KAFKA_ZOOKEEPER_CONNECT=
                        
# 2018-11-07 00:59:17  0.00B 
/bin/sh -c #(nop)  ARG KAFKA_ZOOKEEPER_CONNECT
                        
# 2018-11-07 00:59:17  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2018-11-07 00:59:16  0.00B 
/bin/sh -c #(nop)  MAINTAINER partner-support@confluent.io
                        
# 2018-11-07 00:59:16  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=None
                        
# 2018-11-07 00:59:16  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2018-11-07 00:59:15  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=cfb6df1
                        
# 2018-11-07 00:59:15  0.00B 
/bin/sh -c #(nop)  ARG COMMIT_ID=unknown
                        
# 2018-11-07 00:57:52  27.17MB 
/bin/sh -c #(nop) COPY dir:03f1cd255ea3f58ba3123b53ac60143fb8bf28c80d94153f453654e3575ca330 in /etc/confluent/docker 
                        
# 2018-11-04 01:06:18  0.00B 
/bin/sh -c #(nop)  ENV CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar
                        
# 2018-11-04 01:06:17  337.19MB 
|3 BUILD_NUMBER=None COMMIT_ID=cfb6df1 CONFLUENT_PACKAGES_REPO=http://staging-confluent-packages-5.0.1.s3.amazonaws.com /bin/sh -c echo "===> Updating debian ....."     && apt-get -qq update         && echo "===> Installing curl wget netcat python...."     && DEBIAN_FRONTEND=noninteractive apt-get install -y                 apt-transport-https                 curl                 git                 wget                 netcat                 python=${PYTHON_VERSION}     && echo "===> Installing python packages ..."      && curl -fSL "https://bootstrap.pypa.io/get-pip.py" | python     && pip install --no-cache-dir --upgrade pip==${PYTHON_PIP_VERSION}     && pip install --no-cache-dir git+https://github.com/confluentinc/confluent-docker-utils@v0.0.20     && apt remove --purge -y git     && echo "Installing Zulu OpenJDK ${ZULU_OPENJDK_VERSION}"     && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9     && echo "deb http://repos.azulsystems.com/debian stable  main" >> /etc/apt/sources.list.d/zulu.list     && apt-get -qq update     && apt-get -y install zulu-${ZULU_OPENJDK_VERSION}     && echo "===> Installing Kerberos Patch ..."     && DEBIAN_FRONTEND=noninteractive apt-get -y install krb5-user     && rm -rf /var/lib/apt/lists/*     && echo "===> Adding confluent repository...${CONFLUENT_PACKAGES_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION}"     && if [ "x$ALLOW_UNSIGNED" = "xtrue" ]; then echo "APT::Get::AllowUnauthenticated \"true\";" > /etc/apt/apt.conf.d/allow_unauthenticated; else curl -L ${CONFLUENT_PACKAGES_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION}/archive.key | apt-key add - ; fi     && echo "deb [arch=amd64] ${CONFLUENT_PACKAGES_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION} stable main" >> /etc/apt/sources.list
                        
# 2018-11-04 01:04:30  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2018-11-04 01:04:30  0.00B 
/bin/sh -c #(nop)  ENV ZULU_OPENJDK_VERSION=8=8.30.0.1
                        
# 2018-11-04 01:04:29  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_DEB_VERSION=1
                        
# 2018-11-04 01:04:29  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_VERSION=5.0.1
                        
# 2018-11-04 01:04:28  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_PLATFORM_LABEL=
                        
# 2018-11-04 01:04:28  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_MVN_LABEL=
                        
# 2018-11-04 01:04:28  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_PATCH_VERSION=1
                        
# 2018-11-04 01:04:27  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_MINOR_VERSION=0
                        
# 2018-11-04 01:04:27  0.00B 
/bin/sh -c #(nop)  ENV CONFLUENT_MAJOR_VERSION=5
                        
# 2018-11-04 01:04:27  0.00B 
/bin/sh -c #(nop)  ENV KAFKA_VERSION=2.0.1
                        
# 2018-11-04 01:04:26  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PLATFORM_LABEL=
                        
# 2018-11-04 01:04:26  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_MVN_LABEL=
                        
# 2018-11-04 01:04:25  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PATCH_VERSION=
                        
# 2018-11-04 01:04:25  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_MINOR_VERSION=
                        
# 2018-11-04 01:04:25  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_MAJOR_VERSION=
                        
# 2018-11-04 01:04:24  0.00B 
/bin/sh -c #(nop)  ARG KAFKA_VERSION=
                        
# 2018-11-04 01:04:24  0.00B 
/bin/sh -c #(nop)  ENV SCALA_VERSION=2.11
                        
# 2018-11-04 01:04:24  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_PIP_VERSION=8.1.2
                        
# 2018-11-04 01:04:23  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_VERSION=2.7.9-1
                        
# 2018-11-04 01:04:23  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker=true
                        
# 2018-11-04 01:04:23  0.00B 
/bin/sh -c #(nop)  MAINTAINER partner-support@confluent.io
                        
# 2018-11-04 01:04:22  0.00B 
/bin/sh -c #(nop)  ENV ALLOW_UNSIGNED=false
                        
# 2018-11-04 01:04:22  0.00B 
/bin/sh -c #(nop)  ARG ALLOW_UNSIGNED=false
                        
# 2018-11-04 01:04:21  0.00B 
/bin/sh -c #(nop)  ARG CONFLUENT_PACKAGES_REPO=
                        
# 2018-11-04 01:04:21  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.build.number=None
                        
# 2018-11-04 01:04:21  0.00B 
/bin/sh -c #(nop)  ARG BUILD_NUMBER=-1
                        
# 2018-11-04 01:04:20  0.00B 
/bin/sh -c #(nop)  LABEL io.confluent.docker.git.id=cfb6df1
                        
# 2018-11-04 01:04:20  0.00B 
/bin/sh -c #(nop)  ARG COMMIT_ID=unknown
                        
# 2018-09-05 05:19:54  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2018-09-05 05:19:53  126.77MB 
/bin/sh -c #(nop) ADD file:8d73a09e59fe50289a6d0c019302aefe2e00ac6411e82404389c0c83f50cf08a in / 
                        
                    

镜像信息

{
    "Id": "sha256:5467234daea962117d54d1ede86349ad6cdb9eb21c114b983bd8c4a76abd1c4e",
    "RepoTags": [
        "confluentinc/cp-kafka:5.0.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka:5.0.1"
    ],
    "RepoDigests": [
        "confluentinc/cp-kafka@sha256:c87b1c07fb53b1a82d24b436e53485917876a963dc67311800109fa12fe9a63d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka@sha256:c87b1c07fb53b1a82d24b436e53485917876a963dc67311800109fa12fe9a63d"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2018-11-06T16:59:52.0946256Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "18.03.1-ce",
    "Author": "partner-support@confluent.io",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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",
            "ALLOW_UNSIGNED=false",
            "PYTHON_VERSION=2.7.9-1",
            "PYTHON_PIP_VERSION=8.1.2",
            "SCALA_VERSION=2.11",
            "KAFKA_VERSION=2.0.1",
            "CONFLUENT_MAJOR_VERSION=5",
            "CONFLUENT_MINOR_VERSION=0",
            "CONFLUENT_PATCH_VERSION=1",
            "CONFLUENT_MVN_LABEL=",
            "CONFLUENT_PLATFORM_LABEL=",
            "CONFLUENT_VERSION=5.0.1",
            "CONFLUENT_DEB_VERSION=1",
            "ZULU_OPENJDK_VERSION=8=8.30.0.1",
            "LANG=C.UTF-8",
            "CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar",
            "KAFKA_ZOOKEEPER_CONNECT=",
            "KAFKA_ADVERTISED_LISTENERS=",
            "COMPONENT=kafka"
        ],
        "Cmd": [
            "/etc/confluent/docker/run"
        ],
        "ArgsEscaped": true,
        "Image": "sha256:9aa3628e55ec41e1b5a6a125fb51a4b9b1f12cf2ba945c09888785e84226f911",
        "Volumes": {
            "/etc/kafka/secrets": {},
            "/var/lib/kafka/data": {}
        },
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "io.confluent.docker": "true",
            "io.confluent.docker.build.number": "None",
            "io.confluent.docker.git.id": "cfb6df1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 557414026,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/95841d09488df3217d0426e98e17067f9afdf74e35a78b85af0a543920abd3b7/diff:/var/lib/docker/overlay2/e045ae489a51b25a95b8aa06fb258045af17d225f5267995b69be09dfe43b0a0/diff:/var/lib/docker/overlay2/ab971e4beb4e0a20cef592a5fefa3bdadf2bc9f1fcca7df41265426de8a7c948/diff:/var/lib/docker/overlay2/5960e05207400f46d66df8b5479ad946e4c287f38c5c631323ef20374cc855f8/diff",
            "MergedDir": "/var/lib/docker/overlay2/7bda2a27c856662889a3874b725403c494538889685353804de1137f1511cab0/merged",
            "UpperDir": "/var/lib/docker/overlay2/7bda2a27c856662889a3874b725403c494538889685353804de1137f1511cab0/diff",
            "WorkDir": "/var/lib/docker/overlay2/7bda2a27c856662889a3874b725403c494538889685353804de1137f1511cab0/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:8c466bf4ca6ffdda8b7717b1cd6fe31109529ee64e626a003a224fb8bd2bc469",
            "sha256:15729f5036d4e8a02a0846730f85c3fd99478960bb641e773d2683a4eb6cadb8",
            "sha256:fea6df81e346fc8f5dfad80f2d131b4ff976ed8150faa38f5021c596153fd132",
            "sha256:722e23a79da5286c97468ee2ddc02df2866ce796700a284184b140b8834af9a1",
            "sha256:98898ac9cc994eb524356e148847fffdafad5be5e1b4ec75a31d2f5f4073be27"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-09T18:49:29.533019427+08:00"
    }
}

更多版本

docker.io/confluentinc/cp-kafka:7.6.1

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

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

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

docker.io/confluentinc/cp-kafka:7.4.0

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

docker.io/confluentinc/cp-kafka:5.5.0

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

docker.io/confluentinc/cp-kafka:7.5.0

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

docker.io/confluentinc/cp-kafka:5.2.0

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

docker.io/confluentinc/cp-kafka:5.2.2

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

docker.io/confluentinc/cp-kafka:7.0.1

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

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

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

docker.io/confluentinc/cp-kafka:7.9.1

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

docker.io/confluentinc/cp-kafka:8.0.0

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

docker.io/confluentinc/cp-kafka:7.9.1

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

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

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

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

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

docker.io/confluentinc/cp-kafka:7.3.0

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

docker.io/confluentinc/cp-kafka:7.9.0

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

docker.io/confluentinc/cp-kafka:7.6.6

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

docker.io/confluentinc/cp-kafka:7.7.0

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

docker.io/confluentinc/cp-kafka:5.0.1

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