IGN Docker Images

Mirrored Docker images for IGN infrastructure

zabbix-zabbix-web-nginx-pgsql (alpine-7.0-latest)

Published 2026-02-25 04:13:16 +00:00 by Bryan Mellott

Installation

docker pull gitea.bryanmellott.com/ign-images/zabbix-zabbix-web-nginx-pgsql:alpine-7.0-latest
sha256:e45fb5b4b02bc4ea7a52d2b23111c28fc2e1ff69e79cc766337599899d627a5c

About this package

Zabbix web-interface based on Nginx web server with PostgreSQL database support

Image Layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG MAJOR_VERSION=7.0
ARG ZBX_VERSION=7.0.23
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV TERM=xterm ZBX_VERSION=7.0.23 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ZABBIX_CONF_DIR=/etc/zabbix ZABBIX_WWW_ROOT=/usr/share/zabbix
LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.description=Zabbix web-interface based on Nginx 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 (Nginx, PostgreSQL) org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix SIA org.opencontainers.image.version=7.0.23
STOPSIGNAL SIGTERM
COPY /tmp/zabbix-7.0.23/ui /usr/share/zabbix # buildkit
COPY conf/etc/ /etc/ # buildkit
RUN |3 MAJOR_VERSION=7.0 ZBX_VERSION=7.0.23 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux && INSTALL_PKGS="bash tzdata curl nginx php84-bcmath php84-ctype php84-curl php84-fpm php84-gd php84-gettext php84-json php84-ldap php84-mbstring php84-pgsql php84-session php84-simplexml php84-sockets php84-fileinfo php84-xmlreader php84-xmlwriter php84-openssl postgresql17-client supervisor" && apk add --no-cache --clean-protected ${INSTALL_PKGS} && apk add --clean-protected --no-cache --no-scripts apache2-ssl && addgroup --system --gid 1995 zabbix && adduser --system --gecos "Zabbix monitoring system" --disabled-password --uid 1997 --ingroup zabbix --shell /sbin/nologin --home /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 -rf /etc/php84/php-fpm.d/www.conf && rm -f /etc/nginx/http.d/*.conf && 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 ${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" && 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/php84/php-fpm.d/ /etc/php84/php-fpm.conf && chgrp -R 0 /etc/nginx/ /etc/php84/php-fpm.d/ /etc/php84/php-fpm.conf && chmod -R g=u /etc/nginx/ /etc/php84/php-fpm.d/ /etc/php84/php-fpm.conf && chown --quiet -R zabbix:root /var/lib/php/session/ /var/lib/nginx/ && chgrp -R 0 /var/lib/php/session/ /var/lib/nginx/ && chmod -R g=u /var/lib/php/session/ /var/lib/nginx/ # buildkit
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ping || exit 1"] "1m30s" "3s" "40s" "5s" '\x03'}
EXPOSE [8080/tcp 8443/tcp]
WORKDIR /usr/share/zabbix
COPY docker-entrypoint.sh /usr/bin/ # buildkit
USER 1997
ENTRYPOINT ["docker-entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.authors Alexey Pustovalov <alexey.pustovalov@zabbix.com>
org.opencontainers.image.created 2026-02-13T05:52:54.471Z
org.opencontainers.image.description Zabbix web-interface based on Nginx 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.revision 7c583d34f7882e7a457d7a812fde84ad07c664af
org.opencontainers.image.source https://git.zabbix.com/scm/zbx/zabbix.git
org.opencontainers.image.title Zabbix web-interface (Nginx, PostgreSQL)
org.opencontainers.image.url https://zabbix.com/
org.opencontainers.image.vendor Zabbix SIA
org.opencontainers.image.version 7.0.23
Details
Container
2026-02-25 04:13:16 +00:00
0
OCI / Docker
linux/amd64
Alexey Pustovalov <alexey.pustovalov@zabbix.com>
AGPL v3.0
73 MiB
Versions (1) View all
alpine-7.0-latest 2026-02-25