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

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

温馨提示:此镜像为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:ubuntu-7.4-latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:ubuntu-7.4-latest
镜像ID sha256:3205bbdfa0a58025b24845ff3a312cba2f4ca37ad20901ea62a724c588ab3011
镜像TAG ubuntu-7.4-latest
大小 450.87MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 docker-entrypoint.sh
工作目录 /usr/share/zabbix
OS/平台 linux/amd64
浏览量 14 次
贡献者 li********i@gmail.com
镜像创建 2025-11-07T03:26:51.18536066Z
同步时间 2025-11-11 10:24
更新时间 2025-11-11 14:53
开放端口
8080/tcp 8443/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm ZBX_VERSION=7.4.5 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 2025-11-07T03:05:06.149Z: 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 ubuntu: org.opencontainers.image.ref.name 846cd21c3d24beff9d6226f92dae4d787f42a3cf: 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.5: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-11-07 11:26:51  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2025-11-07 11:26:51  0.00B 指定运行容器时使用的用户
USER 1997
                        
# 2025-11-07 11:26:51  12.15KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/bin/ # buildkit
                        
# 2025-11-07 11:26:51  0.00B 设置工作目录为/usr/share/zabbix
WORKDIR /usr/share/zabbix
                        
# 2025-11-07 11:26:51  0.00B 声明容器运行时监听的端口
EXPOSE [8080/tcp 8443/tcp]
                        
# 2025-11-07 11:26:51  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
                        
# 2025-11-07 11:26:51  256.44MB 执行命令并创建新的镜像层
RUN |3 MAJOR_VERSION=7.4 ZBX_VERSION=7.4.5 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 ${ZABBIX_USER_HOME_DIR}         zabbix &&     mkdir -p ${ZABBIX_CONF_DIR} &&     mkdir -p ${ZABBIX_CONF_DIR}/web &&     mkdir -p ${ZABBIX_CONF_DIR}/web/certs &&     mkdir -p ${ZABBIX_USER_HOME_DIR}/enc &&     mkdir -p ${ZABBIX_USER_HOME_DIR}/enc_internal &&     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 ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ &&     chgrp -R 0 ${ZABBIX_USER_HOME_DIR}/ /etc/nginx/ /etc/php/8.3/fpm/php-fpm.conf /etc/php/8.3/fpm/pool.d/ &&     chmod -R g=u ${ZABBIX_USER_HOME_DIR}/ /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-11-07 11:06:08  16.99KB 复制新文件或目录到容器中
COPY conf/etc/ /etc/ # buildkit
                        
# 2025-11-07 11:06:08  116.28MB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.4.5/ui /usr/share/zabbix # buildkit
                        
# 2025-11-07 11:06:08  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGTERM
                        
# 2025-11-07 11:06:08  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.5
                        
# 2025-11-07 11:06:08  0.00B 设置环境变量 TERM ZBX_VERSION ZBX_SOURCES ZABBIX_CONF_DIR ZABBIX_USER_HOME_DIR ZABBIX_WWW_ROOT
ENV TERM=xterm ZBX_VERSION=7.4.5 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
                        
# 2025-11-07 11:06:08  0.00B 定义构建参数
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
                        
# 2025-11-07 11:06:08  0.00B 定义构建参数
ARG ZBX_VERSION=7.4.5
                        
# 2025-11-07 11:06:08  0.00B 定义构建参数
ARG MAJOR_VERSION=7.4
                        
# 2025-10-01 21:01:37  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-10-01 21:01:37  78.12MB 
/bin/sh -c #(nop) ADD file:249778a1782b02a1c2bcf9f292f5778d81442a53c3de1958d712f10baf7e0b60 in / 
                        
# 2025-10-01 21:01:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2025-10-01 21:01:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-10-01 21:01:35  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-10-01 21:01:35  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:3205bbdfa0a58025b24845ff3a312cba2f4ca37ad20901ea62a724c588ab3011",
    "RepoTags": [
        "zabbix/zabbix-web-nginx-mysql:ubuntu-7.4-latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql:ubuntu-7.4-latest"
    ],
    "RepoDigests": [
        "zabbix/zabbix-web-nginx-mysql@sha256:3effb594199d5e20c9b4c42b8b78e6bacb8165b806363ea1ef33ecaf85cba8ca",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-nginx-mysql@sha256:fd18f8bfcde5c3ee347b0e05284886979241c1d2845956f1c80474257d7265b9"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-07T03:26:51.18536066Z",
    "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.5",
            "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": "2025-11-07T03:05:06.149Z",
            "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.ref.name": "ubuntu",
            "org.opencontainers.image.revision": "846cd21c3d24beff9d6226f92dae4d787f42a3cf",
            "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.5"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 450870112,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/dd2be73d61d0ca88d803082dd36299638058299f805963112cefab51757b775e/diff:/var/lib/docker/overlay2/32b6a8bf03689f341f164ce905266d98f4f7bbca1e5efba49b56f5cf33d52794/diff:/var/lib/docker/overlay2/5fc5ce000d95873670e58d3a2754ab90a24fbee2b568adbbcce8e9c874d7423b/diff:/var/lib/docker/overlay2/8803808c69f142586e796f90171b751452495015fda96cdc83519bdb82662452/diff:/var/lib/docker/overlay2/f699dc4372b96340c9d8372b6a5afcb03846fa63cfa944dc688bf909c647a256/diff",
            "MergedDir": "/var/lib/docker/overlay2/8e7ba040abed584b3592249de940a59c3068753038fa304d1cba6b7f0d99fd7a/merged",
            "UpperDir": "/var/lib/docker/overlay2/8e7ba040abed584b3592249de940a59c3068753038fa304d1cba6b7f0d99fd7a/diff",
            "WorkDir": "/var/lib/docker/overlay2/8e7ba040abed584b3592249de940a59c3068753038fa304d1cba6b7f0d99fd7a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:073ec47a8c22dcaa4d6e5758799ccefe2f9bde943685830b1bf6fd2395f5eabc",
            "sha256:79bedc4cd412add10c147c9aa4281cd0d7c34a18c34e34201df14518b9fc5b6f",
            "sha256:bc71bbe18f2f733cd35196235c3498aa16e2d77c75d2b0eab119f7db0b8e0212",
            "sha256:f98c18f8150d0fc16a24193897555e7a72cee731b53610f0a1b94fee299e049d",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:d8f30ab54335725e4a3558aa02ea6dc684940838314369eb23d00a1a786914ba"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-11T10:24:10.993720151+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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