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

docker.io/zabbix/zabbix-agent:alpine-6.0-latest - 国内下载镜像源 浏览次数:7

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

源镜像 docker.io/zabbix/zabbix-agent:alpine-6.0-latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent:alpine-6.0-latest
镜像ID sha256:aca64bf810cbf26e97f15b032d7515a632702552c09d406eaaa5fa77d48f9f6f
镜像TAG alpine-6.0-latest
大小 19.46MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/sbin/zabbix_agentd --foreground -c /etc/zabbix/zabbix_agentd.conf
启动入口 /sbin/tini -- /usr/bin/docker-entrypoint.sh
工作目录 /var/lib/zabbix
OS/平台 linux/amd64
浏览量 7 次
贡献者
镜像创建 2025-05-30T12:37:40.01824919Z
同步时间 2025-06-25 22:15
更新时间 2025-06-26 03:48
开放端口
10050/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm ZBX_VERSION=6.0.40 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-05-30T12:37:01.112Z: 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/6.0/manual/installation/containers: org.opencontainers.image.documentation GPL v2.0: org.opencontainers.image.licenses 3d2136bf20886ae950c57241309e9eeb21d2372b: 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 6.0.40: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-05-30 20:37:40  0.00B 设置默认要执行的命令
CMD ["/usr/sbin/zabbix_agentd" "--foreground" "-c" "/etc/zabbix/zabbix_agentd.conf"]
                        
# 2025-05-30 20:37:40  0.00B 指定运行容器时使用的用户
USER 1997
                        
# 2025-05-30 20:37:40  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/sbin/tini" "--" "/usr/bin/docker-entrypoint.sh"]
                        
# 2025-05-30 20:37:40  9.79KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/bin/ # buildkit
                        
# 2025-05-30 20:37:40  0.00B 设置工作目录为/var/lib/zabbix
WORKDIR /var/lib/zabbix
                        
# 2025-05-30 20:37:39  0.00B 声明容器运行时监听的端口
EXPOSE map[10050/tcp:{}]
                        
# 2025-05-30 20:37:39  10.50MB 执行命令并创建新的镜像层
RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.40 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux &&     INSTALL_PKGS="tini             bash             tzdata             coreutils             iputils             pcre2             libgcc             libcurl             libmodbus             libldap             zlib" &&     apk add             --no-cache             --clean-protected         ${INSTALL_PKGS} &&     addgroup             --system             --gid 1995         zabbix &&     adduser             --system             --gecos "Zabbix monitoring system"             --disabled-password             --uid 1997             --ingroup zabbix             --shell /sbin/nologin             --home ${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 ${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_agentd -V # buildkit
                        
# 2025-05-30 20:37:37  19.24KB 复制新文件或目录到容器中
COPY /tmp/zabbix-6.0.40-output/agent/conf/ /etc/zabbix/ # buildkit
                        
# 2025-05-30 20:37:37  517.10KB 复制新文件或目录到容器中
COPY /tmp/zabbix-6.0.40-output/general/bin/* /usr/bin/ # buildkit
                        
# 2025-05-30 20:37:37  579.55KB 复制新文件或目录到容器中
COPY /tmp/zabbix-6.0.40-output/agent/sbin/zabbix_agentd /usr/sbin/zabbix_agentd # buildkit
                        
# 2025-05-30 20:37:37  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGTERM
                        
# 2025-05-30 20:37:37  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/6.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=6.0.40
                        
# 2025-05-30 20:37:37  0.00B 设置环境变量 TERM ZBX_VERSION ZBX_SOURCES ZABBIX_USER_HOME_DIR ZABBIX_CONF_DIR
ENV TERM=xterm ZBX_VERSION=6.0.40 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_CONF_DIR=/etc/zabbix
                        
# 2025-05-30 20:37:37  0.00B 定义构建参数
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
                        
# 2025-05-30 20:37:37  0.00B 定义构建参数
ARG ZBX_VERSION=6.0.40
                        
# 2025-05-30 20:37:37  0.00B 定义构建参数
ARG MAJOR_VERSION=6.0
                        
# 2025-02-14 11:28:36  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-02-14 11:28:36  7.83MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:aca64bf810cbf26e97f15b032d7515a632702552c09d406eaaa5fa77d48f9f6f",
    "RepoTags": [
        "zabbix/zabbix-agent:alpine-6.0-latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent:alpine-6.0-latest"
    ],
    "RepoDigests": [
        "zabbix/zabbix-agent@sha256:7a9232bfca1e4ad126ec349b857f0763f503fe9ad03b697563d4ccb76fa1041d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-agent@sha256:7ede12cd286c08bd3243d21c67b38c4c787cbf2ad92040a1700ea3fea7b35a1b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-30T12:37:40.01824919Z",
    "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=6.0.40",
            "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": [
            "/sbin/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-05-30T12:37:01.112Z",
            "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/6.0/manual/installation/containers",
            "org.opencontainers.image.licenses": "GPL v2.0",
            "org.opencontainers.image.revision": "3d2136bf20886ae950c57241309e9eeb21d2372b",
            "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": "6.0.40"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 19460304,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/9dc25690b77ee0933ec9154cbc1e1bfe862eca76bfba5e737a16d86859aa736b/diff:/var/lib/docker/overlay2/24d6d579ec52a65ff4fd92fbd71e85faeea8d0e3476aeecd4d0c77a2a8e48d9f/diff:/var/lib/docker/overlay2/94fdff459600db43ed1871fb60e3269f26fb75953237ae3146f5467301b1e7d6/diff:/var/lib/docker/overlay2/7fcb3c70afdda38a136ef7c4ea3c501fe8cad2736cd01b55e62d30faf1b02d58/diff:/var/lib/docker/overlay2/cc9bba3e3417e49d3212643dcdced61492e4943a7cf9ec33801fbef101020b41/diff:/var/lib/docker/overlay2/4e8c80c1de56b91b667718f35bdead0b4c91a2fdafbfe97c3c57654b169634d9/diff",
            "MergedDir": "/var/lib/docker/overlay2/e00e3ba2db0e7fec00479d01c023eb93f32ce0e4d64cc4173db706293e4d13cd/merged",
            "UpperDir": "/var/lib/docker/overlay2/e00e3ba2db0e7fec00479d01c023eb93f32ce0e4d64cc4173db706293e4d13cd/diff",
            "WorkDir": "/var/lib/docker/overlay2/e00e3ba2db0e7fec00479d01c023eb93f32ce0e4d64cc4173db706293e4d13cd/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:08000c18d16dadf9553d747a58cf44023423a9ab010aab96cf263d2216b8b350",
            "sha256:6efa44778e1d19bd044fd4a80d422d26767bc627a5ff8a294dbf673e9a54e45f",
            "sha256:c4a43afaa87de2a854e5af924c2b2b9b294d79a09fd326419914c552cd93b9c9",
            "sha256:c7868b50ee53df8a6ee1d70a29fc269bb0e4b8d43953701f8ee888886f8e316e",
            "sha256:c1a6b3d03377bdbb07ab2e0bf01139d9ccc0739da163e5e9ba16696f88632751",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:fac55546bcfc66ef2ab07d3c57aa966d9f3ded85d03a7e382ec23ae24f2bc88c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-25T22:15:04.481906633+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/zabbix/zabbix-agent:latest

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

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

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

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

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

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

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