docker.io/zabbix/zabbix-web-nginx-mysql:latest linux/amd64

docker.io/zabbix/zabbix-web-nginx-mysql:latest - 国内下载镜像源 浏览次数:76

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

以下是镜像的描述信息:

Zabbix Web Nginx MySQL

基于docker.io/zabbix/zabbix-web-nginx-mysql镜像

该镜像包含Zabbix前端和数据库,使用Nginx作为Web服务器,MySQL作为数据库。

支持Zabbix的监控功能和告警系统。

镜像大小:大约为1GB

源镜像 docker.io/zabbix/zabbix-web-nginx-mysql:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:latest
镜像ID sha256:f751d4ea0dede4468d16235a6a61706704ce57f218c312eea8cdebaca5e8b85d
镜像TAG latest
大小 261.71MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 docker-entrypoint.sh
工作目录 /usr/share/zabbix
OS/平台 linux/amd64
浏览量 76 次
贡献者 13*******3@qq.com
镜像创建 2025-05-17T17:21:27.543364831Z
同步时间 2025-05-20 14:24
更新时间 2025-06-19 11:05
开放端口
8080/tcp 8443/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm ZBX_VERSION=7.2.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix
镜像标签
Alexey Pustovalov <alexey.pustovalov@zabbix.com>: org.opencontainers.image.authors 2025-05-17T17:20:38.800Z: org.opencontainers.image.created Zabbix web-interface based on Nginx web server with MySQL database support: org.opencontainers.image.description https://www.zabbix.com/documentation/7.2/manual/installation/containers: org.opencontainers.image.documentation AGPL v3.0: org.opencontainers.image.licenses ccd700a419d42ee079ab901e75b393f7ba4e9c48: org.opencontainers.image.revision https://git.zabbix.com/scm/zbx/zabbix.git: org.opencontainers.image.source Zabbix web-interface (Nginx, MySQL): org.opencontainers.image.title https://zabbix.com/: org.opencontainers.image.url Zabbix SIA: org.opencontainers.image.vendor 7.2.6: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:latest  docker.io/zabbix/zabbix-web-nginx-mysql:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:latest  docker.io/zabbix/zabbix-web-nginx-mysql:latest

Shell快速替换命令

sed -i 's#zabbix/zabbix-web-nginx-mysql:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:latest#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-05-18 01:21:27  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2025-05-18 01:21:27  0.00B 指定运行容器时使用的用户
USER 1997
                        
# 2025-05-18 01:21:27  10.17KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/bin/ # buildkit
                        
# 2025-05-18 01:21:27  0.00B 设置工作目录为/usr/share/zabbix
WORKDIR /usr/share/zabbix
                        
# 2025-05-18 01:21:27  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{} 8443/tcp:{}]
                        
# 2025-05-18 01:21:27  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
                        
# 2025-05-18 01:21:27  143.52MB 执行命令并创建新的镜像层
RUN |3 MAJOR_VERSION=7.2 ZBX_VERSION=7.2.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux &&     INSTALL_PKGS="bash             tzdata             curl             mariadb-client             mariadb-connector-c             nginx             php83-bcmath             php83-ctype             php83-curl             php83-fpm             php83-gd             php83-gettext             php83-json             php83-ldap             php83-mbstring             php83-mysqli             php83-session             php83-simplexml             php83-sockets             php83-fileinfo             php83-xmlreader             php83-xmlwriter             php83-openssl             supervisor" &&     apk add             --no-cache             --clean-protected         ${INSTALL_PKGS} &&     apk add             --clean-protected             --no-cache             --no-scripts         apache2-ssl &&     addgroup             --system             --gid 1995         zabbix &&     adduser             --system             --gecos "Zabbix monitoring system"             --disabled-password             --uid 1997             --ingroup zabbix             --shell /sbin/nologin             --home /var/lib/zabbix/         zabbix &&     mkdir -p ${ZABBIX_CONF_DIR} &&     mkdir -p ${ZABBIX_CONF_DIR}/web &&     mkdir -p ${ZABBIX_CONF_DIR}/web/certs &&     mkdir -p /var/lib/php/session &&     rm -rf /etc/php83/php-fpm.d/www.conf &&     rm -f /etc/nginx/http.d/*.conf &&     ln -sf /dev/stdout /var/log/nginx/access.log &&     ln -sf /dev/stderr /var/log/nginx/error.log &&     cd ${ZABBIX_WWW_ROOT}/ &&     rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example &&     rm -rf tests &&     rm -f locale/add_new_language.sh locale/update_po.sh locale/make_mo.sh &&     find ${ZABBIX_WWW_ROOT}/locale -name '*.po' | xargs rm -f &&     find ${ZABBIX_WWW_ROOT}/locale -name '*.sh' | xargs rm -f &&     ln -s "${ZABBIX_CONF_DIR}/web/zabbix.conf.php" "${ZABBIX_WWW_ROOT}/conf/zabbix.conf.php" &&     ln -s "${ZABBIX_CONF_DIR}/web/maintenance.inc.php" "${ZABBIX_WWW_ROOT}/conf/maintenance.inc.php" &&     chown --quiet -R zabbix:root ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ &&     chgrp -R 0 ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ &&     chmod -R g=u ${ZABBIX_CONF_DIR}/ ${ZABBIX_WWW_ROOT}/include/defines.inc.php ${ZABBIX_WWW_ROOT}/modules/ &&     chown --quiet -R zabbix:root /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/php-fpm.conf &&     chgrp -R 0 /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/php-fpm.conf &&     chmod -R g=u /etc/nginx/ /etc/php83/php-fpm.d/ /etc/php83/php-fpm.conf &&     chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ &&     chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ &&     chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ # buildkit
                        
# 2025-05-18 01:21:22  16.37KB 复制新文件或目录到容器中
COPY conf/etc/ /etc/ # buildkit
                        
# 2025-05-18 01:21:22  110.33MB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.2.6/ui /usr/share/zabbix # buildkit
                        
# 2025-05-18 01:21:22  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGTERM
                        
# 2025-05-18 01:21:22  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.description=Zabbix web-interface based on Nginx web server with MySQL database support org.opencontainers.image.documentation=https://www.zabbix.com/documentation/7.2/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 web-interface (Nginx, MySQL) org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix SIA org.opencontainers.image.version=7.2.6
                        
# 2025-05-18 01:21:22  0.00B 设置环境变量 TERM ZBX_VERSION ZBX_SOURCES ZABBIX_CONF_DIR ZABBIX_WWW_ROOT
ENV TERM=xterm ZBX_VERSION=7.2.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix
                        
# 2025-05-18 01:21:22  0.00B 定义构建参数
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
                        
# 2025-05-18 01:21:22  0.00B 定义构建参数
ARG ZBX_VERSION=7.2.6
                        
# 2025-05-18 01:21:22  0.00B 定义构建参数
ARG MAJOR_VERSION=7.2
                        
# 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:f751d4ea0dede4468d16235a6a61706704ce57f218c312eea8cdebaca5e8b85d",
    "RepoTags": [
        "zabbix/zabbix-web-nginx-mysql:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:latest"
    ],
    "RepoDigests": [
        "zabbix/zabbix-web-nginx-mysql@sha256:a8b1e1bb027dde16e7209e78180e6e2f4dfdbfa51907801f7701be653f8f1f80",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql@sha256:8f9941cb1e562015498c3e8363208a97f9a2ffb287d8b0d8aa8ebee1d20877b5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-17T17:21:27.543364831Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1997",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {},
            "8443/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.2.6",
            "ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git",
            "ZABBIX_CONF_DIR=/etc/zabbix",
            "ZABBIX_WWW_ROOT=/usr/share/zabbix"
        ],
        "Cmd": null,
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "curl -f http://localhost:8080/ping || exit 1"
            ],
            "Interval": 90000000000,
            "Timeout": 3000000000,
            "StartPeriod": 40000000000,
            "StartInterval": 5000000000,
            "Retries": 3
        },
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/usr/share/zabbix",
        "Entrypoint": [
            "docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.authors": "Alexey Pustovalov \u003calexey.pustovalov@zabbix.com\u003e",
            "org.opencontainers.image.created": "2025-05-17T17:20:38.800Z",
            "org.opencontainers.image.description": "Zabbix web-interface based on Nginx web server with MySQL database support",
            "org.opencontainers.image.documentation": "https://www.zabbix.com/documentation/7.2/manual/installation/containers",
            "org.opencontainers.image.licenses": "AGPL v3.0",
            "org.opencontainers.image.revision": "ccd700a419d42ee079ab901e75b393f7ba4e9c48",
            "org.opencontainers.image.source": "https://git.zabbix.com/scm/zbx/zabbix.git",
            "org.opencontainers.image.title": "Zabbix web-interface (Nginx, MySQL)",
            "org.opencontainers.image.url": "https://zabbix.com/",
            "org.opencontainers.image.vendor": "Zabbix SIA",
            "org.opencontainers.image.version": "7.2.6"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 261709465,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/9a6db8ee54777a608289a11b5652409efc58702cb5bdaa9fe37cfc304327eb4e/diff:/var/lib/docker/overlay2/2bfe006a90474b5f7a47fc4bf8fef08d8e36f1855e70add80a57810652c7a901/diff:/var/lib/docker/overlay2/023af0d42522efac6b4c155918169ebe4fb3ac389aedd37624926343c1cd59cd/diff:/var/lib/docker/overlay2/7f3a7c94fc38bd0aed9650c4f3908b7ea99f24348e6457ca3a5caf3a905e62f4/diff:/var/lib/docker/overlay2/4e8c80c1de56b91b667718f35bdead0b4c91a2fdafbfe97c3c57654b169634d9/diff",
            "MergedDir": "/var/lib/docker/overlay2/4f0c7c89e6c7832763edbcdd60f2be2d767145c798638c8af92708910c68ee62/merged",
            "UpperDir": "/var/lib/docker/overlay2/4f0c7c89e6c7832763edbcdd60f2be2d767145c798638c8af92708910c68ee62/diff",
            "WorkDir": "/var/lib/docker/overlay2/4f0c7c89e6c7832763edbcdd60f2be2d767145c798638c8af92708910c68ee62/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:08000c18d16dadf9553d747a58cf44023423a9ab010aab96cf263d2216b8b350",
            "sha256:ec0dba1a3d0d601a015b9403e45f2818073a9cf767e11c58d97dae1bdcd43e57",
            "sha256:e16453a5148fe16e8910fbeeff6db203019e2a82f33a69e702d92ccd58fcec34",
            "sha256:5f688223bdb079b8402ec786dc41c423fc2e3d26a7cea2a5337a53f588fc6f44",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:87fb1ba1032c1c72098d10fb91254107ff2e0d31a638e28d1dca5a513951d14f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-20T14:24:14.188756638+08:00"
    }
}

更多版本

docker.io/zabbix/zabbix-web-nginx-mysql:alpine-7.0-latest

linux/amd64 docker.io292.44MB2024-09-19 02:53
387

docker.io/zabbix/zabbix-web-nginx-mysql:trunk-alpine

linux/arm64 docker.io309.45MB2024-09-23 17:16
476

docker.io/zabbix/zabbix-web-nginx-mysql:alpine-7.0.2

linux/amd64 docker.io292.42MB2024-10-09 11:28
253

docker.io/zabbix/zabbix-web-nginx-mysql:alpine-7.2-latest

linux/amd64 docker.io260.37MB2025-02-05 17:00
212

docker.io/zabbix/zabbix-web-nginx-mysql:ubuntu-7.2-latest

linux/amd64 docker.io457.13MB2025-02-13 15:53
295

docker.io/zabbix/zabbix-web-nginx-mysql:ubuntu-5.0-latest

linux/amd64 docker.io405.05MB2025-02-24 12:39
193

docker.io/zabbix/zabbix-web-nginx-mysql:alpine-5.4.9

linux/amd64 docker.io178.90MB2025-02-27 08:18
142

docker.io/zabbix/zabbix-web-nginx-mysql:alpine-4.4.10

linux/amd64 docker.io167.12MB2025-03-01 10:47
103

docker.io/zabbix/zabbix-web-nginx-mysql:latest

linux/amd64 docker.io261.71MB2025-05-20 14:24
75

docker.io/zabbix/zabbix-web-nginx-mysql:ubuntu-5.4.12

linux/amd64 docker.io369.51MB2025-06-12 20:18
30