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

docker.io/zabbix/zabbix-web-nginx-mysql:7.0-ubuntu-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:7.0-ubuntu-latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:7.0-ubuntu-latest
镜像ID sha256:9c527f60ccf883d54ed667918cf61b9e472c8bb6f2d54e3311b63a579db090bc
镜像TAG 7.0-ubuntu-latest
大小 440.59MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 docker-entrypoint.sh
工作目录 /usr/share/zabbix
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-07-23T12:23:31.077038541Z
同步时间 2025-07-24 23:20
更新时间 2025-07-26 02:48
开放端口
8080/tcp 8443/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm ZBX_VERSION=7.0.17 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-07-23T12:02:44.538Z: 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.0/manual/installation/containers: org.opencontainers.image.documentation AGPL v3.0: org.opencontainers.image.licenses ubuntu: org.opencontainers.image.ref.name 0c99d46e65f4472757855adfe9eb363529b0f081: 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.0.17: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-07-23 20:23:31  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2025-07-23 20:23:31  0.00B 指定运行容器时使用的用户
USER 1997
                        
# 2025-07-23 20:23:31  11.07KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/bin/ # buildkit
                        
# 2025-07-23 20:23:31  0.00B 设置工作目录为/usr/share/zabbix
WORKDIR /usr/share/zabbix
                        
# 2025-07-23 20:23:31  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{} 8443/tcp:{}]
                        
# 2025-07-23 20:23:31  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
                        
# 2025-07-23 20:23:31  253.70MB 执行命令并创建新的镜像层
RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.17 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 &&     export PYTHONDONTWRITEBYTECODE=1 &&     INSTALL_PKGS="bash             tzdata             ca-certificates             curl             mysql-client             nginx             locales             libldap-common             php8.3-bcmath             php8.3-curl             php8.3-fpm             php8.3-gd             php8.3-ldap             php8.3-mbstring             php8.3-mysql             php8.3-xml             supervisor" &&     apt-get -y update &&     DEBIAN_FRONTEND=noninteractive apt-get -y             -o Dpkg::Options::="--force-confdef"             -o Dpkg::Options::="--force-confold"             --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 /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 -f /etc/nginx/conf.d/*.conf &&     rm -rf /var/cache/nginx/ &&     rm -f /etc/php/8.3/fpm/pool.d/www.conf &&     rm -f /etc/php/8.3/fpm/php-fpm.conf.dpkg-dist &&     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 &&     find /usr -name '*.pyc' -type f -exec bash -c 'for pyc_file; do dpkg -S "$pyc_file" &> /dev/null || rm -f "$pyc_file"; done' -- '{}' + &&     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" &&     mkdir -p /var/lib/locales/supported.d/ &&     rm -f /var/lib/locales/supported.d/local &&     cat ${ZABBIX_WWW_ROOT}/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' |         cut -d"'" -f 2 | sort |         xargs -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' &&     dpkg-reconfigure locales &&     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/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ &&     chgrp -R 0 /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ &&     chmod -R g=u /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ &&     chown --quiet -R zabbix:root /var/lib/php/session/ &&     chgrp -R 0 /var/lib/php/session/ &&     chmod -R g=u /var/lib/php/session/ # buildkit
                        
# 2025-07-23 20:03:14  16.39KB 复制新文件或目录到容器中
COPY conf/etc/ /etc/ # buildkit
                        
# 2025-07-23 20:03:14  108.74MB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.0.17/ui /usr/share/zabbix # buildkit
                        
# 2025-07-23 20:03:14  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGTERM
                        
# 2025-07-23 20:03:14  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.0/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.0.17
                        
# 2025-07-23 20:03:14  0.00B 设置环境变量 TERM ZBX_VERSION ZBX_SOURCES ZABBIX_CONF_DIR ZABBIX_WWW_ROOT
ENV TERM=xterm ZBX_VERSION=7.0.17 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix
                        
# 2025-07-23 20:03:14  0.00B 定义构建参数
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
                        
# 2025-07-23 20:03:14  0.00B 定义构建参数
ARG ZBX_VERSION=7.0.17
                        
# 2025-07-23 20:03:14  0.00B 定义构建参数
ARG MAJOR_VERSION=7.0
                        
# 2025-07-15 00:40:23  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-07-15 00:40:22  78.12MB 
/bin/sh -c #(nop) ADD file:b4619a63cd7829e1338ddaa4995ca17003002dd54b0dfd675a6f54a2b69151a6 in / 
                        
# 2025-07-15 00:40:20  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2025-07-15 00:40:20  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-07-15 00:40:20  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-07-15 00:40:20  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:9c527f60ccf883d54ed667918cf61b9e472c8bb6f2d54e3311b63a579db090bc",
    "RepoTags": [
        "zabbix/zabbix-web-nginx-mysql:7.0-ubuntu-latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:7.0-ubuntu-latest"
    ],
    "RepoDigests": [
        "zabbix/zabbix-web-nginx-mysql@sha256:95e4c145fdeae98109bfa4781e7dfbc917dafe11e66557103ffcb7edf2396e44",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql@sha256:16770fce788ee2e75cfa22a696ee35efb2810f58e9cbbf3be14fe16094ffef3d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-23T12:23:31.077038541Z",
    "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.0.17",
            "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-07-23T12:02:44.538Z",
            "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.0/manual/installation/containers",
            "org.opencontainers.image.licenses": "AGPL v3.0",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.revision": "0c99d46e65f4472757855adfe9eb363529b0f081",
            "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.0.17"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 440592866,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/099862fe6f7404a352ef053d45c805388585af1cacef8ea92a097ee589b08512/diff:/var/lib/docker/overlay2/5792e216b47791576be1bf3106e2e4f2c89bdac0d5bc1ae4f5d5bf514151dcdb/diff:/var/lib/docker/overlay2/b2b40fb4be7ee33792785bf8deb3c544276b0875f2ab909ff215cb2d4d726de9/diff:/var/lib/docker/overlay2/9c0a633dbab69ef3b353a55c9d1131b648460de1026a4d3e4b57f24698c185df/diff:/var/lib/docker/overlay2/99462e93e312a3f00f447887e868ec299b7af42fbb0cc6b78003f6e2729a6304/diff",
            "MergedDir": "/var/lib/docker/overlay2/2eccf8ade652da7ab1ddcc464e5ae9265e4206ba2727cd37807d05503e96c639/merged",
            "UpperDir": "/var/lib/docker/overlay2/2eccf8ade652da7ab1ddcc464e5ae9265e4206ba2727cd37807d05503e96c639/diff",
            "WorkDir": "/var/lib/docker/overlay2/2eccf8ade652da7ab1ddcc464e5ae9265e4206ba2727cd37807d05503e96c639/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:107cbdaeec042e6154640c94972c638f4e2fee795902b149e8ce9acbd03d59d7",
            "sha256:1658843bdb6d252bd4ed593b8081f9b035ba6db98ab9207a5b699726ce6de2da",
            "sha256:934c9096328aa7b44adc1dfb1d3d42d6cbaba4affc1e6296d53faa782d3acdad",
            "sha256:17d40763fdf29a064260c54dcaa7594ef693992c8ffa5946111dfebf12fd217f",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:af2b91e1f4441a94ced7403de1d38ac0974a20b854371c8e8f49f45e2ec6a05a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-24T23:20:01.820646563+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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