docker.io/redpandadata/connectors:v1.0.53 linux/arm64

docker.io/redpandadata/connectors:v1.0.53 - 国内下载镜像源 浏览次数:10 温馨提示: 这是一个 linux/arm64 系统架构镜像

docker.io/redpandadata/connectors镜像提供Redpanda生态的数据连接器,兼容Kafka Connect标准,支持将数据在Redpanda与外部系统(如关系型数据库、对象存储、消息队列等)之间进行双向传输,助力构建高效的流数据集成解决方案。

源镜像 docker.io/redpandadata/connectors:v1.0.53
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redpandadata/connectors:v1.0.53-linuxarm64
镜像ID sha256:89c3677c45848b8f988b40865cff2bc3b826545e955b1899fcec92925d9b1faa
镜像TAG v1.0.53-linuxarm64
大小 736.21MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD ./launch.sh
启动入口
工作目录 /opt/kafka/bin/
OS/平台 linux/arm64
浏览量 10 次
贡献者
镜像创建 2026-02-20T15:50:06.811821719Z
同步时间 2026-03-16 18:15
开放端口
9404/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci JAVA_HOME=/usr/lib/jvm/jre-21 CONNECT_HOME=/opt/kafka
镜像标签
aarch64: architecture 2026-02-11T04:54:44Z: 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 cpe:/a:redhat:enterprise_linux:8::appstream: cpe 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.: description public: distribution-scope 1.42.2: io.buildah.version 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 Red Hat, Inc.: maintainer ubi8/ubi-minimal: name 2026-02-11T04:54:44Z: org.opencontainers.image.created 1e787622a9711280b3af2a32f69e499d3e11a5d4: org.opencontainers.image.revision 1770785328: release Provides the latest release of the minimal Red Hat Universal Base Image 8.: summary https://catalog.redhat.com/en/search?searchType=containers: url 1e787622a9711280b3af2a32f69e499d3e11a5d4: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8.10: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redpandadata/connectors:v1.0.53-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redpandadata/connectors:v1.0.53-linuxarm64  docker.io/redpandadata/connectors:v1.0.53

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redpandadata/connectors:v1.0.53-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redpandadata/connectors:v1.0.53-linuxarm64  docker.io/redpandadata/connectors:v1.0.53

Shell快速替换命令

sed -i 's#redpandadata/connectors:v1.0.53#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redpandadata/connectors:v1.0.53-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redpandadata/connectors:v1.0.53-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redpandadata/connectors:v1.0.53-linuxarm64  docker.io/redpandadata/connectors:v1.0.53'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redpandadata/connectors:v1.0.53-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redpandadata/connectors:v1.0.53-linuxarm64  docker.io/redpandadata/connectors:v1.0.53'

镜像构建历史


# 2026-02-20 23:50:06  0.00B 设置默认要执行的命令
CMD ["./launch.sh"]
                        
# 2026-02-20 23:50:06  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2026-02-20 23:50:06  0.00B 设置工作目录为/opt/kafka/bin/
WORKDIR /opt/kafka/bin/
                        
# 2026-02-20 23:50:06  0.00B 声明容器运行时监听的端口
EXPOSE [9404/tcp]
                        
# 2026-02-20 23:50:06  576.92KB 复制新文件或目录到容器中
COPY .connectors/redpanda-plugins /opt/kafka/redpanda-plugins # buildkit
                        
# 2026-02-20 23:50:06  487.24MB 执行命令并创建新的镜像层
RUN |1 JAVA_VERSION=21 /bin/sh -c microdnf -y update     && microdnf -y install yum java-${JAVA_VERSION}-openjdk-devel openssl shadow-utils unzip procps jq nano iputils hostname findutils net-tools     && microdnf -y clean all     && yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm     && yum update     && yum -y install htop     && yum remove -y libtiff     && chmod -R 755 $CONNECT_HOME/bin/*.sh     && /opt/kafka/bin/add_security_provider.sh ${JAVA_HOME}/conf/security/java.security     && useradd -r -m -u 1001 -g 0 redpanda     && rpm -e python3-unbound     && rpm -e unbound-libs     && rpm -e rest     && rpm -e libsoup     && rpm -e --nodeps platform-python-setuptools     && rpm -e --nodeps python3-setuptools-wheel     && rpm -e --nodeps platform-python-pip     && rpm -e --nodeps python3-pip-wheel     && rpm -e --nodeps libxml2     && rpm -e --nodeps libarchive     && rpm -e --nodeps cups-libs     && rpm -e --nodeps expat     && rpm -e --nodeps brotli     && rpm -e --nodeps libpng # buildkit
                        
# 2026-02-20 23:46:39  144.29MB 复制新文件或目录到容器中
COPY .connectors/kafka-connect /opt/kafka # buildkit
                        
# 2026-02-20 23:46:39  0.00B 设置环境变量 CONNECT_HOME
ENV CONNECT_HOME=/opt/kafka
                        
# 2026-02-20 23:46:39  0.00B 设置环境变量 JAVA_HOME
ENV JAVA_HOME=/usr/lib/jvm/jre-21
                        
# 2026-02-20 23:46:39  0.00B 指定运行容器时使用的用户
USER root
                        
# 2026-02-20 23:46:39  0.00B 定义构建参数
ARG JAVA_VERSION=21
                        
# 2026-02-11 12:55:01  104.10MB 
/bin/sh -c #(nop) LABEL "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="1e787622a9711280b3af2a32f69e499d3e11a5d4" "org.opencontainers.image.revision"="1e787622a9711280b3af2a32f69e499d3e11a5d4" "build-date"="2026-02-11T04:54:44Z" "org.opencontainers.image.created"="2026-02-11T04:54:44Z" "release"="1770785328"org.opencontainers.image.revision=1e787622a9711280b3af2a32f69e499d3e11a5d4,org.opencontainers.image.created=2026-02-11T04:54:44Z
                        
# 2026-02-11 12:55:01  0.00B 
/bin/sh -c #(nop) COPY file:0026f186fdf7ad4d399e5447d7e234e9ddcc0c0e009f719382e098f2acf3a60b in /root/buildinfo/labels.json      
                        
# 2026-02-11 12:55:01  0.00B 
/bin/sh -c #(nop) COPY file:0026f186fdf7ad4d399e5447d7e234e9ddcc0c0e009f719382e098f2acf3a60b in /usr/share/buildinfo/labels.json      
                        
# 2026-02-11 12:55:01  0.00B 
/bin/sh -c #(nop) COPY file:3ab5c2f18f7b2afc9a63033cf6d7fedd5acc6eb94e3217a2863e790bced26b9d in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-02-11 12:55:01  0.00B 
/bin/sh -c #(nop) COPY file:3ab5c2f18f7b2afc9a63033cf6d7fedd5acc6eb94e3217a2863e790bced26b9d in /usr/share/buildinfo/content-sets.json      
                        
# 2026-02-11 12:55:01  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-02-11 12:55:01  0.00B 
/bin/sh -c #(nop) COPY file:67f65df33ff6c09984969b192c50b78072a88c5655e380e734315d0229c75aa1 in /etc/yum.repos.d/.      
                        
# 2026-02-11 12:55:01  0.00B 
/bin/sh -c #(nop) COPY dir:d1e6b79cb6e1336b10aa9a08b3272cfdedd0318b3d990958c36af297fdadc10a in /      
                        
# 2026-02-11 12:55:00  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-02-11 12:55:00  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2026-02-11 12:55:00  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-02-11 12:55:00  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2026-02-11 12:55:00  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."
                        
# 2026-02-11 12:55:00  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."
                        
# 2026-02-11 12:55:00  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2026-02-11 12:55:00  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2026-02-11 12:55:00  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8/ubi-minimal"       version="8.10"       cpe="cpe:/a:redhat:enterprise_linux:8::appstream"       distribution-scope="public"
                        
# 2026-02-11 12:55:00  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-02-11 12:55:00  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-02-11 12:55:00  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:89c3677c45848b8f988b40865cff2bc3b826545e955b1899fcec92925d9b1faa",
    "RepoTags": [
        "redpandadata/connectors:v1.0.53",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redpandadata/connectors:v1.0.53-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redpandadata/connectors@sha256:a919ac9fe42f365d00a771f1c839ee498f84a8c72e554b9d7fe150d7144778ba"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-20T15:50:06.811821719Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9404/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "JAVA_HOME=/usr/lib/jvm/jre-21",
            "CONNECT_HOME=/opt/kafka"
        ],
        "Cmd": [
            "./launch.sh"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/kafka/bin/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "aarch64",
            "build-date": "2026-02-11T04:54:44Z",
            "com.redhat.component": "ubi8-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream",
            "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.",
            "distribution-scope": "public",
            "io.buildah.version": "1.42.2",
            "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": "Red Hat, Inc.",
            "name": "ubi8/ubi-minimal",
            "org.opencontainers.image.created": "2026-02-11T04:54:44Z",
            "org.opencontainers.image.revision": "1e787622a9711280b3af2a32f69e499d3e11a5d4",
            "release": "1770785328",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 8.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "1e787622a9711280b3af2a32f69e499d3e11a5d4",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.10"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 736207826,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4cf56c2040a37417989203839522cbb54427a29d754a4fc95f8bea09879cefa0/diff:/var/lib/docker/overlay2/902033bd4319a995614b7dfbd00d62b675fa43a66f6e944b5f46de0b531ef398/diff:/var/lib/docker/overlay2/2b959f384918a522605dcc7ce03ab611f5bb81b604f3e0feb424c1f05bc962d4/diff:/var/lib/docker/overlay2/3857dfba0175ebe716b0ab4a838f9072b9affd33b36e436907853fd42dc61a93/diff",
            "MergedDir": "/var/lib/docker/overlay2/cd56d4ca93f51006edb8568b38f5ebdbaa40ddfdb8419ddc9d67307db8eb1465/merged",
            "UpperDir": "/var/lib/docker/overlay2/cd56d4ca93f51006edb8568b38f5ebdbaa40ddfdb8419ddc9d67307db8eb1465/diff",
            "WorkDir": "/var/lib/docker/overlay2/cd56d4ca93f51006edb8568b38f5ebdbaa40ddfdb8419ddc9d67307db8eb1465/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0073cae4df014b49d0121d3fc166a25fdb05bc8e93f9b440557339a6e67cd338",
            "sha256:d5c4522f0476a80ef2ba19d224a3c5f87a43a8bee0f9fd1734ea8a8bf6f9c7e5",
            "sha256:89ce21c7b2b543163926696b78c8d57f6559ee4650ed48abaa9c274595b4d62a",
            "sha256:90d87a3c1ad3d2c290fe2465d421684a5520915102ac65d0a8c1551429a01918",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-16T18:14:45.915762661+08:00"
    }
}

更多版本

docker.io/redpandadata/connectors:v1.0.53

linux/amd64 docker.io708.22MB2026-03-16 18:12
11

docker.io/redpandadata/connectors:v1.0.53

linux/arm64 docker.io736.21MB2026-03-16 18:15
9