广告图片

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

docker.io/zabbix/zabbix-web-nginx-mysql:alpine-6.0-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-6.0-latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:alpine-6.0-latest
镜像ID sha256:16448b3eebf7f94bf59ebaf802d5781b6cd86e22a365af63bfe13c624b8aa7ae
镜像TAG alpine-6.0-latest
大小 206.27MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 docker-entrypoint.sh
工作目录 /usr/share/zabbix
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2026-03-20T10:57:01.079675173Z
同步时间 2026-03-26 17:12
开放端口
8080/tcp 8443/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm ZBX_VERSION=6.0.45 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-20T10:56:17.404Z: 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/6.0/manual/installation/containers: org.opencontainers.image.documentation GPL v2.0: org.opencontainers.image.licenses 6a65f9f5f73e7dcea7d79c68141140d35b8e5254: 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 6.0.45: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2026-03-20 18:57:01  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2026-03-20 18:57:01  0.00B 指定运行容器时使用的用户
USER 1997
                        
# 2026-03-20 18:57:01  10.86KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/bin/ # buildkit
                        
# 2026-03-20 18:57:01  0.00B 设置工作目录为/usr/share/zabbix
WORKDIR /usr/share/zabbix
                        
# 2026-03-20 18:57:00  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{} 8443/tcp:{}]
                        
# 2026-03-20 18:57:00  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
                        
# 2026-03-20 18:57:00  144.09MB 执行命令并创建新的镜像层
RUN |3 MAJOR_VERSION=6.0 ZBX_VERSION=6.0.45 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-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} &&     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}/         /var/lib/php/session &&     rm -rf /etc/php83/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/         ${ZABBIX_USER_HOME_DIR}/         /etc/nginx/         /etc/php83/php-fpm.d/         /etc/php83/php-fpm.conf         /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-20 18:56:57  15.23KB 复制新文件或目录到容器中
COPY conf/etc/ /etc/ # buildkit
                        
# 2026-03-20 18:56:57  53.84MB 复制新文件或目录到容器中
COPY /tmp/zabbix-6.0.45/ui /usr/share/zabbix/ # buildkit
                        
# 2026-03-20 18:56:57  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGTERM
                        
# 2026-03-20 18:56:57  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/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 web-interface (Nginx, MySQL) org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix SIA org.opencontainers.image.version=6.0.45
                        
# 2026-03-20 18:56:57  0.00B 设置环境变量 TERM ZBX_VERSION ZBX_SOURCES ZABBIX_CONF_DIR ZABBIX_USER_HOME_DIR ZABBIX_WWW_ROOT
ENV TERM=xterm ZBX_VERSION=6.0.45 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-20 18:56:57  0.00B 定义构建参数
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
                        
# 2026-03-20 18:56:57  0.00B 定义构建参数
ARG ZBX_VERSION
                        
# 2026-03-20 18:56:57  0.00B 定义构建参数
ARG MAJOR_VERSION
                        
# 2026-01-28 09:18:40  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-01-28 09:18:40  8.32MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:16448b3eebf7f94bf59ebaf802d5781b6cd86e22a365af63bfe13c624b8aa7ae",
    "RepoTags": [
        "zabbix/zabbix-web-nginx-mysql:alpine-6.0-latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:alpine-6.0-latest"
    ],
    "RepoDigests": [
        "zabbix/zabbix-web-nginx-mysql@sha256:dd49510e65c5e71e68c61ee3bfff9efb8ac05b4317f9ffbdb467227d957d6004",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql@sha256:11d176967af8b5c88b63689b3dc096d8c565e9a9d6f632390941a44c99a81770"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-20T10:57:01.079675173Z",
    "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=6.0.45",
            "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-20T10:56:17.404Z",
            "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/6.0/manual/installation/containers",
            "org.opencontainers.image.licenses": "GPL v2.0",
            "org.opencontainers.image.revision": "6a65f9f5f73e7dcea7d79c68141140d35b8e5254",
            "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": "6.0.45"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 206273688,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6f06427aa265b8ad42de851ea003283236e6a9708aa1b3392e04ea4fbdc76b24/diff:/var/lib/docker/overlay2/c07a617d75577ac381fa3a85108deeef01e493ba453c3f792f9856e4bafef903/diff:/var/lib/docker/overlay2/c88514b3be15caebf1a2d205c74daff5a172097f56f5053539687b5a9f76e9bc/diff:/var/lib/docker/overlay2/a55aea29ae53035f1ca20544523fc6b8c6b070fe8341becf56cdc6dff85aa960/diff:/var/lib/docker/overlay2/a18374862eb90d6fef6a496ae18a062c10ccc1e8b4357817350f18107d896919/diff",
            "MergedDir": "/var/lib/docker/overlay2/895598a6ac37c8a0a665aee69659eb551bc1e0f281440d44ed105de3b7f8df5c/merged",
            "UpperDir": "/var/lib/docker/overlay2/895598a6ac37c8a0a665aee69659eb551bc1e0f281440d44ed105de3b7f8df5c/diff",
            "WorkDir": "/var/lib/docker/overlay2/895598a6ac37c8a0a665aee69659eb551bc1e0f281440d44ed105de3b7f8df5c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:cce92674e98722970ab3fdce76a2566f54db535beeb24f0b4397f070ab5f6987",
            "sha256:701c999a38a3f06a772f94e3fee214af48bfcc2338d60aa68b2f3e1a99f4c215",
            "sha256:f30b48efd3b30a796b37b4f636e7f7f9876805befe50e488ca7d2550e22b1522",
            "sha256:e627caad07adcf8c44fe3f80999cbf560be830105a8d21858e80fc48087cf97c",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:6e92c6c89c99f8f920f960c7ac4ac30d58a41b098ec074c83392379b706cad54"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-26T17:12:23.093096308+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
11