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

docker.io/zabbix/zabbix-agent2:7.0-ubuntu-latest - 国内下载镜像源 浏览次数:14

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

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

特点:

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

使用场景:

  • 监控服务器和网络设备等
  • 实时监控系统状态和数据源
  • 快速响应异常情况
源镜像 docker.io/zabbix/zabbix-agent2:7.0-ubuntu-latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:7.0-ubuntu-latest
镜像ID sha256:c36e27edc70a7badd689053a252f53cde465786ee71d40710704ef2f408140aa
镜像TAG 7.0-ubuntu-latest
大小 146.62MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/sbin/zabbix_agent2 --foreground -c /etc/zabbix/zabbix_agent2.conf
启动入口 /usr/bin/docker-entrypoint.sh
工作目录 /var/lib/zabbix
OS/平台 linux/amd64
浏览量 14 次
贡献者
镜像创建 2025-12-23T07:06:37.229091697Z
同步时间 2026-01-07 16:39
更新时间 2026-01-09 02:55
开放端口
10050/tcp 31999/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm ZBX_VERSION=7.0.22 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
镜像标签
Alexey Pustovalov <alexey.pustovalov@zabbix.com>: org.opencontainers.image.authors 2025-12-23T07:04:09.683Z: 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.0/manual/installation/containers: org.opencontainers.image.documentation AGPL v3.0: org.opencontainers.image.licenses ubuntu: org.opencontainers.image.ref.name c2378723ffdab827fdf3b81f76ba805c0f960c3e: org.opencontainers.image.revision https://git.zabbix.com/scm/zbx/zabbix.git: 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.0.22: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-12-23 15:06:37  0.00B 设置默认要执行的命令
CMD ["/usr/sbin/zabbix_agent2" "--foreground" "-c" "/etc/zabbix/zabbix_agent2.conf"]
                        
# 2025-12-23 15:06:37  0.00B 指定运行容器时使用的用户
USER 1997
                        
# 2025-12-23 15:06:37  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
                        
# 2025-12-23 15:06:37  10.26KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/bin/ # buildkit
                        
# 2025-12-23 15:06:37  0.00B 设置工作目录为/var/lib/zabbix
WORKDIR /var/lib/zabbix
                        
# 2025-12-23 15:06:37  0.00B 声明容器运行时监听的端口
EXPOSE [10050/tcp 31999/tcp]
                        
# 2025-12-23 15:06:37  14.88MB 执行命令并创建新的镜像层
RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.22 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             smartmontools             sudo             libssl3t64             libcurl4t64             libpcre2-8-0             libldap-2.4" &&     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 &&     echo "zabbix ALL=(root) NOPASSWD: /usr/sbin/smartctl" >> /etc/sudoers.d/zabbix &&     mkdir -p ${ZABBIX_CONF_DIR} &&     mkdir -p ${ZABBIX_CONF_DIR}/zabbix_agentd.d &&     mkdir -p ${ZABBIX_CONF_DIR}/zabbix_agent2.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}/buffer &&     mkdir -p ${ZABBIX_USER_HOME_DIR}/user_scripts &&     chown --quiet -R zabbix:root ${ZABBIX_CONF_DIR}/ ${ZABBIX_USER_HOME_DIR}/ &&     chgrp -R 0 ${ZABBIX_CONF_DIR}/ ${ZABBIX_USER_HOME_DIR}/ &&     chmod -R g=u ${ZABBIX_CONF_DIR}/ ${ZABBIX_USER_HOME_DIR}/ &&     /usr/sbin/zabbix_agent2 -V # buildkit
                        
# 2025-12-23 15:04:46  52.34KB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.0.22-output/agent2/conf/ /etc/zabbix/ # buildkit
                        
# 2025-12-23 15:04:46  644.68KB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.0.22-output/general/bin/* /usr/bin/ # buildkit
                        
# 2025-12-23 15:04:46  52.91MB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.0.22-output/agent2/sbin/ /usr/sbin/ # buildkit
                        
# 2025-12-23 15:04:46  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGTERM
                        
# 2025-12-23 15:04:46  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.0/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 2 org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix SIA org.opencontainers.image.version=7.0.22
                        
# 2025-12-23 15:04:46  0.00B 设置环境变量 TERM ZBX_VERSION ZBX_SOURCES ZABBIX_USER_HOME_DIR ZABBIX_CONF_DIR
ENV TERM=xterm ZBX_VERSION=7.0.22 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
                        
# 2025-12-23 15:04:46  0.00B 定义构建参数
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
                        
# 2025-12-23 15:04:46  0.00B 定义构建参数
ARG ZBX_VERSION=7.0.22
                        
# 2025-12-23 15:04:46  0.00B 定义构建参数
ARG MAJOR_VERSION=7.0
                        
# 2025-10-17 03:23:03  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-10-17 03:23:03  78.12MB 
/bin/sh -c #(nop) ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 in / 
                        
# 2025-10-17 03:23:01  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2025-10-17 03:23:01  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-10-17 03:23:01  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-10-17 03:23:01  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:c36e27edc70a7badd689053a252f53cde465786ee71d40710704ef2f408140aa",
    "RepoTags": [
        "zabbix/zabbix-agent2:7.0-ubuntu-latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:7.0-ubuntu-latest"
    ],
    "RepoDigests": [
        "zabbix/zabbix-agent2@sha256:722322a3ed6548791b8d5c2f31adbc88e48b31eb13ee77246f8e7dac0eb4b226",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2@sha256:a55f3a7219b2d66df5343a0a961e8c8b9719ae803441e500f673c21f7401e68b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-23T07:06:37.229091697Z",
    "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.0.22",
            "ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git",
            "ZABBIX_USER_HOME_DIR=/var/lib/zabbix",
            "ZABBIX_CONF_DIR=/etc/zabbix"
        ],
        "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": {
            "org.opencontainers.image.authors": "Alexey Pustovalov \u003calexey.pustovalov@zabbix.com\u003e",
            "org.opencontainers.image.created": "2025-12-23T07:04:09.683Z",
            "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.0/manual/installation/containers",
            "org.opencontainers.image.licenses": "AGPL v3.0",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.revision": "c2378723ffdab827fdf3b81f76ba805c0f960c3e",
            "org.opencontainers.image.source": "https://git.zabbix.com/scm/zbx/zabbix.git",
            "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.0.22"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 146619684,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a8cd39b6c9b4a20547f575ab94d2f59e2a8827dfe6ada1621fcd637c64113097/diff:/var/lib/docker/overlay2/7ff9106bc452b128e78858eca34643baf0d7dd769a6e0dd02e4b5b6e6afef178/diff:/var/lib/docker/overlay2/8ddcd2240201d6043b7e4f39ab2754b92ab82419c24d9b9a95b393978f642167/diff:/var/lib/docker/overlay2/c60d7096bc494afe2663fdcd6d0e5954c3642286e2e74af6949ed5ff0834f3c9/diff:/var/lib/docker/overlay2/dd4d621157d78c3fa3185fcb2ecce441d4b634573cdc845465a5e8776d74904f/diff:/var/lib/docker/overlay2/eb70712178461cb65c5a956187c966c31d60ac41eacf62af98ead2c9415d1d0a/diff",
            "MergedDir": "/var/lib/docker/overlay2/1645e0d5daf8bc424f250bd1a84185bda86a1b1e57c2e6d0e394cb57c1e98631/merged",
            "UpperDir": "/var/lib/docker/overlay2/1645e0d5daf8bc424f250bd1a84185bda86a1b1e57c2e6d0e394cb57c1e98631/diff",
            "WorkDir": "/var/lib/docker/overlay2/1645e0d5daf8bc424f250bd1a84185bda86a1b1e57c2e6d0e394cb57c1e98631/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e8bce0aabd687e9ee90e0bada33884f40b277196f72aac9934357472863a80ae",
            "sha256:24de1a507dc513f143736d923d74b53400c6c421e377bf875beabeb4021b5239",
            "sha256:c83b10cb9206aed3a7ce0ac60c745680d1c020fc1da0d8799cbba6c2c9459346",
            "sha256:e420d293a3f351d299208c3acf4864b7a4b465bc9678ed7d1df1ce380388f208",
            "sha256:9ada008fe099ff65bebebae1a79544580b6bab488f43b1dca38366dc3a62ebfb",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:6114b7ffe26944a913ca54811fb482a7acd6b065e1c7b56a5b9b28864128048c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-01-07T16:39:43.645436993+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/zabbix/zabbix-agent2:latest

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

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

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

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

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

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

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

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

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

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

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