广告图片

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

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

温馨提示:此镜像为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:alpine-7.4-latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:alpine-7.4-latest
镜像ID sha256:ee30d37b054d15b86d3a451820bba926420fd835e66cc8caf27ed06557a15c10
镜像TAG alpine-7.4-latest
大小 218.09MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 docker-entrypoint.sh
工作目录 /usr/share/zabbix
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2026-03-25T10:30:36.925377068Z
同步时间 2026-03-26 17:14
开放端口
8080/tcp 8443/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm ZBX_VERSION=7.4.8 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix
镜像标签
Alexey Pustovalov <alexey.pustovalov@zabbix.com>: org.opencontainers.image.authors 2026-03-25T10:29:47.955Z: 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.4/manual/installation/containers: org.opencontainers.image.documentation AGPL v3.0: org.opencontainers.image.licenses 14ba024e9816b9872f72ee311c5ee20518de4374: 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.4.8: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2026-03-25 18:30:36  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2026-03-25 18:30:36  0.00B 指定运行容器时使用的用户
USER 1997
                        
# 2026-03-25 18:30:36  12.21KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/bin/ # buildkit
                        
# 2026-03-25 18:30:36  0.00B 设置工作目录为/usr/share/zabbix
WORKDIR /usr/share/zabbix
                        
# 2026-03-25 18:30:36  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{} 8443/tcp:{}]
                        
# 2026-03-25 18:30:36  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
                        
# 2026-03-25 18:30:36  147.69MB 执行命令并创建新的镜像层
RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.8 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             php84-bcmath             php84-ctype             php84-curl             php84-fpm             php84-gd             php84-gettext             php84-json             php84-ldap             php84-mbstring             php84-mysqli             php84-session             php84-simplexml             php84-sockets             php84-fileinfo             php84-xmlreader             php84-xmlwriter             php84-openssl             supervisor" &&     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}         ${ZABBIX_CONF_DIR}/web         ${ZABBIX_CONF_DIR}/web/certs         ${ZABBIX_USER_HOME_DIR}/enc         ${ZABBIX_USER_HOME_DIR}/enc_internal         /var/lib/php/session &&     rm -rf /etc/php84/php-fpm.d/www.conf         /etc/nginx/http.d/*.conf &&     ln -sf /dev/stdout /var/log/nginx/access.log &&     ln -sf /dev/stderr /var/log/nginx/error.log &&     ln -sf "${ZABBIX_CONF_DIR}/web/zabbix.conf.php" "${ZABBIX_WWW_ROOT}/conf/zabbix.conf.php" &&     ln -sf "${ZABBIX_CONF_DIR}/web/maintenance.inc.php" "${ZABBIX_WWW_ROOT}/conf/maintenance.inc.php" &&     FIX_PERM_LIST="        ${ZABBIX_CONF_DIR}/         ${ZABBIX_WWW_ROOT}/include/defines.inc.php         ${ZABBIX_WWW_ROOT}/modules/         /etc/nginx/         /etc/php84/php-fpm.d/         /etc/php84/php-fpm.conf         ${ZABBIX_USER_HOME_DIR}/         /var/lib/php/session/         /var/lib/nginx/" &&     chown --quiet -R zabbix:0 ${FIX_PERM_LIST} &&     chmod -R g=u ${FIX_PERM_LIST} # buildkit
                        
# 2026-03-25 18:30:32  17.02KB 复制新文件或目录到容器中
COPY conf/etc/ /etc/ # buildkit
                        
# 2026-03-25 18:30:31  61.93MB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.4.8/ui /usr/share/zabbix/ # buildkit
                        
# 2026-03-25 18:30:31  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGTERM
                        
# 2026-03-25 18:30:31  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.4/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.4.8
                        
# 2026-03-25 18:30:31  0.00B 设置环境变量 TERM ZBX_VERSION ZBX_SOURCES ZABBIX_CONF_DIR ZABBIX_USER_HOME_DIR ZABBIX_WWW_ROOT
ENV TERM=xterm ZBX_VERSION=7.4.8 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_USER_HOME_DIR=/var/lib/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix
                        
# 2026-03-25 18:30:31  0.00B 定义构建参数
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
                        
# 2026-03-25 18:30:31  0.00B 定义构建参数
ARG ZBX_VERSION
                        
# 2026-03-25 18:30:31  0.00B 定义构建参数
ARG MAJOR_VERSION
                        
# 2026-01-28 09:18:04  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-01-28 09:18:04  8.44MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:ee30d37b054d15b86d3a451820bba926420fd835e66cc8caf27ed06557a15c10",
    "RepoTags": [
        "zabbix/zabbix-web-nginx-mysql:alpine-7.4-latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:alpine-7.4-latest"
    ],
    "RepoDigests": [
        "zabbix/zabbix-web-nginx-mysql@sha256:aa95a3a4474a97691090efc507abb26c8dacf8c29c08006c50444a4c4156ca48",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql@sha256:d5a5d5dbe3240fbd32899e53f11d2af02993b0cd8d31f577bae4f43b2794bed2"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-25T10:30:36.925377068Z",
    "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.4.8",
            "ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git",
            "ZABBIX_CONF_DIR=/etc/zabbix",
            "ZABBIX_USER_HOME_DIR=/var/lib/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": "2026-03-25T10:29:47.955Z",
            "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.4/manual/installation/containers",
            "org.opencontainers.image.licenses": "AGPL v3.0",
            "org.opencontainers.image.revision": "14ba024e9816b9872f72ee311c5ee20518de4374",
            "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.4.8"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 218092282,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6069a7f69151dd8bb9941398ce1c733af4a41562a86fd3286410afd1bf2c7433/diff:/var/lib/docker/overlay2/472d303390ab1b888fcfff269c1a91d725ad6518acd29f0a53ab23f25e60ea08/diff:/var/lib/docker/overlay2/575b7fc919c090a061fac377c7f5b1134c717c6a9ec6b45d848ea7ad3019362d/diff:/var/lib/docker/overlay2/77befa2b827d3fbe509b8b5257449129c32128482cc6168b88ea6d8fb9ef5ca8/diff:/var/lib/docker/overlay2/e2168e4415fa23efb4974948fb84e5824148b54e06c7e4b305be1f21b0d6d57e/diff",
            "MergedDir": "/var/lib/docker/overlay2/7e81d872637f5f54d71e9c251cea5520722a8b1abae38d9595d177f892e30dac/merged",
            "UpperDir": "/var/lib/docker/overlay2/7e81d872637f5f54d71e9c251cea5520722a8b1abae38d9595d177f892e30dac/diff",
            "WorkDir": "/var/lib/docker/overlay2/7e81d872637f5f54d71e9c251cea5520722a8b1abae38d9595d177f892e30dac/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:989e799e634906e94dc9a5ee2ee26fc92ad260522990f26e707861a5f52bf64e",
            "sha256:9a1fb3522965b8e949235e057549c2cab01c108aa66db0bdd5636bb8c9de8e38",
            "sha256:afb22b0a48812f8bfb2a438da0822f42b1ee9ed0889b625b76d3e6ab8b287880",
            "sha256:63905dfbf9bd6762e6c10610dc2b432c1af128e57c9a7a69e7d189cc35d1f29c",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:94500124403b8cb1470191f8d00093a3dfe90e875ee9ccb8188eb3bdb3cc8e62"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-26T17:14:26.720956789+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/zabbix/zabbix-web-nginx-mysql:5.0-centos

linux/amd64 docker.io430.57MB2025-07-21 10:50
275

docker.io/zabbix/zabbix-web-nginx-mysql:centos-5.0.24

linux/amd64 docker.io620.53MB2025-07-22 12:00
332

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

linux/amd64 docker.io440.59MB2025-07-24 23:20
327

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

linux/arm64 docker.io472.14MB2025-07-24 23:26
290

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

linux/amd64 docker.io199.69MB2025-08-08 10:21
264

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

linux/amd64 docker.io469.24MB2025-10-17 10:21
238

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

linux/amd64 docker.io455.92MB2025-10-29 09:23
380

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

linux/amd64 docker.io450.87MB2025-11-11 10:24
404

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

linux/amd64 docker.io236.71MB2025-12-03 09:50
179

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

linux/amd64 docker.io268.78MB2025-12-11 18:08
194

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

linux/amd64 docker.io270.04MB2025-12-19 14:32
221

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

linux/amd64 docker.io445.55MB2026-01-06 11:34
142

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

linux/amd64 docker.io206.27MB2026-03-26 17:12
10

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

linux/amd64 docker.io250.60MB2026-03-26 17:13
10

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

linux/amd64 docker.io218.09MB2026-03-26 17:14
10