docker.io/zabbix/zabbix-agent:ubuntu-7.4-latest linux/amd64

docker.io/zabbix/zabbix-agent:ubuntu-7.4-latest - 国内下载镜像源 浏览次数:11

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

Zabbix Agent是Zabbix监控系统的轻量级客户端组件,部署于被监控主机上,负责采集本地系统及应用的各类监控数据(如CPU使用率、内存占用、磁盘空间、网络流量等),并将数据传输至Zabbix Server或Zabbix Proxy,为监控系统提供数据支撑以实现数据分析、告警等功能。该客户端支持主动(主动向服务端发送数据)与被动(响应服务端的数据请求)两种工作模式,可通过配置文件自定义监控项,适配不同场景的监控需求。

源镜像 docker.io/zabbix/zabbix-agent:ubuntu-7.4-latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent:ubuntu-7.4-latest
镜像ID sha256:91fff7ad2561c878fdcfdd642da642df9b2bc28e1ca0e1205b27054518937ddc
镜像TAG ubuntu-7.4-latest
大小 96.35MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/sbin/zabbix_agentd --foreground -c /etc/zabbix/zabbix_agentd.conf
启动入口 /usr/bin/docker-entrypoint.sh
工作目录 /var/lib/zabbix
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2026-02-14T10:12:56.220663195Z
同步时间 2026-02-23 15:23
开放端口
10050/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm ZBX_VERSION=7.4.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix ZBX_LOADMODULEPATH=/var/lib/zabbix/modules ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts
镜像标签
Alexey Pustovalov <alexey.pustovalov@zabbix.com>: org.opencontainers.image.authors 2026-02-14T10:12:14.955Z: org.opencontainers.image.created Zabbix agent 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 v3.0: org.opencontainers.image.licenses ubuntu: org.opencontainers.image.ref.name 30070dfd7c8ec89242f5a8a55c67f863acca6925: org.opencontainers.image.revision https://git.zabbix.com/scm/zbx/zabbix.git: org.opencontainers.image.source Zabbix agent: org.opencontainers.image.title https://zabbix.com/: org.opencontainers.image.url Zabbix SIA: org.opencontainers.image.vendor 7.4.7: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent:ubuntu-7.4-latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent:ubuntu-7.4-latest  docker.io/zabbix/zabbix-agent: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-agent:ubuntu-7.4-latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent:ubuntu-7.4-latest  docker.io/zabbix/zabbix-agent:ubuntu-7.4-latest'

镜像构建历史


# 2026-02-14 18:12:56  0.00B 设置默认要执行的命令
CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]
                        
# 2026-02-14 18:12:56  0.00B 指定运行容器时使用的用户
USER 1997
                        
# 2026-02-14 18:12:56  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
                        
# 2026-02-14 18:12:56  6.74KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/bin/ # buildkit
                        
# 2026-02-14 18:12:56  0.00B 设置工作目录为/var/lib/zabbix
WORKDIR /var/lib/zabbix
                        
# 2026-02-14 18:12:56  0.00B 声明容器运行时监听的端口
EXPOSE [10050/tcp]
                        
# 2026-02-14 18:12:56  16.70MB 执行命令并创建新的镜像层
RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux &&     echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d &&     INSTALL_PKGS="bash             tzdata             iputils-ping             ca-certificates             libcares2             libssl3t64             libcurl4t64             libmodbus5             libpcre2-8-0             libldap-2.4             zlib1g" &&     apt-get -y update &&     DEBIAN_FRONTEND=noninteractive apt-get -y             --no-install-recommends install         ${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 &&     mkdir -p ${ZABBIX_CONF_DIR}/ &&     mkdir -p ${ZABBIX_CONF_DIR}/zabbix_agentd.d &&     mkdir -p ${ZABBIX_USER_HOME_DIR} &&     mkdir -p ${ZABBIX_USER_HOME_DIR}/enc &&     mkdir -p ${ZABBIX_USER_HOME_DIR}/enc_internal &&     mkdir -p ${ZABBIX_USER_HOME_DIR}/modules &&     mkdir -p ${ZBX_USERPARAMETERDIR} &&     chown --quiet -R zabbix:root ${ZABBIX_CONF_DIR}/zabbix_agentd_modules.conf         ${ZABBIX_CONF_DIR}/zabbix_agentd_item_keys.conf         ${ZABBIX_CONF_DIR}/zabbix_agentd.d/         ${ZABBIX_USER_HOME_DIR}/ &&     chown --quiet zabbix:root ${ZABBIX_CONF_DIR}/ &&     chgrp -R 0 ${ZABBIX_CONF_DIR}/zabbix_agentd_modules.conf         ${ZABBIX_CONF_DIR}/zabbix_agentd_item_keys.conf         ${ZABBIX_CONF_DIR}/zabbix_agentd.d/         ${ZABBIX_USER_HOME_DIR}/ &&     chgrp 0 ${ZABBIX_CONF_DIR} &&     chmod -R g=u ${ZABBIX_CONF_DIR}/zabbix_agentd_modules.conf         ${ZABBIX_CONF_DIR}/zabbix_agentd_item_keys.conf         ${ZABBIX_CONF_DIR}/zabbix_agentd.d/         ${ZABBIX_USER_HOME_DIR}/ &&     chmod g=u ${ZABBIX_CONF_DIR} &&     /usr/sbin/zabbix_agentd -V # buildkit
                        
# 2026-02-14 18:12:47  38.19KB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.4.7-output/agent/conf/ /etc/zabbix/ # buildkit
                        
# 2026-02-14 18:12:47  689.74KB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.4.7-output/general/bin/* /usr/bin/ # buildkit
                        
# 2026-02-14 18:12:46  789.31KB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.4.7-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
                        
# 2026-02-14 18:12:46  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGTERM
                        
# 2026-02-14 18:12:46  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.description=Zabbix agent 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 v3.0 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git org.opencontainers.image.title=Zabbix agent org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix SIA org.opencontainers.image.version=7.4.7
                        
# 2026-02-14 18:12:46  0.00B 设置环境变量 ZBX_LOADMODULEPATH ZBX_USERPARAMETERDIR
ENV ZBX_LOADMODULEPATH=/var/lib/zabbix/modules ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts
                        
# 2026-02-14 18:12:46  0.00B 设置环境变量 TERM ZBX_VERSION ZBX_SOURCES ZABBIX_USER_HOME_DIR ZABBIX_CONF_DIR
ENV TERM=xterm ZBX_VERSION=7.4.7 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
                        
# 2026-02-14 18:12:46  0.00B 定义构建参数
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
                        
# 2026-02-14 18:12:46  0.00B 定义构建参数
ARG ZBX_VERSION=7.4.7
                        
# 2026-02-14 18:12:46  0.00B 定义构建参数
ARG MAJOR_VERSION=7.4
                        
# 2026-01-13 13:37:27  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2026-01-13 13:37:27  78.12MB 
/bin/sh -c #(nop) ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in / 
                        
# 2026-01-13 13:37:25  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2026-01-13 13:37:25  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2026-01-13 13:37:25  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2026-01-13 13:37:25  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:91fff7ad2561c878fdcfdd642da642df9b2bc28e1ca0e1205b27054518937ddc",
    "RepoTags": [
        "zabbix/zabbix-agent:ubuntu-7.4-latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent:ubuntu-7.4-latest"
    ],
    "RepoDigests": [
        "zabbix/zabbix-agent@sha256:61411b7429e9f69a193e7176aad84daed51ff0e695c96d88bf723fa6473cf358",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent@sha256:52ccef0e72d1b8793f637e35f3fb7a9f4452cb597f30fff420178189503a02c6"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-14T10:12:56.220663195Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1997",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "10050/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.7",
            "ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git",
            "ZABBIX_USER_HOME_DIR=/var/lib/zabbix",
            "ZABBIX_CONF_DIR=/etc/zabbix",
            "ZBX_LOADMODULEPATH=/var/lib/zabbix/modules",
            "ZBX_USERPARAMETERDIR=/var/lib/zabbix/user_scripts"
        ],
        "Cmd": [
            "/usr/sbin/zabbix_agentd",
            "--foreground",
            "-c",
            "/etc/zabbix/zabbix_agentd.conf"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/var/lib/zabbix",
        "Entrypoint": [
            "/usr/bin/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.authors": "Alexey Pustovalov \u003calexey.pustovalov@zabbix.com\u003e",
            "org.opencontainers.image.created": "2026-02-14T10:12:14.955Z",
            "org.opencontainers.image.description": "Zabbix agent 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 v3.0",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.revision": "30070dfd7c8ec89242f5a8a55c67f863acca6925",
            "org.opencontainers.image.source": "https://git.zabbix.com/scm/zbx/zabbix.git",
            "org.opencontainers.image.title": "Zabbix agent",
            "org.opencontainers.image.url": "https://zabbix.com/",
            "org.opencontainers.image.vendor": "Zabbix SIA",
            "org.opencontainers.image.version": "7.4.7"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 96348823,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f6f582bb6974a200575900eea471ed84f125713ec8dbb162e5697fb73133fece/diff:/var/lib/docker/overlay2/c040e118d2b9f35e60c085849ac51a73bbc7c26f3caca6fd1a0d05430bace426/diff:/var/lib/docker/overlay2/4cefa5e2fdb0181771db7150a17174ab7a717c95e9d791fc7b378a60fed0d483/diff:/var/lib/docker/overlay2/27cec94aaf2f81d4a896990128c61781291d5060c72f27eea3a2403c044e6f2f/diff:/var/lib/docker/overlay2/8f23047bca21a427eddcc42588e80bee6e86eb8e64317fb99df5c21f1b23270c/diff:/var/lib/docker/overlay2/78365f15b94e0affe62e8095d5e5e1df4094baf2de47f6dd2f29d5e0687e855c/diff",
            "MergedDir": "/var/lib/docker/overlay2/f8f55231fa3441dda1754e0d10bc07013aa660082013e178297dfe6b0af8d2e4/merged",
            "UpperDir": "/var/lib/docker/overlay2/f8f55231fa3441dda1754e0d10bc07013aa660082013e178297dfe6b0af8d2e4/diff",
            "WorkDir": "/var/lib/docker/overlay2/f8f55231fa3441dda1754e0d10bc07013aa660082013e178297dfe6b0af8d2e4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:123a078714d5ea9382d4d9f550753aefce8b34ec5ae11ae8273038d3bcbb943f",
            "sha256:9060a237fd583bd5aadee9802c4d3694b1a7831fc6b9dd84449f5c0e65d93292",
            "sha256:b091110758aa6d2271982fd3e2a63128ebef5e9173ce69fb2a02e2f51106d3b5",
            "sha256:fd95c17b6c61f9bb890fbbd8ccad819d5c3800416210f95d3d7bdcfe3f94ab58",
            "sha256:672941cd0ae96cf6206ffccc6b7bbccb3cffe284b129ac5ae4d8920a717ff403",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:b2a0369e81a4ec043fba7ab08afa4581c6e733f2f56c43cc78e8a9bde2963b44"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-23T15:23:26.439183063+08:00"
    }
}

更多版本

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

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

docker.io/zabbix/zabbix-agent:alpine-7.0-latest

linux/amd64 docker.io19.61MB2024-12-09 23:02
507

docker.io/zabbix/zabbix-agent:ubuntu-5.4.12

linux/amd64 docker.io94.43MB2025-01-16 11:20
277

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

linux/amd64 docker.io19.61MB2025-02-05 18:57
392

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

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

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

linux/amd64 docker.io94.17MB2025-02-24 14:23
258

docker.io/zabbix/zabbix-agent:alpine-6.2-latest

linux/amd64 docker.io16.68MB2025-02-24 22:36
357

docker.io/zabbix/zabbix-agent:latest

linux/amd64 docker.io19.63MB2025-04-25 15:44
369

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

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

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

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

docker.io/zabbix/zabbix-agent:alpine-6.0-latest

linux/amd64 docker.io19.46MB2025-06-25 22:15
252

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

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

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

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

docker.io/zabbix/zabbix-agent2:latest

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

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

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

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

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

docker.io/zabbix/zabbix-agent:6.4.14-alpine

linux/amd64 docker.io19.01MB2025-12-03 10:38
113

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io96.35MB2026-02-23 15:23
10