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

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

logo
docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest
linux/arm64 docker.io 请确认架构匹配

该镜像是Zabbix Agent 2的官方镜像,用于监控服务器和网络设备等。支持多种协议和数据源。

特点:

  • 支持多种协议,如HTTP、SNMP等
  • 支持多种数据源,如系统状态、进程信息等
  • 高性能和低延迟
  • 易于安装和配置

使用场景:

  • 监控服务器和网络设备等
  • 实时监控系统状态和数据源
  • 快速响应异常情况
12
浏览次数
208.30MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest-linuxarm64
源镜像
docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest
镜像ID
sha256:eaf3ff9b1e2c6e994a773126f447362495cbf55d3dbe17751d70d2f74dc227eb
镜像 TAG
ubuntu-7.4-latest-linuxarm64
镜像大小
208.30MB
平台架构
linux/arm64
镜像源
docker.io
CMD
/usr/sbin/zabbix_agent2 --foreground -c /etc/zabbix/zabbix_agent2.conf
启动入口
/usr/bin/docker-entrypoint.sh
工作目录
/var/lib/zabbix
OS/平台
linux/arm64
镜像创建
2026-09-03T19:45:54.678403609Z
同步时间
2026-09-09 12:00
浏览量
12 次
贡献者
🔌 开放端口 2
10050/tcp 31999/tcp
⚙️ 环境变量 8
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
TERM=xterm 1
ZBX_VERSION=7.4.14 2
ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git 3
ZABBIX_USER_HOME_DIR=/var/lib/zabbix 4
ZABBIX_CONF_DIR=/etc/zabbix 5
ZBX_PERSISTENTBUFFERFILE=/var/lib/zabbix/buffer/agent2.db 6
ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts 7
🏷️ 镜像标签 14
KeyValue
7.4.14 com.zabbix.product.ref
unknown com.zabbix.product.revision
https://git.zabbix.com/scm/zbx/zabbix.git com.zabbix.product.source
Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.authors
2026-09-03T19:43:10.534Z org.opencontainers.image.created
Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications org.opencontainers.image.description
https://www.zabbix.com/documentation/7.4/manual/installation/containers org.opencontainers.image.documentation
AGPL-3.0-only org.opencontainers.image.licenses
fd8e24e430a935e62171887d0d028f2d55a5d1c1 org.opencontainers.image.revision
https://github.com/zabbix/zabbix-docker org.opencontainers.image.source
Zabbix agent 2 org.opencontainers.image.title
https://zabbix.com/ org.opencontainers.image.url
Zabbix SIA org.opencontainers.image.vendor
7.4.14 org.opencontainers.image.version
🛡️ 镜像安全扫描
ubuntu 26.04 Trivy 2026-09-09 12:00 查看完整报告
22
低危 LOW
163
中危 MEDIUM
180
高危 HIGH
3
严重 CRITICAL
受影响目标 (8)
docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest (ubuntu 26.04) ubuntu usr/bin/pebble gobinary usr/sbin/zabbix-agent2-plugin/ember-plus gobinary usr/sbin/zabbix-agent2-plugin/mongodb gobinary usr/sbin/zabbix-agent2-plugin/mssql gobinary usr/sbin/zabbix-agent2-plugin/nvidia-gpu gobinary usr/sbin/zabbix-agent2-plugin/postgresql gobinary usr/sbin/zabbix_agent2 gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest-linuxarm64  docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest-linuxarm64  docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest

Shell快速替换命令

sed -i 's#zabbix/zabbix-agent2:ubuntu-7.4-latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest-linuxarm64  docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest-linuxarm64  docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest'

镜像构建历史


# 2026-09-04 03:45:54  0.00B 设置默认要执行的命令
CMD ["/usr/sbin/zabbix_agent2" "--foreground" "-c" "/etc/zabbix/zabbix_agent2.conf"]
                        
# 2026-09-04 03:45:54  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
                        
# 2026-09-04 03:45:54  0.00B 指定运行容器时使用的用户
USER 1997
                        
# 2026-09-04 03:45:54  0.00B 设置工作目录为/var/lib/zabbix
WORKDIR /var/lib/zabbix
                        
# 2026-09-04 03:45:54  0.00B 声明容器运行时监听的端口
EXPOSE map[10050/tcp:{} 31999/tcp:{}]
                        
# 2026-09-04 03:45:54  42.92KB 执行命令并创建新的镜像层
RUN |5 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.14 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZBX_PRODUCT_REF=7.4.14 ZBX_PRODUCT_REVISION=unknown /bin/sh -c set -eux &&     install -d /usr/lib/docker-entrypoint &&     install -m 0755 /tmp/entrypoints/agent2.sh /usr/bin/docker-entrypoint.sh &&     install -m 0644 /tmp/entrypoints/lib/*.sh /usr/lib/docker-entrypoint/ # buildkit
                        
# 2026-09-04 03:45:54  32.51MB 执行命令并创建新的镜像层
RUN |5 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.14 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZBX_PRODUCT_REF=7.4.14 ZBX_PRODUCT_REVISION=unknown /bin/sh -c set -eux &&     INSTALL_PKGS="bash             ca-certificates             tzdata             libcares2             libcurl4t64             libpcre2-8-0             libssl3t64             iputils-ping             smartmontools             sudo" &&     apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get install -y             --no-install-recommends         ${INSTALL_PKGS} &&     groupadd             --system             --gid 1995         zabbix &&     useradd             --system             --comment "Zabbix monitoring system"             -g zabbix             --uid 1997             --shell /sbin/nologin             --home-dir ${ZABBIX_USER_HOME_DIR}         zabbix &&     echo "zabbix ALL=(root) NOPASSWD: /usr/sbin/smartctl" >> /etc/sudoers.d/zabbix &&     mkdir -p ${ZABBIX_CONF_DIR}         ${ZABBIX_CONF_DIR}/zabbix_agentd.d         ${ZABBIX_CONF_DIR}/zabbix_agent2.d         ${ZABBIX_USER_HOME_DIR}         ${ZABBIX_USER_HOME_DIR}/enc         ${ZABBIX_USER_HOME_DIR}/enc_internal         ${ZABBIX_USER_HOME_DIR}/buffer         ${ZBX_USERPARAMETERDIR} &&     FIX_PERM_LIST="        ${ZABBIX_CONF_DIR}/zabbix_agent2_item_keys.conf         ${ZABBIX_CONF_DIR}/zabbix_agentd.d/         ${ZABBIX_CONF_DIR}/zabbix_agent2.d/         ${ZABBIX_USER_HOME_DIR}/" &&     chown --quiet -R zabbix:0 ${FIX_PERM_LIST} &&     chmod -R g=u ${FIX_PERM_LIST} &&     chown --quiet zabbix:0 ${ZABBIX_CONF_DIR}/ &&     chmod g=u ${ZABBIX_CONF_DIR} &&     /usr/sbin/zabbix_agent2 -V # buildkit
                        
# 2026-09-04 03:43:52  80.46KB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.4.14-output/agent2/conf/ /etc/zabbix/ # buildkit
                        
# 2026-09-04 03:43:52  398.93KB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.4.14-output/general/bin/zabbix_sender /usr/bin/ # buildkit
                        
# 2026-09-04 03:43:52  331.59KB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.4.14-output/general/bin/zabbix_get /usr/bin/ # buildkit
                        
# 2026-09-04 03:43:52  36.48MB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.4.14-output/agent2/sbin/zabbix-agent2-plugin/ /usr/sbin/zabbix-agent2-plugin/ # buildkit
                        
# 2026-09-04 03:43:51  18.41MB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.4.14-output/agent2/sbin/zabbix_agent2 /usr/sbin/ # buildkit
                        
# 2026-09-04 03:43:51  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.description=Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications org.opencontainers.image.documentation=https://www.zabbix.com/documentation/7.4/manual/installation/containers org.opencontainers.image.licenses=AGPL-3.0-only com.zabbix.product.source=https://git.zabbix.com/scm/zbx/zabbix.git com.zabbix.product.ref=7.4.14 com.zabbix.product.revision=unknown org.opencontainers.image.source=https://github.com/zabbix/zabbix-docker org.opencontainers.image.title=Zabbix agent 2 org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix SIA org.opencontainers.image.version=7.4.14
                        
# 2026-09-04 03:43:51  0.00B 设置环境变量 ZBX_PERSISTENTBUFFERFILE ZBX_USERPARAMETERDIR
ENV ZBX_PERSISTENTBUFFERFILE=/var/lib/zabbix/buffer/agent2.db ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts
                        
# 2026-09-04 03:43:51  0.00B 设置环境变量 TERM ZBX_VERSION ZBX_SOURCES ZABBIX_USER_HOME_DIR ZABBIX_CONF_DIR
ENV TERM=xterm ZBX_VERSION=7.4.14 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
                        
# 2026-09-04 03:43:51  0.00B 定义构建参数
ARG ZBX_PRODUCT_REVISION=unknown
                        
# 2026-09-04 03:43:51  0.00B 定义构建参数
ARG ZBX_PRODUCT_REF=7.4.14
                        
# 2026-09-04 03:43:51  0.00B 定义构建参数
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
                        
# 2026-09-04 03:43:51  0.00B 定义构建参数
ARG ZBX_VERSION
                        
# 2026-09-04 03:43:51  0.00B 定义构建参数
ARG MAJOR_VERSION
                        
# 2026-08-17 17:04:34  179.00B 
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9276.tar
                        
# 2026-08-17 17:04:34  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-08-17T09:04:34.463771+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical

Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.
It is the world's most popular operating system across public clouds and OpenStack clouds.
It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.
Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

                        
# 2026-08-17 17:04:34  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-08-17T09:04:34.463771+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical

Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.
It is the world's most popular operating system across public clouds and OpenStack clouds.
It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.
Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

                        
# 2026-08-17 17:04:34  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-08-17 17:04:34  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
                        
# 2026-08-17 17:04:34  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
                        
# 2026-08-17 17:04:34  120.05MB 
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9276.tar --tag 26.04
                        
                    

镜像信息

{
    "Id": "sha256:eaf3ff9b1e2c6e994a773126f447362495cbf55d3dbe17751d70d2f74dc227eb",
    "RepoTags": [
        "zabbix/zabbix-agent2:ubuntu-7.4-latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2@sha256:d7b1264fa7a375dfd3407903c38cfcb5cb037a03f417333a8fea589ec9bb87a9"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-09-03T19:45:54.678403609Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1997",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "10050/tcp": {},
            "31999/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "TERM=xterm",
            "ZBX_VERSION=7.4.14",
            "ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git",
            "ZABBIX_USER_HOME_DIR=/var/lib/zabbix",
            "ZABBIX_CONF_DIR=/etc/zabbix",
            "ZBX_PERSISTENTBUFFERFILE=/var/lib/zabbix/buffer/agent2.db",
            "ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts"
        ],
        "Cmd": [
            "/usr/sbin/zabbix_agent2",
            "--foreground",
            "-c",
            "/etc/zabbix/zabbix_agent2.conf"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/var/lib/zabbix",
        "Entrypoint": [
            "/usr/bin/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "com.zabbix.product.ref": "7.4.14",
            "com.zabbix.product.revision": "unknown",
            "com.zabbix.product.source": "https://git.zabbix.com/scm/zbx/zabbix.git",
            "org.opencontainers.image.authors": "Alexey Pustovalov \u003calexey.pustovalov@zabbix.com\u003e",
            "org.opencontainers.image.created": "2026-09-03T19:43:10.534Z",
            "org.opencontainers.image.description": "Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications",
            "org.opencontainers.image.documentation": "https://www.zabbix.com/documentation/7.4/manual/installation/containers",
            "org.opencontainers.image.licenses": "AGPL-3.0-only",
            "org.opencontainers.image.revision": "fd8e24e430a935e62171887d0d028f2d55a5d1c1",
            "org.opencontainers.image.source": "https://github.com/zabbix/zabbix-docker",
            "org.opencontainers.image.title": "Zabbix agent 2",
            "org.opencontainers.image.url": "https://zabbix.com/",
            "org.opencontainers.image.vendor": "Zabbix SIA",
            "org.opencontainers.image.version": "7.4.14"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 208304673,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/118f3cd29288396d647d332a280fe5abc074237030db61a9ebfaa832a36ddf43/diff:/var/lib/docker/overlay2/0cc47b90aa3fc38c59a1aed591aa611fbd611e4d1a2fcdf4753dceafade4ef44/diff:/var/lib/docker/overlay2/ada5e1038c9a804fd52b43b34e9957e67a30270a5f18270853ce997cfe6e9e50/diff:/var/lib/docker/overlay2/3e0ac8cd74c08689a0bd79ae96130fb17cd68a4f0f0dbe02e699456d1ebb419c/diff:/var/lib/docker/overlay2/ab3e70766a33ac5238ebcb6286cca6f0b910e197cff97604cf861ebdd745b047/diff:/var/lib/docker/overlay2/6dd12c46779e4015c5ecd5ad2691db0c6a20ea0078b1028325450e616f7ed181/diff:/var/lib/docker/overlay2/2ec3298e3f253ca373a6540b5358afb7a514498d573861538b4339fc621bfe75/diff:/var/lib/docker/overlay2/dcf1e78a295cae53c3cf02d7266f9dc752e934abebb9b31e924f25451251537c/diff:/var/lib/docker/overlay2/e70cdfa39f600f8bd235703c2bc358fae77ed29ad53cc17e62a0c53899ab6a44/diff",
            "MergedDir": "/var/lib/docker/overlay2/3c7185ed0b405665dd2a6a8d6e7246b418e95893ee24c9900dc26137a3312270/merged",
            "UpperDir": "/var/lib/docker/overlay2/3c7185ed0b405665dd2a6a8d6e7246b418e95893ee24c9900dc26137a3312270/diff",
            "WorkDir": "/var/lib/docker/overlay2/3c7185ed0b405665dd2a6a8d6e7246b418e95893ee24c9900dc26137a3312270/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:feefe6a173bdb7374d50d062fc8edf1c351e153045a32db205b1e7af3d3df90f",
            "sha256:e6b78a6ffb3be073d0175fe6798d3995c51fc23df5a9bebf67a06f8087007281",
            "sha256:b688f713b9b2bcb374d316fae637bcf2685633c654650ef102bf1686a599a3f9",
            "sha256:7ae4fe3031702542792ce398197748c1ede7aeb64c305f388a04c92f8dd3d42d",
            "sha256:da5f4ec0a011cdb9c3e4bb069a671cab460567f4f42aab1feee1de47bfb9e171",
            "sha256:d7a628dee582612051966a2e71795aaa41fd2bc487bb8ff6fdd4d94b521e454e",
            "sha256:d496eaf4168bae546a29c12eac539e764ebc22453816d388b5efe0fe1fbc324f",
            "sha256:57279aa643de824b84a34d9c8d84e8ff2b5178b43ca447f90c13e9a7553c8dac",
            "sha256:93bd46a0434b7ba86bf8b340d4d4470a4d0ae770417d5e0f6a366bef92a2fb91",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-09T12:00:24.401233125+08:00"
    }
}

更多版本

docker.io/zabbix/zabbix-agent2:ubuntu-5.0-latest

linux/amd64 docker.io113.05MB2024-09-29 18:20
912

docker.io/zabbix/zabbix-agent2:alpine-7.2-latest

linux/amd64 docker.io73.33MB2025-02-05 19:10
805

docker.io/zabbix/zabbix-agent2:ubuntu-5.0.45

linux/amd64 docker.io113.08MB2025-05-06 10:00
586

docker.io/zabbix/zabbix-agent2:ubuntu-5.0.45

linux/arm64 docker.io104.02MB2025-05-06 11:25
534

docker.io/zabbix/zabbix-agent2:alpine-6.0.40

linux/amd64 docker.io67.22MB2025-08-08 08:59
553

docker.io/zabbix/zabbix-agent2:alpine-7.4-latest

linux/amd64 docker.io77.14MB2025-10-29 09:25
527

docker.io/zabbix/zabbix-agent2:latest

linux/amd64 docker.io77.27MB2025-11-07 14:28
386

docker.io/zabbix/zabbix-agent2:alpine-7.4.1

linux/amd64 docker.io76.68MB2025-12-02 11:11
444

docker.io/zabbix/zabbix-agent2:alpine-7.0.17

linux/amd64 docker.io72.56MB2025-12-02 13:59
392

docker.io/zabbix/zabbix-agent2:alpine-7.0.17

linux/arm64 docker.io73.61MB2025-12-05 00:51
311

docker.io/zabbix/zabbix-agent2:7.0-ubuntu-latest

linux/amd64 docker.io146.62MB2026-01-07 16:39
471

docker.io/zabbix/zabbix-agent2:7.0.22-ubuntu

linux/amd64 docker.io146.62MB2026-01-07 16:41
375

docker.io/zabbix/zabbix-agent2:7.4-ubuntu-latest

linux/amd64 docker.io150.82MB2026-01-27 14:05
411

docker.io/zabbix/zabbix-agent2:7.0.23-ubuntu

linux/amd64 docker.io153.14MB2026-06-18 14:32
156

docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest

linux/amd64 docker.io190.71MB2026-09-09 10:56
18

docker.io/zabbix/zabbix-agent2:ubuntu-7.4-latest

linux/arm64 docker.io208.30MB2026-09-09 12:00
11
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×