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

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

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

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

特点:

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

使用场景:

  • 监控服务器和网络设备等
  • 实时监控系统状态和数据源
  • 快速响应异常情况
源镜像 docker.io/zabbix/zabbix-agent2:ubuntu-5.0-latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:ubuntu-5.0-latest
镜像ID sha256:78681257638c65bb52052af3f15e8e59bffba9cbc9aa8a7ab4aab4b02b06230a
镜像TAG ubuntu-5.0-latest
大小 113.05MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/sbin/zabbix_agent2 --foreground -c /etc/zabbix/zabbix_agent2.conf
启动入口 /usr/bin/tini -- /usr/bin/docker-entrypoint.sh
工作目录 /var/lib/zabbix
OS/平台 linux/amd64
浏览量 43 次
贡献者
镜像创建 2024-09-25T03:25:22.90660582Z
同步时间 2024-09-29 18:20
更新时间 2024-10-23 12:35
开放端口
10050/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm ZBX_VERSION=5.0.44 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
镜像标签
Alexey Pustovalov <alexey.pustovalov@zabbix.com>: org.opencontainers.image.authors 2024-09-25T03:20:40.506Z: 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/5.0/manual/installation/containers: org.opencontainers.image.documentation GPL v2.0: org.opencontainers.image.licenses ubuntu: org.opencontainers.image.ref.name 3ef2428e7113c7d356ae83c048227c8ab2479554: 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 5.0.44: org.opencontainers.image.version

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2024-09-25 11:25:22 CMD ["/usr/sbin/zabbix_agent2" "--foreground" "-c" "/etc/zabbix/zabbix_agent2.conf"]
0.00B 2024-09-25 11:25:22 USER 1997
0.00B 2024-09-25 11:25:22 ENTRYPOINT ["/usr/bin/tini" "--" "/usr/bin/docker-entrypoint.sh"]
8.55KB 2024-09-25 11:25:22 COPY docker-entrypoint.sh /usr/bin/ # buildkit
0.00B 2024-09-25 11:25:22 WORKDIR /var/lib/zabbix
0.00B 2024-09-25 11:25:22 EXPOSE map[10050/tcp:{}]
23.45MB 2024-09-25 11:25:22 RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.44 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="tini tzdata ca-certificates smartmontools sudo libssl1.1 libcurl4 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 /var/lib/zabbix/ zabbix && echo "zabbix ALL=(root) NOPASSWD: /usr/sbin/smartctl" >> /etc/sudoers.d/zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/zabbix_agentd.d && mkdir -p /var/lib/zabbix && mkdir -p /var/lib/zabbix/enc && mkdir -p /var/lib/zabbix/enc_internal && mkdir -p /var/lib/zabbix/modules && mkdir -p /var/lib/zabbix/buffer && chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && chgrp -R 0 /etc/zabbix/ /var/lib/zabbix/ && chmod -R g=u /etc/zabbix/ /var/lib/zabbix/ && apt-get -y autoremove && apt-get -y clean # buildkit
31.84KB 2024-09-25 11:21:18 COPY /tmp/zabbix-5.0.44-output/agent2/conf/ /etc/zabbix/ # buildkit
500.77KB 2024-09-25 11:21:18 COPY /tmp/zabbix-5.0.44-output/general/bin/* /usr/bin/ # buildkit
16.25MB 2024-09-25 11:21:18 COPY /tmp/zabbix-5.0.44-output/agent2/sbin/ /usr/sbin/ # buildkit
0.00B 2024-09-25 11:21:18 STOPSIGNAL SIGTERM
0.00B 2024-09-25 11:21:18 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/5.0/manual/installation/containers org.opencontainers.image.licenses=GPL v2.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=5.0.44
0.00B 2024-09-25 11:21:18 ENV TERM=xterm ZBX_VERSION=5.0.44 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
0.00B 2024-09-25 11:21:18 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
0.00B 2024-09-25 11:21:18 ARG ZBX_VERSION=5.0.44
0.00B 2024-09-25 11:21:18 ARG MAJOR_VERSION=5.0
0.00B 2024-08-13 17:26:48 /bin/sh -c #(nop) CMD ["/bin/bash"]
72.81MB 2024-08-13 17:26:48 /bin/sh -c #(nop) ADD file:e7cff353f027ecf0a2cb1cdd51714de3b083a11a0d965f104489f9a7e6925056 in /
0.00B 2024-08-13 17:26:46 /bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
0.00B 2024-08-13 17:26:46 /bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
0.00B 2024-08-13 17:26:46 /bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
0.00B 2024-08-13 17:26:46 /bin/sh -c #(nop) ARG RELEASE

镜像信息

{
    "Id": "sha256:78681257638c65bb52052af3f15e8e59bffba9cbc9aa8a7ab4aab4b02b06230a",
    "RepoTags": [
        "zabbix/zabbix-agent2:ubuntu-5.0-latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2:ubuntu-5.0-latest"
    ],
    "RepoDigests": [
        "zabbix/zabbix-agent2@sha256:d6f22ad708697a9f49c74efa69d0bb840ca15ea0650180cc41c5035cfe40eb34",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent2@sha256:3783212fb170a3dc2f5898d20c9e7ccb42a27003bda872833ed21f74cb605bec"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-09-25T03:25:22.90660582Z",
    "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=5.0.44",
            "ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git"
        ],
        "Cmd": [
            "/usr/sbin/zabbix_agent2",
            "--foreground",
            "-c",
            "/etc/zabbix/zabbix_agent2.conf"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/var/lib/zabbix",
        "Entrypoint": [
            "/usr/bin/tini",
            "--",
            "/usr/bin/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.authors": "Alexey Pustovalov \u003calexey.pustovalov@zabbix.com\u003e",
            "org.opencontainers.image.created": "2024-09-25T03:20:40.506Z",
            "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/5.0/manual/installation/containers",
            "org.opencontainers.image.licenses": "GPL v2.0",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.revision": "3ef2428e7113c7d356ae83c048227c8ab2479554",
            "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": "5.0.44"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 113053650,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/e11dbd019d5fdd6e72e9284c32c422f5feb14d574278b303fda44ac573286ba7/diff:/var/lib/docker/overlay2/e489a85974d64342626049495b03dd094b1a2c54711288e8bdf835c733e63522/diff:/var/lib/docker/overlay2/73f9368b360fa4c621f30cd16cba6a129517f2aafba3f537ef3ba4451eda760f/diff:/var/lib/docker/overlay2/07bbb8085992a735052d4df381eb90a7dc0bf3acea2f1a68c11ba17f1950cccd/diff:/var/lib/docker/overlay2/5719a4a0379c56359b7f1e1cf94cfe16f0ad92763176735e2eeeeb9326073730/diff:/var/lib/docker/overlay2/65a71f3d6fa2d3ed5132e17de9d09a24ccaae8dac76a730d0389a0d449b96e0f/diff",
            "MergedDir": "/var/lib/docker/overlay2/97ca76ee7ca289ed0d43cc415709e43f3fdb7fdef77deaa54609fbf0bc647ead/merged",
            "UpperDir": "/var/lib/docker/overlay2/97ca76ee7ca289ed0d43cc415709e43f3fdb7fdef77deaa54609fbf0bc647ead/diff",
            "WorkDir": "/var/lib/docker/overlay2/97ca76ee7ca289ed0d43cc415709e43f3fdb7fdef77deaa54609fbf0bc647ead/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:3ec3ded77c0ce89e931f92aed086b2a2c774a6fbd51617853decc8afa4e1087a",
            "sha256:9ae6b20fcc3978b26e47c0b3c3fa2c248b6158ba16ab9df9053758f04e8d1962",
            "sha256:238148442d3275252cd574a98495b75901b4ed2da0430ce6b2de059e7cb601f6",
            "sha256:77d9445e85a1a89181cff8b9f3b1e2da7788b153995dd280ad61aba2eae19006",
            "sha256:d04b83d77ff638394abd781844dcf9dc69fbcab14c23c736e2dda25a37e7dda5",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:529b229b4e35e2afaf6907e7b1f861ee6fe7f488c17c9a9c83dd56997dcbaa35"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-09-29T18:20:19.83021661+08:00"
    }
}

更多版本