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

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

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

源镜像 docker.io/zabbix/zabbix-agent:ubuntu-5.0-latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent:ubuntu-5.0-latest
镜像ID sha256:1873ba2e35f5bc3b46ab922374eb68b51d878f832571e4020468c84e4ffcba51
镜像TAG ubuntu-5.0-latest
大小 94.17MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/sbin/zabbix_agentd --foreground -c /etc/zabbix/zabbix_agentd.conf
启动入口 /usr/bin/tini -- /usr/bin/docker-entrypoint.sh
工作目录 /var/lib/zabbix
OS/平台 linux/amd64
浏览量 19 次
贡献者
镜像创建 2025-02-12T10:03:48.912529342Z
同步时间 2025-02-24 14:23
更新时间 2025-02-24 23:19
开放端口
10050/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm ZBX_VERSION=5.0.46 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-02-12T10:00:49.247Z: 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/5.0/manual/installation/containers: org.opencontainers.image.documentation GPL v2.0: org.opencontainers.image.licenses ubuntu: org.opencontainers.image.ref.name 94af6ff590ba9b668714fa88b52283e65b48351f: 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 5.0.46: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: ubuntu 20.04 扫描引擎: Trivy 扫描时间: 2025-02-24 14:24

低危漏洞:33 中危漏洞:10 高危漏洞:0 严重漏洞:0

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

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#zabbix/zabbix-agent:ubuntu-5.0-latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent:ubuntu-5.0-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-5.0-latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent:ubuntu-5.0-latest  docker.io/zabbix/zabbix-agent:ubuntu-5.0-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-5.0-latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent:ubuntu-5.0-latest  docker.io/zabbix/zabbix-agent:ubuntu-5.0-latest'

镜像构建历史


# 2025-02-12 18:03:48  0.00B 设置默认要执行的命令
CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]
                        
# 2025-02-12 18:03:48  0.00B 指定运行容器时使用的用户
USER 1997
                        
# 2025-02-12 18:03:48  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/tini" "--" "/usr/bin/docker-entrypoint.sh"]
                        
# 2025-02-12 18:03:48  9.69KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/bin/ # buildkit
                        
# 2025-02-12 18:03:48  0.00B 设置工作目录为/var/lib/zabbix
WORKDIR /var/lib/zabbix
                        
# 2025-02-12 18:03:48  0.00B 声明容器运行时监听的端口
EXPOSE map[10050/tcp:{}]
                        
# 2025-02-12 18:03:48  20.28MB 执行命令并创建新的镜像层
RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.46 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             tini             tzdata             ca-certificates             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 ${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 &&     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_agentd -V # buildkit
                        
# 2025-02-12 18:01:17  18.32KB 复制新文件或目录到容器中
COPY /tmp/zabbix-5.0.46-output/agent/conf/ /etc/zabbix/ # buildkit
                        
# 2025-02-12 18:01:17  500.77KB 复制新文件或目录到容器中
COPY /tmp/zabbix-5.0.46-output/general/bin/* /usr/bin/ # buildkit
                        
# 2025-02-12 18:01:17  550.66KB 复制新文件或目录到容器中
COPY /tmp/zabbix-5.0.46-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
                        
# 2025-02-12 18:01:17  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGTERM
                        
# 2025-02-12 18:01:17  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/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 org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix SIA org.opencontainers.image.version=5.0.46
                        
# 2025-02-12 18:01:17  0.00B 设置环境变量 TERM ZBX_VERSION ZBX_SOURCES ZABBIX_USER_HOME_DIR ZABBIX_CONF_DIR
ENV TERM=xterm ZBX_VERSION=5.0.46 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
                        
# 2025-02-12 18:01:17  0.00B 定义构建参数
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
                        
# 2025-02-12 18:01:17  0.00B 定义构建参数
ARG ZBX_VERSION=5.0.46
                        
# 2025-02-12 18:01:17  0.00B 定义构建参数
ARG MAJOR_VERSION=5.0
                        
# 2024-10-11 11:38:27  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2024-10-11 11:38:27  72.81MB 
/bin/sh -c #(nop) ADD file:7486147a645d8835a5181c79f00a3606c6b714c83bcbfcd8862221eb14690f9e in / 
                        
# 2024-10-11 11:38:25  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=20.04
                        
# 2024-10-11 11:38:25  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2024-10-11 11:38:25  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2024-10-11 11:38:25  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:1873ba2e35f5bc3b46ab922374eb68b51d878f832571e4020468c84e4ffcba51",
    "RepoTags": [
        "zabbix/zabbix-agent:ubuntu-5.0-latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent:ubuntu-5.0-latest"
    ],
    "RepoDigests": [
        "zabbix/zabbix-agent@sha256:b3b82ec71486f0d9dc621d928df07ea49a05eee41281f929f7874e82ed420c74",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent@sha256:429636085dc2adceb57095d8ccb8a024fea9f108151217316b93ac45ed3bf080"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-12T10:03:48.912529342Z",
    "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.46",
            "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_agentd",
            "--foreground",
            "-c",
            "/etc/zabbix/zabbix_agentd.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": "2025-02-12T10:00:49.247Z",
            "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/5.0/manual/installation/containers",
            "org.opencontainers.image.licenses": "GPL v2.0",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.revision": "94af6ff590ba9b668714fa88b52283e65b48351f",
            "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": "5.0.46"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 94171839,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/57e9d77058e0e192d946478d38fe570fccd2e3eb7deb9ef3910bc0a426fe2c8c/diff:/var/lib/docker/overlay2/e2d762dadf6f60d8948bf3d86e4bd526c2cea7378eaa43d63fa12028510cd22c/diff:/var/lib/docker/overlay2/50f067d665fb63784c8936f523c031350971bcaf131d075327876be875030d0e/diff:/var/lib/docker/overlay2/0b62501d8e1b7f287d12e8a446b0b48925f7ebb2e8d3f80f376702c92825ce8d/diff:/var/lib/docker/overlay2/df0a284916908b621bb534d462f716bc92ff449e4e9689d90052f022dff2e57a/diff:/var/lib/docker/overlay2/364ee650fcb55abc90ea2c6b6b0e7b00ae28674a17a09f26a611d7681de96bc4/diff",
            "MergedDir": "/var/lib/docker/overlay2/70c1e7e1ec6940419d0cf826888ea79a65e6058d31651b726fb8fa86665ccdb3/merged",
            "UpperDir": "/var/lib/docker/overlay2/70c1e7e1ec6940419d0cf826888ea79a65e6058d31651b726fb8fa86665ccdb3/diff",
            "WorkDir": "/var/lib/docker/overlay2/70c1e7e1ec6940419d0cf826888ea79a65e6058d31651b726fb8fa86665ccdb3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fffe76c64ef2dee2d80a8bb3ad13d65d596d04a45510b1956a976a69215dae92",
            "sha256:4a5a1fb2bdb45b8ad0b8d84fb3684333833f9fce060e2baca41a4a2968feb991",
            "sha256:8fef33c4bfbfc0f8c882fee736cf44c823886d3916a52f760fecf53ae82c9333",
            "sha256:43bbb29dff2a1495cf9a8965b1aa41ad576ee61e1b7e3d7bfb5ab7cc7526fa93",
            "sha256:617c1de984855dd31c84149eff1b742bb0d3f8970a16673210193b283f542589",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:bdb875f0ef32b9111190d47c01b740845343822e6342a5def5265e560469a317"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-02-24T14:23:55.898391084+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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