docker.io/automqinc/automq:1.6.2 linux/arm64

docker.io/automqinc/automq:1.6.2 - 国内下载镜像源 浏览次数:23 温馨提示: 这是一个 linux/arm64 系统架构镜像
源镜像 docker.io/automqinc/automq:1.6.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/automqinc/automq:1.6.2-linuxarm64
镜像ID sha256:56c58228b37ae3a036d6c4bef3dd3ef75318d4ae4e8586f8856448744b40d5a6
镜像TAG 1.6.2-linuxarm64
大小 1.53GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/sh -c tail -f /dev/null
启动入口
工作目录 /opt/kafka
OS/平台 linux/arm64
浏览量 23 次
贡献者
镜像创建 2025-12-08T03:35:58.814176519Z
同步时间 2026-01-05 12:25
更新时间 2026-01-08 20:36
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin DEBIAN_FRONTEND=noninteractive AWS_DEFAULT_REGION=us-east-1 KAFKA_JVM_PERFORMANCE_OPTS=-server -XX:+UseZGC -XX:ZCollectionInterval=5

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/automqinc/automq:1.6.2-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/automqinc/automq:1.6.2-linuxarm64  docker.io/automqinc/automq:1.6.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/automqinc/automq:1.6.2-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/automqinc/automq:1.6.2-linuxarm64  docker.io/automqinc/automq:1.6.2

Shell快速替换命令

sed -i 's#automqinc/automq:1.6.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/automqinc/automq:1.6.2-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/automqinc/automq:1.6.2-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/automqinc/automq:1.6.2-linuxarm64  docker.io/automqinc/automq:1.6.2'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/automqinc/automq:1.6.2-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/automqinc/automq:1.6.2-linuxarm64  docker.io/automqinc/automq:1.6.2'

镜像构建历史


# 2025-12-08 11:35:58  0.00B 设置默认要执行的命令
CMD ["/bin/sh" "-c" "tail -f /dev/null"]
                        
# 2025-12-08 11:35:58  0.00B 设置工作目录为/opt/kafka
WORKDIR /opt/kafka
                        
# 2025-12-08 11:35:58  10.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s /opt/kafka /opt/automq # buildkit
                        
# 2025-12-08 11:35:58  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir -p /data/kafka # buildkit
                        
# 2025-12-08 11:35:58  12.37KB 执行命令并创建新的镜像层
RUN /bin/sh -c chmod +x /opt/kafka/scripts/*.sh # buildkit
                        
# 2025-12-08 11:35:58  13.20KB 复制新文件或目录到容器中
COPY scripts /opt/kafka/scripts # buildkit
                        
# 2025-12-08 11:35:58  334.92MB 执行命令并创建新的镜像层
RUN /bin/sh -c tar -xzvf "/opt/kafka/kafka.tgz" -C /opt/kafka/ --one-top-level=kafka --strip-components 1 && rm "/opt/kafka/kafka.tgz" # buildkit
                        
# 2025-12-08 11:35:50  312.73MB 复制新文件或目录到容器中
COPY ./automq-*.tgz /opt/kafka/kafka.tgz # buildkit
                        
# 2025-12-08 11:35:50  0.00B 设置环境变量 DEBIAN_FRONTEND AWS_DEFAULT_REGION KAFKA_JVM_PERFORMANCE_OPTS -XX:ZCollectionInterval
ENV DEBIAN_FRONTEND=noninteractive AWS_DEFAULT_REGION=us-east-1 KAFKA_JVM_PERFORMANCE_OPTS=-server -XX:+UseZGC -XX:ZCollectionInterval=5
                        
# 2025-12-08 11:35:50  742.72MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates dnsutils iputils-ping curl wget netcat-openbsd sysstat net-tools htop procps zlib1g vim less openjdk-17-jdk libjemalloc-dev ipset iproute2 &&     apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit
                        
# 2025-12-08 11:35:50  0.00B 
MAINTAINER AutoMQ for Apache Kafka dev@automq.com
                        
# 2025-11-17 08:00:00  138.93MB 
# debian.sh --arch 'arm64' out/ 'bookworm' '@1763337600'
                        
                    

镜像信息

{
    "Id": "sha256:56c58228b37ae3a036d6c4bef3dd3ef75318d4ae4e8586f8856448744b40d5a6",
    "RepoTags": [
        "automqinc/automq:1.6.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/automqinc/automq:1.6.2-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/automqinc/automq@sha256:378fa963b420c0871edf19d0fdef177d1ddb710f57180a3dc786efefe6d7d371"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-08T03:35:58.814176519Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "AutoMQ for Apache Kafka dev@automq.com",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "DEBIAN_FRONTEND=noninteractive",
            "AWS_DEFAULT_REGION=us-east-1",
            "KAFKA_JVM_PERFORMANCE_OPTS=-server -XX:+UseZGC -XX:ZCollectionInterval=5"
        ],
        "Cmd": [
            "/bin/sh",
            "-c",
            "tail -f /dev/null"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/kafka",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 1529331980,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/abc2302ae2f3f74d116a7e344a713aae4bb4c5e4cee9576e3f8b471857c346b2/diff:/var/lib/docker/overlay2/ce94a2bdebce0f4318c73b6449178dd31860851967b1213e7fee1c6f0cec6e9b/diff:/var/lib/docker/overlay2/cc0d18ee3a63ad097db958d9d5da069a249f0b338ddba08e09383a0577403b77/diff:/var/lib/docker/overlay2/655ab048d234dec61cee6b8d47e86e72e8817764048abdde1339113c25f3c55b/diff:/var/lib/docker/overlay2/0184dc88e5a703dc483015d2f141660c911ec84706c44e32273a6b6a00cf4691/diff:/var/lib/docker/overlay2/8877a4c26993fd43107ea5fb46737943d0a5927feb3455421a03159c5bb07502/diff:/var/lib/docker/overlay2/e8d8cef2802859448115a2d011f111802855f0930348b8fc4f6df6c3df9a10f6/diff:/var/lib/docker/overlay2/0f4169ea810867d3f435855a472f658473d7799271f510cd5217076349283f46/diff",
            "MergedDir": "/var/lib/docker/overlay2/2af66dba81f7f03e06fb25f38075289650fc6ae6100b8a25e51ada92d121bdf7/merged",
            "UpperDir": "/var/lib/docker/overlay2/2af66dba81f7f03e06fb25f38075289650fc6ae6100b8a25e51ada92d121bdf7/diff",
            "WorkDir": "/var/lib/docker/overlay2/2af66dba81f7f03e06fb25f38075289650fc6ae6100b8a25e51ada92d121bdf7/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:af39c3a139e8c2c78bc402d50ae753fa602f87035f1f2d71e0aae4bda3fd414d",
            "sha256:fea6053037fd86e1662ec1569900958ff78dd84d963e30e3393e4624a42e8b41",
            "sha256:6f1e99c117575afcac4ae24890a4a7ac923d33dd66f794ea1f1ae9267ffeece8",
            "sha256:7e4452da28e133b2a1980a347035419ae96243fe912284adf1e528eaebce88df",
            "sha256:945a5fdc1279e69fafbfcfc12d9c42c6deb7a230d257d65051d6ed9c59476b1d",
            "sha256:6081153ec8641c5c3cdd77ad1b5a715ca60a6f103c5f0b1c32797b5d9697750f",
            "sha256:3c0c7bacc6ea1176ab634789d9d9d9ff0dc5b50760316e226c6b5eec5bbd24c3",
            "sha256:b44929c2daf9023640497fb696f963695acebc9720b0bf8c5a64e845eaadc322",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-01-05T12:23:14.972208998+08:00"
    }
}

更多版本

docker.io/automqinc/automq:1.5.5

linux/amd64 docker.io1.49GB2025-10-17 15:18
89

docker.io/automqinc/automq:1.6.0

linux/amd64 docker.io1.49GB2026-01-05 12:13
25

docker.io/automqinc/automq:1.6.0

linux/arm64 docker.io1.53GB2026-01-05 12:17
20

docker.io/automqinc/automq:1.6.2

linux/amd64 docker.io1.50GB2026-01-05 12:21
23

docker.io/automqinc/automq:1.6.2

linux/arm64 docker.io1.53GB2026-01-05 12:25
22