docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu linux/amd64

docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu - 国内下载镜像源 浏览次数:32
```html

这是一个Zabbix监控系统的Web前端镜像,基于Apache和PostgreSQL数据库。它包含了Zabbix Web界面的所有必要组件,可以直接用于部署Zabbix监控系统的前端。

```
源镜像 docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu
镜像ID sha256:1f8d9488771c432f276eada171aa3d79d17c5d14e1386ca6308fe0a29e0e5ad8
镜像TAG 7.0.6-ubuntu
大小 387.64MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/sbin/apache2ctl -D FOREGROUND
启动入口 docker-entrypoint.sh
工作目录 /usr/share/zabbix
OS/平台 linux/amd64
浏览量 32 次
贡献者
镜像创建 2024-11-20T15:12:41.115380066Z
同步时间 2024-12-30 14:54
更新时间 2025-01-17 14:58
开放端口
8080/tcp 8443/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm ZBX_VERSION=7.0.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
镜像标签
Alexey Pustovalov <alexey.pustovalov@zabbix.com>: org.opencontainers.image.authors 2024-11-20T14:49:24.501Z: org.opencontainers.image.created Zabbix web-interface based on Apache2 web server with PostgreSQL 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 bc77d3dacb22f6429d13fb7cafd119c7424350a9: org.opencontainers.image.revision https://git.zabbix.com/scm/zbx/zabbix.git: org.opencontainers.image.source Zabbix web-interface (Apache, PostgreSQL): org.opencontainers.image.title https://zabbix.com/: org.opencontainers.image.url Zabbix SIA: org.opencontainers.image.vendor 7.0.6: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: ubuntu 24.04 扫描引擎: Trivy 扫描时间: 2024-12-30 14:56

低危漏洞:19 中危漏洞:82 高危漏洞:0 严重漏洞:0

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu  docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu  docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu

Shell快速替换命令

sed -i 's#zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu  docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu  docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu'

镜像构建历史


# 2024-11-20 23:12:41  0.00B 设置默认要执行的命令
CMD ["/usr/sbin/apache2ctl" "-D" "FOREGROUND"]
                        
# 2024-11-20 23:12:41  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2024-11-20 23:12:41  0.00B 指定运行容器时使用的用户
USER 1997
                        
# 2024-11-20 23:12:41  8.54KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/bin/ # buildkit
                        
# 2024-11-20 23:12:41  0.00B 设置工作目录为/usr/share/zabbix
WORKDIR /usr/share/zabbix
                        
# 2024-11-20 23:12:41  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{} 8443/tcp:{}]
                        
# 2024-11-20 23:12:41  203.74MB 执行命令并创建新的镜像层
RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.6 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 &&     INSTALL_PKGS="bash             tzdata             apache2             curl             libapache2-mod-php             ca-certificates             locales             libldap-common             php8.3-bcmath             php8.3-curl             php8.3-gd             php8.3-ldap             php8.3-mbstring             php8.3-xml             php8.3-pgsql             postgresql-client" &&     apt-get -y update &&     DEBIAN_FRONTEND=noninteractive apt-get -y             --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 /etc/zabbix &&     mkdir -p /etc/zabbix/web &&     mkdir -p /etc/zabbix/web/certs &&     rm -f /etc/apache2/sites-available/* &&     rm -f /etc/apache2/sites-enabled/* &&     /usr/sbin/a2enmod ssl &&     sed -ri             -e 's!^(\s*CustomLog)\s+\S+!\1 /proc/self/fd/1!g'             -e 's!^(\s*ErrorLog)\s+\S+!\1 /proc/self/fd/2!g'         "/etc/apache2/apache2.conf" &&     sed -ri             -e 's!^(\s*CustomLog)\s+\S+!\1 /proc/self/fd/1!g'             -e 's!^(\s*ErrorLog)\s+\S+!\1 /proc/self/fd/2!g'         "/etc/apache2/conf-available/other-vhosts-access-log.conf" &&     sed -i 's/Listen 80/Listen 8080/g' /etc/apache2/ports.conf &&     sed -i 's/Listen 443/Listen 8443/g' /etc/apache2/ports.conf &&     sed -i 's|/var/run/apache2$SUFFIX|/tmp|g' /etc/apache2/envvars &&     rm -f /var/run/apache2/apache2.pid &&     cd /usr/share/zabbix/ &&     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 /usr/share/zabbix/locale -name '*.po' | xargs rm -f &&     find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f &&     ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" &&     ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" &&     mkdir -p /var/lib/locales/supported.d/ &&     rm -f /var/lib/locales/supported.d/local &&     cat /usr/share/zabbix/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 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ &&     chgrp -R 0 /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ &&     chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ &&     chown --quiet -R zabbix:root /etc/apache2/ /etc/php/8.3/ &&     chgrp -R 0 /etc/apache2/ /etc/php/8.3/ &&     chmod -R g=u /etc/apache2/ /etc/php/8.3/ &&     apt-get -y autoremove &&     apt-get -y clean # buildkit
                        
# 2024-11-20 22:50:07  9.99KB 复制新文件或目录到容器中
COPY conf/etc/ /etc/ # buildkit
                        
# 2024-11-20 22:50:07  105.76MB 复制新文件或目录到容器中
COPY /tmp/zabbix-7.0.6/ui /usr/share/zabbix # buildkit
                        
# 2024-11-20 22:50:07  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGTERM
                        
# 2024-11-20 22:50:07  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.description=Zabbix web-interface based on Apache2 web server with PostgreSQL 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 (Apache, PostgreSQL) org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix SIA org.opencontainers.image.version=7.0.6
                        
# 2024-11-20 22:50:07  0.00B 设置环境变量 TERM ZBX_VERSION ZBX_SOURCES
ENV TERM=xterm ZBX_VERSION=7.0.6 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
                        
# 2024-11-20 22:50:07  0.00B 定义构建参数
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
                        
# 2024-11-20 22:50:07  0.00B 定义构建参数
ARG ZBX_VERSION=7.0.6
                        
# 2024-11-20 22:50:07  0.00B 定义构建参数
ARG MAJOR_VERSION=7.0
                        
# 2024-10-16 17:25:57  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2024-10-16 17:25:57  78.12MB 
/bin/sh -c #(nop) ADD file:a3272496fda5a8d021b94dccaa6baa685ded51e9d23edb05f0b30978a83c9fc2 in / 
                        
# 2024-10-16 17:25:55  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2024-10-16 17:25:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2024-10-16 17:25:54  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2024-10-16 17:25:54  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:1f8d9488771c432f276eada171aa3d79d17c5d14e1386ca6308fe0a29e0e5ad8",
    "RepoTags": [
        "zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu"
    ],
    "RepoDigests": [
        "zabbix/zabbix-web-apache-pgsql@sha256:bb58654395a862d3256fe0922facf03240a850589430e4565e7403f75bb1c9a7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-web-apache-pgsql@sha256:3a9a845aa02cc10edddb3177ad5de61334fec135a7c3ce084d5809d7b62330db"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-11-20T15:12:41.115380066Z",
    "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.6",
            "ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git"
        ],
        "Cmd": [
            "/usr/sbin/apache2ctl",
            "-D",
            "FOREGROUND"
        ],
        "ArgsEscaped": true,
        "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": "2024-11-20T14:49:24.501Z",
            "org.opencontainers.image.description": "Zabbix web-interface based on Apache2 web server with PostgreSQL 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": "bc77d3dacb22f6429d13fb7cafd119c7424350a9",
            "org.opencontainers.image.source": "https://git.zabbix.com/scm/zbx/zabbix.git",
            "org.opencontainers.image.title": "Zabbix web-interface (Apache, PostgreSQL)",
            "org.opencontainers.image.url": "https://zabbix.com/",
            "org.opencontainers.image.vendor": "Zabbix SIA",
            "org.opencontainers.image.version": "7.0.6"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 387636568,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8cc0d37c7a8b79329d64201aeaceb4ecb030c4e8e79a77c3c087db780a4c0812/diff:/var/lib/docker/overlay2/e4b69f429a57d35b396a6235a76768494450539f9ef00e53aa88224f0345fac5/diff:/var/lib/docker/overlay2/02391fca87c33fd5e6914449795bb1319bfcadb1f4392065835926532930c910/diff:/var/lib/docker/overlay2/6e5d95d44bc07ef6bafb45169330a9ba0e1bc49f394e6b69909e2d4906be1470/diff:/var/lib/docker/overlay2/e8effece0ce9e26855c9a75dd608cebd43a2d2dc253a77ffee0d7c68d2bc764b/diff",
            "MergedDir": "/var/lib/docker/overlay2/ead04cc91e5779e2f974ed54800f92bc0717c7cd291a19a3d661e17f993fc399/merged",
            "UpperDir": "/var/lib/docker/overlay2/ead04cc91e5779e2f974ed54800f92bc0717c7cd291a19a3d661e17f993fc399/diff",
            "WorkDir": "/var/lib/docker/overlay2/ead04cc91e5779e2f974ed54800f92bc0717c7cd291a19a3d661e17f993fc399/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:27123a71e85e0540333291adccf7b9c340d089e8c3717c380d3b75cc8c7df90f",
            "sha256:a18ecba85d4a4d831d3d83408f8a8e0a9702094d6ab757da51954a4f66ed97c0",
            "sha256:665db1613b6e7f27df6a0ed295c02275476614959e4c15acc7f8c69867e9a7a3",
            "sha256:63585ebe94ec83945f5183110a28bb75c72194caba859a8072daa89aea05c433",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:1c9c9f629122992de2f434eb9bb8d2a5fbfe54212889f2e9e0e5cb18d3756693"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-30T14:54:13.863014654+08:00"
    }
}

更多版本

docker.io/zabbix/zabbix-web-apache-pgsql:7.0.7-alpine

linux/amd64 docker.io163.85MB2024-12-30 13:45
31

docker.io/zabbix/zabbix-web-apache-pgsql:7.0.7-ubuntu

linux/amd64 docker.io387.89MB2024-12-30 13:53
30

docker.io/zabbix/zabbix-web-apache-pgsql:7.0.6-ubuntu

linux/amd64 docker.io387.64MB2024-12-30 14:54
31