ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
docker.io/antrea/toolbox:latest
linux/amd64 docker.io

antrea/toolbox是Antrea项目提供的工具容器镜像,包含tcpdump、ping、traceroute、iproute2等常用网络诊断与调试工具,用于在Kubernetes集群环境中排查Antrea网络相关的连通性、流量转发等故障,方便用户进行网络问题的调试分析。

9
浏览次数
172.05MB
镜像大小
源镜像
docker.io/antrea/toolbox:latest
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/antrea/toolbox:latest
镜像ID
sha256:4dfcfcc2a2aec5c7313f1e0fe0ee5a1c2a54a04bce905eca0702c58dfeefba88
镜像 TAG
latest
镜像大小
172.05MB
平台架构
linux/amd64
镜像源
docker.io
CMD
/pause
启动入口
工作目录
OS/平台
linux/amd64
镜像创建
2026-07-02T17:12:51.207011217Z
同步时间
2026-07-07 18:00
浏览量
9 次
贡献者
⚙️ 环境变量 2
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
TOOLS=apache2-utils arping conntrack curl dnsutils ethtool iperf3 iproute2 ipset iptables iputils-ping kmod ncat netperf nmap socat tcpdump telnet tini traceroute wget 1
🏷️ 镜像标签 3
KeyValue
A Docker image with useful tools (for networking) based on Ubuntu description
Antrea <projectantrea-dev@googlegroups.com> maintainer
24.04 org.opencontainers.image.version
🛡️ 镜像安全扫描
ubuntu 24.04 Trivy 2026-07-07 18:00 查看完整报告
18
低危 LOW
35
中危 MEDIUM
0
高危 HIGH
0
严重 CRITICAL
受影响目标 (1)
docker.io/antrea/toolbox:latest (ubuntu 24.04) ubuntu

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/antrea/toolbox:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/antrea/toolbox:latest  docker.io/antrea/toolbox:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/antrea/toolbox:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/antrea/toolbox:latest  docker.io/antrea/toolbox:latest

Shell快速替换命令

sed -i 's#antrea/toolbox:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/antrea/toolbox:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/antrea/toolbox:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/antrea/toolbox:latest  docker.io/antrea/toolbox:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/antrea/toolbox:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/antrea/toolbox:latest  docker.io/antrea/toolbox:latest'

镜像构建历史


# 2026-07-03 01:12:51  0.00B 设置默认要执行的命令
CMD ["/pause"]
                        
# 2026-07-03 01:12:51  735.76KB 复制新文件或目录到容器中
COPY /pause /pause # buildkit
                        
# 2026-07-03 01:12:51  4.00B 复制新文件或目录到容器中
COPY VERSION /VERSION # buildkit
                        
# 2026-07-03 01:12:51  93.17MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends $TOOLS &&     rm -rf /var/cache/apt/* /var/lib/apt/lists/* &&     /iptables-wrapper-installer.sh --no-sanity-check # buildkit
                        
# 2026-07-03 01:12:40  7.70KB 复制文件或目录到容器中
ADD --chmod=700 https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/e139a115350974aac8a82ec4b815d2845f86997e/iptables-wrapper-installer.sh /iptables-wrapper-installer.sh # buildkit
                        
# 2026-07-03 01:12:40  0.00B 设置环境变量 TOOLS
ENV TOOLS=apache2-utils           arping           conntrack           curl           dnsutils           ethtool           iperf3           iproute2           ipset           iptables           iputils-ping           kmod           ncat           netperf           nmap           socat           tcpdump           telnet           tini           traceroute           wget
                        
# 2026-07-03 01:12:40  0.00B 添加元数据标签
LABEL description=A Docker image with useful tools (for networking) based on Ubuntu
                        
# 2026-07-03 01:12:40  0.00B 添加元数据标签
LABEL maintainer=Antrea <projectantrea-dev@googlegroups.com>
                        
# 2026-06-23 05:24:21  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2026-06-23 05:24:20  78.14MB 
/bin/sh -c #(nop) ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in / 
                        
# 2026-06-23 05:24:18  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2026-06-23 05:24:18  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2026-06-23 05:24:17  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:4dfcfcc2a2aec5c7313f1e0fe0ee5a1c2a54a04bce905eca0702c58dfeefba88",
    "RepoTags": [
        "antrea/toolbox:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/antrea/toolbox:latest"
    ],
    "RepoDigests": [
        "antrea/toolbox@sha256:c06cfaadfd277d9a47d43779cf9d1b0d98cc574372f3aa10854f6086fbfa14bc",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/antrea/toolbox@sha256:4093568aabf2a894466428ae28889e3f2b69d3b66ac09e6285721430438df569"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-02T17:12:51.207011217Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "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",
            "TOOLS=apache2-utils           arping           conntrack           curl           dnsutils           ethtool           iperf3           iproute2           ipset           iptables           iputils-ping           kmod           ncat           netperf           nmap           socat           tcpdump           telnet           tini           traceroute           wget"
        ],
        "Cmd": [
            "/pause"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "description": "A Docker image with useful tools (for networking) based on Ubuntu",
            "maintainer": "Antrea \u003cprojectantrea-dev@googlegroups.com\u003e",
            "org.opencontainers.image.version": "24.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 172054514,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/63e7820f07db2c8d4b9b70ebcc9f14ce959d29e6c02c33f14079d21f905ed113/diff:/var/lib/docker/overlay2/ecddb802a10fd043609db5b0a2951caa8d9fb037430712be1ebc720d01d8b9cb/diff:/var/lib/docker/overlay2/47009477c640fad27ddbc3485b1bd36b9af66144109123f96328ab03f4187c9d/diff:/var/lib/docker/overlay2/f48fddcb5b76a2eb2c4ec7a03e83b17d350f4dbba64437fc281e60fc43468d79/diff",
            "MergedDir": "/var/lib/docker/overlay2/9f5b3585de9fcf243f2eeba9b99d118ae5a9303d0f242781e3035942c24b9477/merged",
            "UpperDir": "/var/lib/docker/overlay2/9f5b3585de9fcf243f2eeba9b99d118ae5a9303d0f242781e3035942c24b9477/diff",
            "WorkDir": "/var/lib/docker/overlay2/9f5b3585de9fcf243f2eeba9b99d118ae5a9303d0f242781e3035942c24b9477/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f103cd120fdd6cbc7f3d0e1d5bfb3e16290c32ead7b822d15c34460ecdf64b29",
            "sha256:3b23e9f0705f1f28a49ad73adcf05c89b379f169ea4239b1767cd3f1d2a80208",
            "sha256:8997ca69cc5866d0b23c6c41a1914ec895ed6f9796b46c82bd8d9351f5da3ff2",
            "sha256:8ed368bc98b75a31268b2cad06177707ff5789e02764e5b9ef820559c31bb932",
            "sha256:d8bdedd33a4e22f5cb6ca641a7ada5f9e6a92ad001589480818a136184c7ce34"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-07T18:00:43.74758078+08:00"
    }
}

更多版本

docker.io/antrea/toolbox:latest

linux/amd64 docker.io172.05MB2026-07-07 18:00
8
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×